Home | History | Annotate | only in /device/sample/etc
Up to higher level directory
NameDateSize
apns-full-conf.xml22-Oct-2020675.1K
old-apns-conf.xml22-Oct-2020642.5K
README22-Oct-2020621
test-apns-conf_verizon.xml22-Oct-20205.2K

README

      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/carrier_list.textpb