summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" } ] } ] }
]