• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 ===== apns-full-conf.xml =====
2 
3 This file contains apn configurations and serves as a sample file.
4 A typical APN config looks like this:
5 <apn carrier="CarrierXYZ"
6       carrier_id="1"
7       mcc="123"
8       mnc="123"
9       apn="carrierxyz"
10       type="default,supl,mms,ims,cbs"
11       mmsc="http://mms.carrierxyz.com"
12       mmsproxy="0.0.0.0"
13       mmsport="80"
14       bearer_bitmask="4|5|6|7|8|12"
15 />
16 
17 For APNs with a matching carrier ID please assign a carrier ID
18 AOSP carrier ID assignments can be found at
19 https://android.googlesource.com/platform/packages/providers/TelephonyProvider/+/master/assets/latest_carrier_id/carrier_list.textpb
20