aboutsummaryrefslogtreecommitdiffstats
path: root/data/qmi-service-dms.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-18 13:05:52 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-18 14:39:33 +0200
commit38964e25691f2588cb3e12332ceae6a3b304dac3 (patch)
tree04360e2bdfeac4f75a3cd7457daca277cb022275 /data/qmi-service-dms.json
parente782c3ff56788538fd385365086b19a7e87aab62 (diff)
downloadexternal_libqmi-38964e25691f2588cb3e12332ceae6a3b304dac3.zip
external_libqmi-38964e25691f2588cb3e12332ceae6a3b304dac3.tar.gz
external_libqmi-38964e25691f2588cb3e12332ceae6a3b304dac3.tar.bz2
dms: implement "Get Software Version" request/response
Diffstat (limited to 'data/qmi-service-dms.json')
-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 a464306..fc57c93 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -766,6 +766,19 @@
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" } ],
- "output" : [ { "common-ref" : "Operation Result" } ] }
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
+ { "name" : "Get Software Version",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x0051",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Version",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "string",
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] }
]