summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-02 12:47:40 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-03 16:08:58 +0200
commiteefe0a0ece79bfea305d46ed9ad9212154aa41f6 (patch)
tree349d345d61aa7c9fbbb0ae32378732a867cf45ef
parent0844c016c67e29f11e0c41b01b8f5b66b38512cb (diff)
dms: implement "UIM Get ICCID" request/response
-rw-r--r--data/qmi-service-dms.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json
index b43c76f..2051c91 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -333,5 +333,18 @@
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiDmsOperatingMode" } ],
- "output" : [ { "common-ref" : "Operation Result" } ] }
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
+ { "name" : "UIM Get ICCID",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x003C",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "ICCID",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "string",
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] }
]