summaryrefslogtreecommitdiff
path: root/data/qmi-service-wds.json
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2021-03-03 10:36:01 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-03-12 08:43:15 +0000
commitac8e799acccb1958ab5578575f54fc8bd56db13f (patch)
tree0bed5cb00c7557d64399ae40e3265ec6838787cc /data/qmi-service-wds.json
parentd4538d1f2fd1f5ccc538fe6c65f81ababc6a4afb (diff)
downloadlibqmi-ac8e799acccb1958ab5578575f54fc8bd56db13f.tar.gz
wds: add 'APN Type' mask in profile settings
Read the APN Type mask when getting profile settings and display it in qmicli. This can be used later to filter APN in the list of APNs (MBIM as a similar 'ContextType')
Diffstat (limited to 'data/qmi-service-wds.json')
-rw-r--r--data/qmi-service-wds.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json
index 9d2c00f6..9f253b03 100644
--- a/data/qmi-service-wds.json
+++ b/data/qmi-service-wds.json
@@ -388,6 +388,13 @@
"format" : "guint8",
"public-format" : "gboolean" },
+ { "common-ref" : "WDS APN Type",
+ "name" : "APN Type Mask",
+ "id" : "0xDD",
+ "type" : "TLV",
+ "format" : "guint64",
+ "public-format" : "QmiWdsApnTypeMask" },
+
// *********************************************************************************
{ "name" : "Reset",
"type" : "Message",
@@ -1452,6 +1459,9 @@
// 0xA9, APN enabled
// 0xAA, PDN inactivity timeout
// 0xAB, APN class
+ { "common-ref" : "WDS APN Type",
+ "since" : "1.30",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
{ "common-ref" : "WDS Extended Error Code",
"since" : "1.8" } ] },