diff mbox series

provision: Add MCC/MNC combos and APNs to db

Message ID 20240125201111.24383-1-bfukano@gmail.com (mailing list archive)
State Superseded
Headers show
Series provision: Add MCC/MNC combos and APNs to db | expand

Commit Message

Brian Fukano Jan. 25, 2024, 8:11 p.m. UTC
Add additional MCC/MNC combos and APNs to provisioning db needed by Cruise
---
 provision.json | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/provision.json b/provision.json
index c52d5752..218f0aef 100644
--- a/provision.json
+++ b/provision.json
@@ -14147,6 +14147,7 @@ 
       "310090",
       "310090",
       "310150",
+      "310170",
       "310280",
       "310380",
       "310410",
@@ -14192,6 +14193,13 @@ 
         ],
         "mmsc": "http://mmsc.mobile.att.net",
         "mmsproxy": "proxy.mobile.att.net:80"
+      },
+      {
+        "name": "AT&T M2M",
+        "apn": "m2m005246.attz",
+        "type": [
+          "internet"
+        ]
       }
     ]
   },
@@ -14212,7 +14220,8 @@ 
       "310490",
       "310580",
       "310660",
-      "310800"
+      "310800",
+      "311882"
     ],
     "apns": [
       {
@@ -14256,6 +14265,13 @@ 
         "type": [
           "internet"
         ]
+      },
+      {
+        "name": "IoT",
+        "apn": "iot.t-mobile.com",
+        "type": [
+          "internet"
+        ]
       }
     ]
   },