diff mbox series

[2/2] data: Add T-Mobile MVNO IoT/M2M 'Private' APN.

Message ID 1b1a091686b60589ef6832bddec58e62419b3658.1739493541.git.gerickson@nuovations.com (mailing list archive)
State Accepted
Commit 5874690e03ae91191a1d51205b394e6f26fc4429
Headers show
Series Add T-Mobile MVNO IoT/M2M 'Public/Private' APNs | expand

Commit Message

Grant Erickson Feb. 14, 2025, 12:42 a.m. UTC
At least in North America / United States, there exist Cellular MVNOs
(particularly in the IoT / M2M veritical) that neither use mobile
virtual network operator (MVNO) service provider names (SPNs) nor use
unique home network identifiers (HNIs) (that is, mobile country code
(MCC) + mobile network code (MNC) pairs). Instead, they simply use the
HNI of the parent operator.

In addition, those MVNOs typically have two or three APN schemes:

    1. A "public" APN that is broadly used by one or more MVNOs for
       the parent operator that issues PUBLIC IP addresses and DOES
       NOT route through the MVNO's or parent operator's data center
       infrastructure.

    2. A "private" APN that may or may NOT be broadly used by one
       or more MVNOs for the parent operator that issues PRIVATE IP
       addresses and DOES route through the MVNO's or parent
       operator's data center infrastructure.

    3. A "private" APN that is used only by the MVNO that issues
       static or dynamic PRIVATE IP addresses, DOES route through the
       MVNO's data center infrastructure and, from there, via a VPN to
       the customer services infrastructure. These are sometimes
       called customer private networks (CPNs).

       These are sufficiently MVNO-specific where they do not or
       should not play a role in a generic Cellular provisioning
       database.

KORE Wireless is one such IoT / M2M MVNO that uses AT&T, T-Mobile, and
Verizon as parent network operators.

This adds a MNVO-specific IoT / M2M APN of type (2) above that is used
by KORE Wireless for the T-Mobile parent network operator.
---
 data/provision.json | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/data/provision.json b/data/provision.json
index 568055b14233..85e29790c736 100644
--- a/data/provision.json
+++ b/data/provision.json
@@ -14251,6 +14251,15 @@ 
           "ia"
         ],
         "tags": "kore-public"
+      },
+      {
+        "name": "T-Mobile LTE KORE Wireless MVNO IoT/M2M (Private)",
+        "apn": "c1.korem2m.com",
+        "type": [
+          "internet",
+          "ia"
+        ],
+        "tags": "kore-private"
       }
     ]
   },