aboutsummaryrefslogtreecommitdiffstats
path: root/data/qmi-service-wds.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-23 12:31:28 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-23 12:31:28 +0200
commit6423f5b9aab662457e2176f38b8073dba91e2ade (patch)
treed9e3f07504105691f0c810f9be9229c52be529a4 /data/qmi-service-wds.json
parentd86c8fe926ead33f4f67dc37507440d19f83b30f (diff)
wds: order messages by ID
Diffstat (limited to 'data/qmi-service-wds.json')
-rw-r--r--data/qmi-service-wds.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json
index 4b9a473..d512a72 100644
--- a/data/qmi-service-wds.json
+++ b/data/qmi-service-wds.json
@@ -96,6 +96,33 @@
"prerequisites" : [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
+ { "name" : "Get Data Bearer Technology",
+ "type" : "Message",
+ "service" : "WDS",
+ "id" : "0x0037",
+ "version" : "1.12",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Current",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "gint8",
+ "public-format" : "QmiWdsDataBearerTechnology",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "Last",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "gint8",
+ "public-format" : "QmiWdsDataBearerTechnology",
+ "prerequisites" : [ { "field" : "Result.Error Status",
+ "operation" : "!=",
+ "value" : "QMI_STATUS_SUCCESS" },
+ { "field" : "Result.Error Code",
+ "operation" : "==",
+ "value" : "QMI_PROTOCOL_ERROR_OUT_OF_CALL" } ] } ] },
+
+ // *********************************************************************************
{ "name" : "Get Current Data Bearer Technology",
"type" : "Message",
"service" : "WDS",
@@ -126,33 +153,6 @@
{ "name" : "RAT Mask",
"format" : "guint32" },
{ "name" : "SO Mask",
- "format" : "guint32" } ] } ] },
-
- // *********************************************************************************
- { "name" : "Get Data Bearer Technology",
- "type" : "Message",
- "service" : "WDS",
- "id" : "0x0037",
- "version" : "1.12",
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Current",
- "id" : "0x01",
- "mandatory" : "yes",
- "type" : "TLV",
- "format" : "gint8",
- "public-format" : "QmiWdsDataBearerTechnology",
- "prerequisites" : [ { "common-ref" : "Success" } ] },
- { "name" : "Last",
- "id" : "0x10",
- "mandatory" : "no",
- "type" : "TLV",
- "format" : "gint8",
- "public-format" : "QmiWdsDataBearerTechnology",
- "prerequisites" : [ { "field" : "Result.Error Status",
- "operation" : "!=",
- "value" : "QMI_STATUS_SUCCESS" },
- { "field" : "Result.Error Code",
- "operation" : "==",
- "value" : "QMI_PROTOCOL_ERROR_OUT_OF_CALL" } ] } ] }
+ "format" : "guint32" } ] } ] }
]