mbox series

[0/2] data: Update Verizon APN Contexts

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

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.

In addition, one partition of those contexts are appropriate for LTE
and/or VoLTE applications while another is appropriate for IoT or M2M
applications.

These changes add the 'ia' type to the 'vzwinternet' APN context and
add the 'iot', 'm2m', and 'volte' tags to the three current
Verizon APN contexts such that no tags or some combination of those
tags produce the desired set of APN contexts for the desired
application(s).

Grant Erickson (2):
  data: Add initial attach type to Verizon 'vzwinternet' context.
  data: Add tags to Verizon APN contexts.

 data/provision.json | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)