aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-05-20 19:29:49 +0200
committerAleksander Morgado <aleksander@aleksander.es>2014-05-20 20:34:37 +0200
commitd23de168032bd0323787a7d622bb3edd06a39eaf (patch)
tree4cde48f723832ec4db1016e2fdbda2ed151d08a8 /data
parent07ea29dc9cb4ac4cc44b8ef745ed5607c7155d72 (diff)
wda: new 'WDA' service
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am3
-rw-r--r--data/qmi-service-wda.json69
2 files changed, 71 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index f0aeae2..86a8612 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -10,4 +10,5 @@ EXTRA_DIST = \
qmi-service-pds.json \
qmi-service-pbm.json \
qmi-service-uim.json \
- qmi-service-oma.json
+ qmi-service-oma.json \
+ qmi-service-wda.json
diff --git a/data/qmi-service-wda.json b/data/qmi-service-wda.json
new file mode 100644
index 0000000..1437d8a
--- /dev/null
+++ b/data/qmi-service-wda.json
@@ -0,0 +1,69 @@
+
+[
+ // *********************************************************************************
+ { "name" : "WDA",
+ "type" : "Service" },
+
+ // *********************************************************************************
+ { "name" : "QMI Client WDA",
+ "type" : "Client" },
+
+ // *********************************************************************************
+ { "name" : "QMI Message WDA",
+ "type" : "Message-ID-Enum" },
+
+ // *********************************************************************************
+ { "name" : "Get Data Format",
+ "type" : "Message",
+ "service" : "WDA",
+ "id" : "0x0021",
+ "version" : "1.0",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "QoS Format",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "gboolean",
+ "prerequisites": [ { "common-ref" : "Success" } ] },
+ { "name" : "Link Layer Protocol",
+ "id" : "0x11",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32",
+ "public-format" : "QmiWdaLinkLayerProtocol",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "Uplink Data Aggregation Protocol",
+ "id" : "0x12",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32",
+ "public-format" : "QmiWdaDataAggregationProtocol",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "Downlink Data Aggregation Protocol",
+ "id" : "0x13",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32",
+ "public-format" : "QmiWdaDataAggregationProtocol",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "NDP Signature",
+ "id" : "0x14",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "Uplink Data Aggregation Max Size",
+ "id" : "0x15",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "Downlink Data Aggregation Max Size",
+ "id" : "0x16",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32",
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] }
+
+]