Message ID | 20240125224903.4731-1-bfukano@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4e48785557c513ee6ba0a91e423bb3fb86b83f7c |
Headers | show |
Series | [v2] provision: Add MCC/MNC combos and APNs to db | expand |
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!
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" ] }, {