summaryrefslogtreecommitdiff
path: root/data/qmi-service-wds.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-01-24 17:16:12 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-01-24 17:16:12 +0100
commit4b3eeee8d3ad98ff82635c5e0a9e540c6be97d58 (patch)
tree9ee94b2817cd78a1c8d9920096059b9d6604c4f3 /data/qmi-service-wds.json
parent2864b83961ecfd7b960b0832d67359b3bd3cce05 (diff)
downloadlibqmi-4b3eeee8d3ad98ff82635c5e0a9e540c6be97d58.tar.gz
libqmi-glib,wds: support 'UMTS Granted QoS' TLV in 'Get Current Settings'
Diffstat (limited to 'data/qmi-service-wds.json')
-rw-r--r--data/qmi-service-wds.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json
index 1788a78b..be0a7e60 100644
--- a/data/qmi-service-wds.json
+++ b/data/qmi-service-wds.json
@@ -788,6 +788,41 @@
"endian" : "little",
"format" : "guint32",
"prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "UMTS Granted QoS",
+ "id" : "0x17",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Traffic Class",
+ "format" : "guint8",
+ "public-format" : "QmiWdsTrafficClass" },
+ { "name" : "Max uplink bitrate",
+ "format" : "guint32" },
+ { "name" : "Max downlink bitrate",
+ "format" : "guint32" },
+ { "name" : "Guaranteed uplink bitrate",
+ "format" : "guint32" },
+ { "name" : "Guaranteed downlink bitrate",
+ "format" : "guint32" },
+ { "name" : "QoS Delivery Order",
+ "format" : "guint8",
+ "public-format" : "QmiWdsDeliveryOrder" },
+ { "name" : "Maximum SDU Size",
+ "format" : "guint32" },
+ { "name" : "SDU Error Ratio",
+ "format" : "guint8",
+ "public-format" : "QmiWdsSduErrorRatio" },
+ { "name" : "Residual Bit Error Ratio",
+ "format" : "guint8",
+ "public-format" : "QmiWdsSduResidualBitErrorRatio" },
+ { "name" : "Delivery Erroneous SDU",
+ "format" : "guint8",
+ "public-format" : "QmiWdsSduErroneousDelivery" },
+ { "name" : "Transfer Delay",
+ "format" : "guint32" },
+ { "name" : "Traffic Handling Priority",
+ "format" : "guint32" } ],
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "GPRS Granted QoS",
"id" : "0x19",
"mandatory" : "no",