ofono.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] provision: Add MCC/MNC combos and APNs to db
@ 2024-01-25 22:49 Brian Fukano
  2024-01-26 15:40 ` patchwork-bot+ofono
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Fukano @ 2024-01-25 22:49 UTC (permalink / raw)
  To: ofono; +Cc: Brian Fukano

Add additional MCC/MNC combos and APNs to provisioning db needed by Cruise
---
 provision.json | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/provision.json b/provision.json
index c52d5752..ae9a0848 100644
--- a/provision.json
+++ b/provision.json
@@ -14147,6 +14147,7 @@
       "310090",
       "310090",
       "310150",
+      "310170",
       "310280",
       "310380",
       "310410",
@@ -14192,6 +14193,14 @@
         ],
         "mmsc": "http://mmsc.mobile.att.net",
         "mmsproxy": "proxy.mobile.att.net:80"
+      },
+      {
+        "name": "AT&T M2M",
+        "apn": "m2m005246.attz",
+        "type": [
+          "internet",
+          "ia"
+        ]
       }
     ]
   },
@@ -14212,7 +14221,8 @@
       "310490",
       "310580",
       "310660",
-      "310800"
+      "310800",
+      "311882"
     ],
     "apns": [
       {
@@ -14256,6 +14266,14 @@
         "type": [
           "internet"
         ]
+      },
+      {
+        "name": "IoT",
+        "apn": "iot.t-mobile.com",
+        "type": [
+          "internet",
+          "ia"
+        ]
       }
     ]
   },
@@ -14307,7 +14325,8 @@
         "name": "4G LTE Contract",
         "apn": "vzwims",
         "type": [
-          "internet"
+          "ims",
+          "ia"
         ]
       },
       {
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] provision: Add MCC/MNC combos and APNs to db
  2024-01-25 22:49 [PATCH v2] provision: Add MCC/MNC combos and APNs to db Brian Fukano
@ 2024-01-26 15:40 ` patchwork-bot+ofono
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+ofono @ 2024-01-26 15:40 UTC (permalink / raw)
  To: Brian Fukano; +Cc: ofono

Hello:

This patch was applied to ofono.git (master)
by Denis Kenzior <denkenz@gmail.com>:

On Thu, 25 Jan 2024 14:49:03 -0800 you wrote:
> Add additional MCC/MNC combos and APNs to provisioning db needed by Cruise
> ---
>  provision.json | 23 +++++++++++++++++++++--
>  1 file changed, 21 insertions(+), 2 deletions(-)

Here is the summary with links:
  - [v2] provision: Add MCC/MNC combos and APNs to db
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=4e48785557c5

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-26 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-25 22:49 [PATCH v2] provision: Add MCC/MNC combos and APNs to db Brian Fukano
2024-01-26 15:40 ` patchwork-bot+ofono

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 NNTP newsgroup(s).