aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-02-25 14:52:52 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-02-25 15:47:15 +0100
commit18694ee79a624119d5f0bc379562646fe8bccfb6 (patch)
treee0c31d4094263fc7218c553d33c664bbbae64186 /data
parentf864133f8e27098d64e9f10502d313e0192b6f28 (diff)
downloadexternal_libqmi-18694ee79a624119d5f0bc379562646fe8bccfb6.zip
external_libqmi-18694ee79a624119d5f0bc379562646fe8bccfb6.tar.gz
external_libqmi-18694ee79a624119d5f0bc379562646fe8bccfb6.tar.bz2
wms: implement 'Get Supported Messages'
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-wms.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/qmi-service-wms.json b/data/qmi-service-wms.json
index 2f860b5..06c440c 100644
--- a/data/qmi-service-wms.json
+++ b/data/qmi-service-wms.json
@@ -111,6 +111,22 @@
"public-format" : "gboolean" } ] },
// *********************************************************************************
+ { "name" : "Get Supported Messages",
+ "type" : "Message",
+ "service" : "WMS",
+ "id" : "0x001E",
+ "version" : "1.12",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "List",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "array",
+ "size-prefix-format" : "guint16",
+ "array-element" : { "format" : "guint8" },
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
{ "name" : "Raw Send",
"type" : "Message",
"service" : "WMS",