aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-04 12:19:59 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-06 19:53:02 +0200
commit550067b38192ab0cccfabce516e3e9c1ddd53785 (patch)
tree3e41ea820840a93b90813c658c99d8ed1ea619aa /data
parent279dcc8f09d2c63509a341d43e8aef943cbb25d5 (diff)
wms: implement "Get Routes" request/response
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-wms.json38
1 files changed, 37 insertions, 1 deletions
diff --git a/data/qmi-service-wms.json b/data/qmi-service-wms.json
index 39c2719..c38a195 100644
--- a/data/qmi-service-wms.json
+++ b/data/qmi-service-wms.json
@@ -439,6 +439,42 @@
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWmsTransferIndication" } ],
- "output" : [ { "common-ref" : "Operation Result" } ] }
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
+ { "name" : "Get Routes",
+ "type" : "Message",
+ "service" : "WMS",
+ "id" : "0x0033",
+ "version" : "1.1",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Route List",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "array",
+ "array-size" : { "format" : "guint16" },
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "Message Type",
+ "format" : "guint8",
+ "public-format" : "QmiWmsMessageType" },
+ { "name" : "Message Class",
+ "format" : "guint8",
+ "public-format" : "QmiWmsMessageClass" },
+ { "name" : "Storage",
+ "format" : "guint8",
+ "public-format" : "QmiWmsStorageType" },
+ { "name" : "Receipt Action",
+ "format" : "guint8",
+ "public-format" : "QmiWmsReceiptAction" } ] },
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "Transfer Status Report",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWmsTransferIndication",
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] }
]