aboutsummaryrefslogtreecommitdiff
path: root/data/qmi-service-wds.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-04-08 00:47:28 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-04-08 01:11:50 +0200
commit26099f19e21f278e764b875b257306d6800f0235 (patch)
tree4273d9ebfd2dfff2a11b1bca25abb53c992eb410 /data/qmi-service-wds.json
parentcdec8660427d2895415f1d84426e39d1ed145136 (diff)
wds: add 'APN type' in profile create/modify operations
Just assuming the TLV id and format is the same. E.g.: $ sudo qmicli -p -d /dev/cdc-wdm0 \ --wds-create-profile="3gpp,apn=something2,apn-type-mask=emergency|ims" New profile created: Profile type: '3gpp' Profile index: '6' $ sudo qmicli -p -d /dev/cdc-wdm0 --wds-get-profile-list=3gpp Profile list retrieved: ... [6] 3gpp - APN: 'something2' APN type: 'ims, emergency' PDP type: 'ipv4-or-ipv6' PDP context number: '6' Username: '' Password: '' Auth: 'none' No roaming: 'no' APN disabled: 'no'
Diffstat (limited to 'data/qmi-service-wds.json')
-rw-r--r--data/qmi-service-wds.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json
index 9f253b0..68042d3 100644
--- a/data/qmi-service-wds.json
+++ b/data/qmi-service-wds.json
@@ -1138,7 +1138,7 @@
// 0x30, PDN inactivity timeout
// 0x31, APN class
{ "common-ref" : "WDS Roaming Disallowed Flag",
- "since" : "1.22" } ],
+ "since" : "1.22" },
// 0x90, Negotiate DNS server preference
// 0x91, PPP session close timer for DO
// 0x92, PPP session close timer for 1X
@@ -1167,6 +1167,8 @@
// 0xA9, APN enabled
// 0xAA, PDN inactivity timeout
// 0xAB, APN class
+ { "common-ref" : "WDS APN Type",
+ "since" : "1.30" } ],
"output" : [ { "common-ref" : "Operation Result" },
{ "common-ref" : "WDS Profile Identifier",
"since" : "1.18",
@@ -1245,7 +1247,7 @@
// 0x30, PDN inactivity timeout
// 0x31, APN class
{ "common-ref" : "WDS Roaming Disallowed Flag",
- "since" : "1.22" } ],
+ "since" : "1.22" },
// 0x90, Negotiate DNS server preference
// 0x91, PPP session close timer for DO
// 0x92, PPP session close timer for 1X
@@ -1274,6 +1276,8 @@
// 0xA9, APN enabled
// 0xAA, PDN inactivity timeout
// 0xAB, APN class
+ { "common-ref" : "WDS APN Type",
+ "since" : "1.30" } ],
"output" : [ { "common-ref" : "Operation Result" },
{ "common-ref" : "WDS Extended Error Code",
"since" : "1.18" } ] },