aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2016-01-30 10:25:41 -0800
committerAleksander Morgado <aleksander@aleksander.es>2016-01-30 10:25:41 -0800
commit517af334d1c6b3130481ed5bbea6408915f2f49f (patch)
treed54d569ed6fd0b000bfb50a6bc612fb4a67f9f05 /data
parent08ee7e9f1bcb8fc58305240de54f29b5e1282ce2 (diff)
downloadexternal_libqmi-517af334d1c6b3130481ed5bbea6408915f2f49f.zip
external_libqmi-517af334d1c6b3130481ed5bbea6408915f2f49f.tar.gz
external_libqmi-517af334d1c6b3130481ed5bbea6408915f2f49f.tar.bz2
uim: implement 'UIM Unblock PIN'
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-uim.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/data/qmi-service-uim.json b/data/qmi-service-uim.json
index 02620dd..ab9d9b7 100644
--- a/data/qmi-service-uim.json
+++ b/data/qmi-service-uim.json
@@ -402,6 +402,66 @@
"format" : "guint8" } ] } ] },
// *********************************************************************************
+ { "name" : "Unblock PIN",
+ "type" : "Message",
+ "service" : "UIM",
+ "id" : "0x0027",
+ "version" : "1.0",
+ "input" : [ { "name" : "Session Information",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Session Type",
+ "format" : "guint8",
+ "public-format" : "QmiUimSessionType" },
+ { "name" : "Application Identifier",
+ "format" : "string" } ] },
+ { "name" : "Info",
+ "id" : "0x02",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "PIN ID",
+ "format" : "guint8",
+ "public-format" : "QmiUimPinId" },
+ { "name" : "PUK",
+ "format" : "string" },
+ { "name" : "New PIN",
+ "format" : "string" } ] },
+ { "name" : "Response In Indication Token",
+ "id" : "0x11",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32" } ],
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Retries Remaining",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Verify Retries Left",
+ "format" : "guint8" },
+ { "name" : "Unblock Retries Left",
+ "format" : "guint8" } ],
+ "prerequisites": [ { "common-ref" : "No Success" } ] },
+ { "name" : "Response In Indication Token",
+ "id" : "0x12",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "Card Result",
+ "id" : "0x13",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "SW1",
+ "format" : "guint8" },
+ { "name" : "SW2",
+ "format" : "guint8" } ] } ] },
+
+ // *********************************************************************************
{ "name" : "Get Card Status",
"type" : "Message",
"service" : "UIM",