summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-05-21 10:41:02 +0200
committerAleksander Morgado <aleksander@aleksander.es>2014-05-21 11:42:03 +0200
commitc8b83c1f54c21d6ad78cea80718b7d1f1067bfdf (patch)
tree7660c228c0e0864e57adcb16ed7a824ccf12ba86
parent22f6981456271e0983d5384db55430f644454ec4 (diff)
downloadlibqmi-c8b83c1f54c21d6ad78cea80718b7d1f1067bfdf.tar.gz
wda: implement 'Set Data Format' request/response
-rw-r--r--data/qmi-service-wda.json93
-rw-r--r--docs/reference/libqmi-glib/libqmi-glib-docs.xml1
2 files changed, 94 insertions, 0 deletions
diff --git a/data/qmi-service-wda.json b/data/qmi-service-wda.json
index 1437d8ac..3a9b7971 100644
--- a/data/qmi-service-wda.json
+++ b/data/qmi-service-wda.json
@@ -13,6 +13,99 @@
"type" : "Message-ID-Enum" },
// *********************************************************************************
+ { "name" : "Set Data Format",
+ "type" : "Message",
+ "service" : "WDA",
+ "id" : "0x0020",
+ "version" : "1.0",
+ "input" : [ { "name" : "QoS Format",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Link Layer Protocol",
+ "id" : "0x11",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32",
+ "public-format" : "QmiWdaLinkLayerProtocol" },
+ { "name" : "Uplink Data Aggregation Protocol",
+ "id" : "0x12",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32",
+ "public-format" : "QmiWdaDataAggregationProtocol" },
+ { "name" : "Downlink Data Aggregation Protocol",
+ "id" : "0x13",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32",
+ "public-format" : "QmiWdaDataAggregationProtocol" },
+ { "name" : "NDP Signature",
+ "id" : "0x14",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32" },
+ { "name" : "Downlink Data Aggregation Max Datagrams",
+ "id" : "0x15",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32" },
+ { "name" : "Downlink Data Aggregation Max Size",
+ "id" : "0x16",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32" } ],
+ "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" : "Downlink Data Aggregation Max Datagrams",
+ "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" } ] } ] },
+
+ // *********************************************************************************
{ "name" : "Get Data Format",
"type" : "Message",
"service" : "WDA",
diff --git a/docs/reference/libqmi-glib/libqmi-glib-docs.xml b/docs/reference/libqmi-glib/libqmi-glib-docs.xml
index fe6a2e2e..e3c8f472 100644
--- a/docs/reference/libqmi-glib/libqmi-glib-docs.xml
+++ b/docs/reference/libqmi-glib/libqmi-glib-docs.xml
@@ -263,6 +263,7 @@
<xi:include href="xml/qmi-enums-wda.xml"/>
<section>
<title>WDA Requests</title>
+ <xi:include href="xml/qmi-message-wda-set-data-format.xml"/>
<xi:include href="xml/qmi-message-wda-get-data-format.xml"/>
</section>
</chapter>