Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 640 | 20 | 17 | |
apns-full-conf.xml | D | 03-May-2024 | 692.2 KiB | 35,756 | 32,404 | |
old-apns-conf.xml | D | 03-May-2024 | 642.5 KiB | 33,738 | 30,372 | |
test-apns-conf_verizon.xml | D | 03-May-2024 | 5.2 KiB | 214 | 204 |
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