aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/qmi-common.json88
-rw-r--r--data/qmi-service-wds.json28
2 files changed, 108 insertions, 8 deletions
diff --git a/data/qmi-common.json b/data/qmi-common.json
index 3c2c87b..631eda4 100644
--- a/data/qmi-common.json
+++ b/data/qmi-common.json
@@ -41,6 +41,22 @@
"format" : "guint8",
"public-format" : "QmiWdsPdpType" },
+ { "common-ref" : "WDS PDP Header Compression Type",
+ "name" : "PDP Header Compression Type",
+ "id" : "0x12",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWdsPdpHeaderCompressionType" },
+
+ { "common-ref" : "WDS PDP Data Compression Type",
+ "name" : "PDP Data Compression Type",
+ "id" : "0x13",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWdsPdpDataCompressionType" },
+
{ "common-ref" : "WDS APN Name",
"name" : "APN Name",
"id" : "0x14",
@@ -64,6 +80,78 @@
"endian" : "little",
"format" : "guint32" },
+ { "common-ref" : "WDS UMTS Requested QoS",
+ "name" : "UMTS Requested 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" } ] },
+
+ { "common-ref" : "WDS UMTS Minimum QoS",
+ "name" : "UMTS Minimum QoS",
+ "id" : "0x18",
+ "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" } ] },
+
{ "common-ref" : "WDS GPRS Requested QoS",
"name" : "GPRS Requested QoS",
"id" : "0x19",
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json
index f93edf7..62373c3 100644
--- a/data/qmi-service-wds.json
+++ b/data/qmi-service-wds.json
@@ -676,13 +676,13 @@
"public-format" : "QmiWdsProfileType" },
{ "common-ref" : "WDS Profile Name" },
{ "common-ref" : "WDS PDP Type" },
- // 0x12 PDP Header Compression Type
- // 0x13 PDP Data Compression Type
+ { "common-ref" : "WDS PDP Header Compression Type" },
+ { "common-ref" : "WDS PDP Data Compression Type" },
{ "common-ref" : "WDS APN Name" },
{ "common-ref" : "WDS Primary IPv4 DNS Address" },
{ "common-ref" : "WDS Secondary IPv4 DNS Address" },
- // 0x17 UMTS Requested QoS
- // 0x18 UMTS Minimum QoS
+ { "common-ref" : "WDS UMTS Requested QoS" },
+ { "common-ref" : "WDS UMTS Minimum QoS" },
{ "common-ref" : "WDS GPRS Requested QoS" },
{ "common-ref" : "WDS GPRS Minimum QoS" },
{ "common-ref" : "WDS Username" },
@@ -823,14 +823,20 @@
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "common-ref" : "WDS PDP Type",
"prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "common-ref" : "WDS PDP Header Compression Type",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "common-ref" : "WDS PDP Data Compression Type",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
{ "common-ref" : "WDS APN Name",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "common-ref" : "WDS Primary IPv4 DNS Address",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "common-ref" : "WDS Secondary IPv4 DNS Address",
"prerequisites" : [ { "common-ref" : "Success" } ] },
- // 0x17 UMTS Requested QoS
- // 0x18 UMTS Minimum QoS
+ { "common-ref" : "WDS UMTS Requested QoS",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "common-ref" : "WDS UMTS Minimum QoS",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
{ "common-ref" : "WDS GPRS Requested QoS",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "common-ref" : "WDS GPRS Minimum QoS",
@@ -926,14 +932,20 @@
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "common-ref" : "WDS PDP Type",
"prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "common-ref" : "WDS PDP Header Compression Type",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "common-ref" : "WDS PDP Data Compression Type",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
{ "common-ref" : "WDS APN Name",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "common-ref" : "WDS Primary IPv4 DNS Address",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "common-ref" : "WDS Secondary IPv4 DNS Address",
"prerequisites" : [ { "common-ref" : "Success" } ] },
- // 0x17 UMTS Requested QoS
- // 0x18 UMTS Minimum QoS
+ { "common-ref" : "WDS UMTS Requested QoS",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "common-ref" : "WDS UMTS Minimum QoS",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
{ "common-ref" : "WDS GPRS Requested QoS",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "common-ref" : "WDS GPRS Minimum QoS",