added patch for APN
This commit is contained in:
parent
54ceda9a18
commit
b3f5744162
12
patches/apn_ims.patch
Normal file
12
patches/apn_ims.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml
|
||||
index a7c9e2d..81716d3 100644
|
||||
--- a/prebuilt/common/etc/apns-conf.xml
|
||||
+++ b/prebuilt/common/etc/apns-conf.xml
|
||||
@@ -22,6 +22,7 @@
|
||||
<!-- 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="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" />
|
Loading…
x
Reference in New Issue
Block a user