From 4b3eeee8d3ad98ff82635c5e0a9e540c6be97d58 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sat, 24 Jan 2015 17:16:12 +0100 Subject: libqmi-glib,wds: support 'UMTS Granted QoS' TLV in 'Get Current Settings' --- data/qmi-service-wds.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'data/qmi-service-wds.json') 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", -- cgit v1.2.1