update
This commit is contained in:
parent
39c3e0cd3a
commit
c71f83d698
1 changed files with 125 additions and 0 deletions
125
Custom_APN/A-Team.xml
Normal file
125
Custom_APN/A-Team.xml
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Google Inc
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
SPDX-FileCopyrightText: A-Team Digital Solutions
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<apns version="8">
|
||||
<!-- A-Team Metro Core Data, MMS, and Tethering Profile -->
|
||||
<apn
|
||||
mcc="310"
|
||||
mnc="260"
|
||||
carrier="A-Team - Metro - HS Unlimited"
|
||||
apn="fast.t-mobile.com"
|
||||
mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc.com"
|
||||
mtu="1440"
|
||||
protocol="IPV6"
|
||||
roaming_protocol="IP"
|
||||
type="default,mms,ia,supl,hipri,dun"
|
||||
/>
|
||||
<!-- A-Team Metro VoLTE / IMS Profile -->
|
||||
<apn
|
||||
mcc="310"
|
||||
mnc="260"
|
||||
carrier="A-Team - Metro IMS"
|
||||
apn="ims"
|
||||
mtu="1440"
|
||||
protocol="IPV6"
|
||||
roaming_protocol="IPV6"
|
||||
type="ims"
|
||||
/>
|
||||
<!-- A-Team Cricket Core Data, MMS, Hotspot, and Firmware Updates -->
|
||||
<apn
|
||||
mcc="310"
|
||||
mnc="150"
|
||||
carrier="A-Team - Cricket - HS Unlimited"
|
||||
apn="endo"
|
||||
mmsc="http://mmsc.mobile.att.net"
|
||||
mmsport="80"
|
||||
mmsproxy="proxy.mobile.att.net"
|
||||
protocol="IPV4V6"
|
||||
roaming_protocol="IPV4V6"
|
||||
type="default,mms,supl,hipri,dun,fota"
|
||||
/>
|
||||
<!-- A-Team Cricket VoLTE / IMS Profile -->
|
||||
<apn
|
||||
mcc="310"
|
||||
mnc="150"
|
||||
carrier="A-Team - Cricket - IMS"
|
||||
apn="ims"
|
||||
protocol="IPV4V6"
|
||||
roaming_protocol="IPV4V6"
|
||||
type="ims"
|
||||
/>
|
||||
<!-- A-Team T-Mobile Master Core Data, MMS, Tethering, & IA Profile -->
|
||||
<apn
|
||||
mcc="310"
|
||||
mnc="260"
|
||||
carrier="A-Team - T-Mobile - HS Unlimited"
|
||||
apn="fast.t-mobile.com"
|
||||
bearer_bitmask="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|17|18|20"
|
||||
carrier_id="1"
|
||||
mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
|
||||
mtu="1440"
|
||||
protocol="IPV6"
|
||||
roaming_protocol="IPV4V6"
|
||||
type="default,supl,ia,hipri,mms,xcap,dun"
|
||||
/>
|
||||
<!-- A-Team T-Mobile VoLTE / IMS Profile -->
|
||||
<apn
|
||||
mcc="310"
|
||||
mnc="260"
|
||||
carrier="A-Team - T-Mobile - IMS"
|
||||
apn="ims"
|
||||
bearer_bitmask="14|18|20"
|
||||
carrier_id="1"
|
||||
mtu="1440"
|
||||
protocol="IPV6"
|
||||
roaming_protocol="IPV4V6"
|
||||
type="ims"
|
||||
user_visible="false"
|
||||
/>
|
||||
<!-- A-Team T-Mobile SOS Profile -->
|
||||
<apn
|
||||
mcc="310"
|
||||
mnc="260"
|
||||
carrier="A-Team - T-Mobile - Emergency"
|
||||
apn="sos"
|
||||
carrier_id="1"
|
||||
protocol="IPV6"
|
||||
roaming_protocol="IPV4V6"
|
||||
type="emergency"
|
||||
user_visible="false"
|
||||
/>
|
||||
<!-- A-Team Simple Mobile Core Data & MMS Profile -->
|
||||
<apn
|
||||
mcc="310"
|
||||
mnc="260"
|
||||
carrier="A-Team - SIMPLE - HS Unlimited"
|
||||
apn="simple"
|
||||
carrier_id="2078"
|
||||
mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
|
||||
mvno_match_data="534D"
|
||||
mvno_type="gid"
|
||||
protocol="IPV6"
|
||||
roaming_protocol="IPV4V6"
|
||||
type="default,mms,supl,hipri,fota,ia,dun"
|
||||
/>
|
||||
<!-- A-Team Simple Mobile Consolidated VoLTE / IMS Profile -->
|
||||
<apn
|
||||
mcc="310"
|
||||
mnc="260"
|
||||
carrier="A-Team - SIMPLE - IMS"
|
||||
apn="ims"
|
||||
bearer_bitmask="14|18|20"
|
||||
carrier_id="2078"
|
||||
mtu="1440"
|
||||
mvno_match_data="534D"
|
||||
mvno_type="gid"
|
||||
protocol="IPV6"
|
||||
roaming_protocol="IPV6"
|
||||
type="ims"
|
||||
user_visible="false"
|
||||
/>
|
||||
</apns>
|
||||
Loading…
Reference in a new issue