summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-02 13:08:39 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-03 16:08:58 +0200
commit0d995560965e28fe3af1ab28c058d1a43b3d785c (patch)
treeefb53657a38e662e5127517fb8eecbf105ee7fd0
parent0fed725f411c686c24bc087bb2a882ec97792600 (diff)
dms: implement "UIM Get IMSI" request/response
-rw-r--r--data/qmi-service-dms.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json
index 2051c91..1ee18ee 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -346,5 +346,18 @@
"mandatory" : "yes",
"type" : "TLV",
"format" : "string",
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
+ { "name" : "UIM Get IMSI",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x0043",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "IMSI",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "string",
"prerequisites": [ { "common-ref" : "Success" } ] } ] }
]