26 lines
1.5 KiB
Diff
26 lines
1.5 KiB
Diff
From 9218670153d5aa40fd05f51d89240fc7859293a2 Mon Sep 17 00:00:00 2001
|
|
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
|
Date: Mon, 14 Mar 2022 03:44:59 +0000
|
|
Subject: [PATCH 5/5] Fix APN on CatS22Flip
|
|
|
|
This reverts commit I2833bc1764a311eef7ebc170cfa1e25cbefb3737.
|
|
|
|
Change-Id: I036bdd576e536392cf41e3c536d5ca2eb04e5a02
|
|
---
|
|
.../prebuild/common/etc/apns-conf.xml | 2 --------
|
|
1 file changed, 2 insertion(-)
|
|
|
|
diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml
|
|
index a7c9e2d8..81716d39 100644
|
|
--- a/prebuilt/common/etc/apns-conf.xml
|
|
+++ b/prebuilt/common/etc/apns-conf.xml
|
|
@@ -22,6 +22,8 @@
|
|
<!-- This version must agree with that in apps/common/res/apns.xml -->
|
|
<!-- Possible values for auth_type: 0 (None), 1 (PAP), 2 (CHAP), 3 (PAP or CHAP) -->
|
|
<apns version="8">
|
|
+ <apn carrier="PHH IMS" mcc="310" mnc="240" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" />
|
|
+ <apn carrier="Boost Mobile" mcc="310" mnc="240" apn="wireless.dish.com" mmsc="http://wholesale.mmsmvno.com/mms/wapenc" protocol="IPV4V6" roaming_protocol="IPV4V6" type="default,admin,fota,mms,supl,hipri,internet,dun" mvno_type="gid" mvno_match_data="6430" />
|
|
<apn carrier="Test Internet" mcc="001" mnc="01" apn="VZWINTERNET" type="default,dun,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" />
|
|
<apn carrier="Test FOTA" mcc="001" mnc="01" apn="VZWADMIN" type="fota" protocol="IPV4V6" roaming_protocol="IPV4V6" />
|
|
<apn carrier="Test IMS" mcc="001" mnc="01" apn="VZWIMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" />
|