aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-06-28 11:03:24 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-03 16:08:58 +0200
commit0a07f3d4ea23500c5ae28063528c7518a1356dd8 (patch)
tree4fe0e9a2733377ee87103abdbe230a1dc5c1b31e /data
parent07cb9e338c417ef4642ca2a8123fdd33d0539108 (diff)
downloadexternal_libqmi-0a07f3d4ea23500c5ae28063528c7518a1356dd8.zip
external_libqmi-0a07f3d4ea23500c5ae28063528c7518a1356dd8.tar.gz
external_libqmi-0a07f3d4ea23500c5ae28063528c7518a1356dd8.tar.bz2
dms: implement "Set Operating Mode" request/response
Diffstat (limited to 'data')
-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 c765312..f4295e7 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -320,5 +320,18 @@
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean",
- "prerequisites": [ { "common-ref" : "Success" } ] } ] }
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
+ { "name" : "Set Operating Mode",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x002E",
+ "input" : [ { "name" : "Mode",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiDmsOperatingMode" } ],
+ "output" : [ { "common-ref" : "Operation Result" } ] }
]