summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-06-27 17:05:19 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-03 16:08:57 +0200
commita74dd19cdb5cbb3f02eff034aeb0a66337a39743 (patch)
treebafe7abd1308c29c8122de4d83be1eca69360bbe
parent9844f2a5b5f7f6b67c4d41c62e5987f5e5b7dd00 (diff)
dms: implement "Verify PIN" request/response
-rw-r--r--data/qmi-service-dms.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json
index a20cdd3..7d54881 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -161,5 +161,32 @@
"format" : "guint8" },
{ "name" : "Unblock Retries Left",
"format" : "guint8" } ],
+ "prerequisites": [ { "common-ref" : "No Success" } ] } ] },
+
+ // *********************************************************************************
+ { "name" : "Verify PIN",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x0028",
+ "input" : [ { "name" : "Info",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "struct",
+ "contents" : [ { "name" : "Pin ID",
+ "format" : "guint8",
+ "public-format" : "QmiDmsPinId" },
+ { "name" : "PIN",
+ "format" : "string" } ] } ],
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Pin Retries Status",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "struct",
+ "contents" : [ { "name" : "Verify Retries Left",
+ "format" : "guint8" },
+ { "name" : "Unblock Retries Left",
+ "format" : "guint8" } ],
"prerequisites": [ { "common-ref" : "No Success" } ] } ] }
]