Name Date Size #Lines LOC

..--

Android.bpH A D25-Apr-2025166 87

READMEH A D25-Apr-2025640 2017

apns-full-conf.xmlH A D25-Apr-2025810.6 KiB40,83937,116

fix_apns_full_conf.pyH A D25-Apr-20252.6 KiB8562

old-apns-conf.xmlH A D25-Apr-2025642.5 KiB33,73830,372

test-apns-conf_verizon.xmlH A D25-Apr-20255.2 KiB214204

README

1===== apns-full-conf.xml =====
2
3This file contains apn configurations and serves as a sample file.
4A 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
17For APNs with a matching carrier ID please assign a carrier ID
18AOSP carrier ID assignments can be found at
19https://android.googlesource.com/platform/packages/providers/TelephonyProvider/+/master/assets/latest_carrier_id/carrier_list.textpb
20