summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-05-30 12:58:21 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-03 16:08:56 +0200
commit658c0ff1ad4de7a36cb8be6280623b90d0e85d17 (patch)
tree9f15007ca7d5586c0fe79acb3cfaa61d7f602b3a
parent0a92dad29833390481feea8b2508e9cbac2ebb46 (diff)
dms: implement "Get MSISDN" 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 2d01bfa..c47d2fa 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -79,6 +79,19 @@
"prerequisites": [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
+ { "name" : "Get MSISDN",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x0024",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "MSISDN",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "string",
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
{ "name" : "Get IDs",
"type" : "Message",
"service" : "DMS",