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

Grant Erickson <[email protected]> Mon, 10 Feb 2025 16:35:57 -0800
Newsgroups dev.linux.lists.ofono
Message-ID <7848513cba60c3258cda3d315b7a770db46dffb6.1739233526.git.gerickson@nuovations.com>
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 --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"
         ]
       },
       {
-- 
2.45.0