forked from egauk/m5restore
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathapns.xml
20 lines (20 loc) · 1.39 KB
/
apns.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<Root>
<CmCfg>
<DefaultAutoconnect>HomeOnly</DefaultAutoconnect>
<DefaultProfile>apn-1</DefaultProfile>
<ClientCfg client="0">
<DataProfile>apn-3</DataProfile>
</ClientCfg>
<LteAttachProfile>apn-3</LteAttachProfile>
</CmCfg>
<apns version="8">
<apn pid="apn-1" carrier="ATT NR Broadband" mcc="310" mnc="410" apn="nrbroadband" type="default,dun,supl,mms,fota" protocol="IPV4V6" mvno_type="gid" mvno_match_data="S" />
<apn pid="apn-2" carrier="ATT Broadband" mcc="310" mnc="410" apn="broadband" type="default,dun,supl,mms,fota" protocol="IPV4V6" />
<apn pid="apn-3" carrier="ATT nxtgenphone" mcc="310" mnc="410" apn="nxtgenphone" type="default,dun,supl,mms,fota" protocol="IPV4V6" />
<apn pid="apn-4" carrier="Visible Legacy" mcc="310" mnc="480" apn="VSBLINTERNET" type="default,dun,supl,mms,fota" protocol="IPV4V6" mvno_type="gid"/>
<apn pid="apn-5" carrier="Visible" mcc="310" mnc="480" apn="vzwinternet" type="default,dun,supl,mms,fota" protocol="IPV4V6" mvno_type="gid"/>
<apn pid="apn-6" carrier="T-Mobile" mcc="310" mnc="260" apn="fast.t-mobile.com" type="default,dun,supl,mms,fota" protocol="IPv6" mvno_type="gid"/>
<apn pid="apn-7" carrier="Verizon" mcc="310" mnc="260" apn="vzwinternet" type="default,dun,supl,mms,fota" protocol="IPv6" mvno_type="gid"/>
</apns>
</Root>