aboutsummaryrefslogtreecommitdiffstats
path: root/data/qmi-service-dms.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-17 09:53:21 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-17 13:53:32 +0200
commita3da67f54f52ef7ba3e5ee0ecac8f196d448e763 (patch)
tree5c0a18ada10524e38c779153c71e928ee35f864e /data/qmi-service-dms.json
parent20c38479dd3dd1a0fdb76cf0011a4307e22393ad (diff)
dms: implement "Validate Service Programming Code" request/response
Diffstat (limited to 'data/qmi-service-dms.json')
-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 99ebf0c..00baa9f 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -557,6 +557,19 @@
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************
+ { "name" : "Validate Service Programming Code",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x003B",
+ "input" : [ { "name" : "Service Programming Code",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "string",
+ "fixed-size" : "6" } ],
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
{ "name" : "UIM Get ICCID",
"type" : "Message",
"service" : "DMS",