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