summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/qmi-service-wds.json25
1 files changed, 15 insertions, 10 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json
index 523b573..a5470fd 100644
--- a/data/qmi-service-wds.json
+++ b/data/qmi-service-wds.json
@@ -221,16 +221,21 @@
"id" : "0x24",
"mandatory" : "no",
"type" : "TLV",
- "format" : "array",
- "array-element" : { "name" : "Element",
- "format" : "struct",
- "contents" : [ { "name" : "Network Type",
- "format" : "guint8",
- "public-format" : "QmiWdsNetworkType" },
- { "name" : "RAT Mask",
- "format" : "guint32" },
- { "name" : "SO Mask",
- "format" : "guint32" } ] } },
+ "format" : "sequence",
+ "contents" : [ { "name" : "Preferred Network Is 3GPP2",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Network Info",
+ "format" : "array",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "Network Is 3GPP2",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "RAT Mask",
+ "format" : "guint32" },
+ { "name" : "SO Mask",
+ "format" : "guint32" } ] } } ] },
{ "name" : "TX Packets Dropped",
"id" : "0x25",
"mandatory" : "no",