($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: Brian Fukano <bfukano@gmail.com>
To: ofono@lists.linux.dev
Cc: Brian Fukano <bfukano@gmail.com>
Subject: [PATCH] provision: Add MCC/MNC combos and APNs to db
Date: Thu, 25 Jan 2024 12:11:11 -0800	[thread overview]
Message-ID: <20240125201111.24383-1-bfukano@gmail.com> (raw)

Add additional MCC/MNC combos and APNs to provisioning db needed by Cruise
---
 provision.json | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

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"
+        ]
       }
     ]
   },
-- 
2.34.1


                 reply	other threads:[~2024-01-25 20:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240125201111.24383-1-bfukano@gmail.com \
    --to=bfukano@gmail.com \
    --cc=ofono@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).