From fe13a76a7a20fbc11275ed3bfba387deb1d2399a Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 27 Jun 2012 17:20:00 +0200 Subject: dms: implement "Unblock PIN" request/response --- data/qmi-service-dms.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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 @@ -178,6 +178,35 @@ "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" } ] } ] }, + + // ********************************************************************************* + { "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", -- cgit v1.2.3