diff options
| author | Jacob Willoughby <onionjake@gmail.com> | 2018-11-29 00:40:14 -0700 |
|---|---|---|
| committer | razorloves <razorloves@gmail.com> | 2019-02-19 10:38:41 +0100 |
| commit | 42252b823b187e8c363723108e16f288fd3fc1be (patch) | |
| tree | 6699b489ad42e4c6e23ccf34c69ba3442a2deaba | |
| parent | 562f26ff4502c61fdb314ef81f78d2094515674b (diff) | |
| download | vendor_lineage-42252b823b187e8c363723108e16f288fd3fc1be.tar.gz vendor_lineage-42252b823b187e8c363723108e16f288fd3fc1be.tar.bz2 vendor_lineage-42252b823b187e8c363723108e16f288fd3fc1be.zip | |
Add APN for XFINITY Mobile
Change-Id: I0ae20dc5c982cc0b65fa8ef3a5c3eee7c0190441
| -rw-r--r-- | prebuilt/common/etc/apns-conf.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml index f55ca639..41ec2aaf 100644 --- a/prebuilt/common/etc/apns-conf.xml +++ b/prebuilt/common/etc/apns-conf.xml @@ -1607,6 +1607,7 @@ <!-- bearer 1, 2, 3, 9, 10, 11, 13, 14, 15, 18 --> <apn carrier="Verizon" mcc="311" mnc="480" apn="VZWAPP" type="cbs,mms" authtype="0" mmsc="http://mms.vtext.com/servlets/mms" protocol="IPV4V6" roaming_protocol="IP" bearer_bitmask="1|2|3|9|10|11|13|14|15|18" profile_id="4" modem_cognitive="true" max_conns="20" max_conns_time="300" user_visible="false" /> <apn carrier="StraightTalk Verizon" mcc="311" mnc="480" apn="TRACFONE.VZWENTP" type="default,dun,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" /> + <apn carrier="XFINITY Mobile" mcc="311" mnc="480" apn="COMCAST.RSLR.VZWENTP" type="default,dun,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" /> <apn carrier="Verizon Internet" mcc="311" mnc="482" apn="VZWINTERNET" type="default,dun,mms" mmsc="http://mms.vtext.com/servlets/mms" protocol="IPV4V6" roaming_protocol="IPV4V6" /> <apn carrier="Verizon FOTA" mcc="311" mnc="482" apn="VZWADMIN" type="fota" protocol="IPV4V6" roaming_protocol="IPV4V6" /> <apn carrier="Verizon IMS" mcc="311" mnc="482" apn="VZWIMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" /> |
