From a74dd19cdb5cbb3f02eff034aeb0a66337a39743 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 27 Jun 2012 17:05:19 +0200 Subject: dms: implement "Verify PIN" request/response --- data/qmi-service-dms.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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 @@ -151,6 +151,33 @@ "public-format" : "gboolean" }, { "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" : "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", -- cgit v1.2.3