summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-06-27 17:20:00 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-03 16:08:57 +0200
commitfe13a76a7a20fbc11275ed3bfba387deb1d2399a (patch)
treecf694317fe401652b74bcba395c4644fd29c7f8e
parent0cdad572f53d1401252d3f950e55a30445ce6acd (diff)
dms: implement "Unblock PIN" request/response
-rw-r--r--data/qmi-service-dms.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json
index 7d54881..0208d88 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -188,5 +188,34 @@
"format" : "guint8" },
{ "name" : "Unblock Retries Left",
"format" : "guint8" } ],
+ "prerequisites": [ { "common-ref" : "No Success" } ] } ] },
+
+ // *********************************************************************************
+ { "name" : "Unblock PIN",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x0029",
+ "input" : [ { "name" : "Info",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "struct",
+ "contents" : [ { "name" : "Pin ID",
+ "format" : "guint8",
+ "public-format" : "QmiDmsPinId" },
+ { "name" : "PUK",
+ "format" : "string" },
+ { "name" : "New 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" } ] } ] }
]