diff mbox series

[1/2] data: Add initial attach type to Verizon 'vzwinternet' context.

Message ID 7848513cba60c3258cda3d315b7a770db46dffb6.1739233526.git.gerickson@nuovations.com (mailing list archive)
State Under Review
Headers show
Series data: Update Verizon APN Contexts | expand

Commit Message

Grant Erickson Feb. 11, 2025, 12:35 a.m. UTC
Verizon has a number of different Cellular access point names (APNs)
and contexts, depending on the application, per their documentation
here:

    https://www.verizon.com/support/knowledge-base-72601/

Some of those contexts must be used for initial attach (IA). For Voice
over LTE (VoLTE) applications, the 'vzwims' APN is such an IA context
and is currently marked as such.

However, for Internet of Things (IoT) or machine-to-machine (M2M)
applications, the 'vzwinternet' APN is also such an IA context but is
not presently marked as such. This change adds the 'ia' type to this
APN context.
---
 data/provision.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/data/provision.json b/data/provision.json
index 50319cf33a51..9d65ac08b394 100644
--- a/data/provision.json
+++ b/data/provision.json
@@ -14291,7 +14291,8 @@ 
         "name": "4G LTE Contract",
         "apn": "vzwinternet",
         "type": [
-          "internet"
+          "internet",
+          "ia"
         ]
       },
       {