summaryrefslogtreecommitdiff
path: root/data/qmi-service-wms.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/qmi-service-wms.json')
-rw-r--r--data/qmi-service-wms.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/data/qmi-service-wms.json b/data/qmi-service-wms.json
index 39b870c0..f45f99a2 100644
--- a/data/qmi-service-wms.json
+++ b/data/qmi-service-wms.json
@@ -350,6 +350,21 @@
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWmsMessageMode" } ],
- "output" : [ { "common-ref" : "Operation Result" } ] }
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
+ { "name" : "Get Message Protocol",
+ "type" : "Message",
+ "service" : "WMS",
+ "id" : "0x0030",
+ "version" : "1.1",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Message Protocol",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWmsMessageProtocol",
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] }
]