aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xu <fionaxu@google.com>2019-03-11 10:29:32 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-03-11 10:29:32 -0700
commitf198c5512eab787546823b81b6f802d8d6c02870 (patch)
tree1a0d3cec1d791212fddb0ca8cdd6304f81f7c640
parent5f63d19c4a317124bfa124510d2c143718c75397 (diff)
parent92820e1b9fd8732f9a91f9a8b5c53564abe66fb8 (diff)
downloadsample-f198c5512eab787546823b81b6f802d8d6c02870.tar.gz
Merge "improve carrier id documentations" am: 5e5492f573 am: 1780c9e9f6
am: 92820e1b9f Change-Id: I6e805f386902556055e3958f7c9af5b487a713f7
-rw-r--r--etc/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/README b/etc/README
new file mode 100644
index 0000000..08233dc
--- /dev/null
+++ b/etc/README
@@ -0,0 +1,19 @@
+===== apns-full-conf.xml =====
+
+This file contains apn configurations and serves as a sample file.
+A typical APN config looks like this:
+<apn carrier="CarrierXYZ"
+ carrier_id="1"
+ mcc="123"
+ mnc="123"
+ apn="carrierxyz"
+ type="default,supl,mms,ims,cbs"
+ mmsc="http://mms.carrierxyz.com"
+ mmsproxy="0.0.0.0"
+ mmsport="80"
+ bearer_bitmask="4|5|6|7|8|12"
+/>
+
+For APNs with a matching carrier ID please assign a carrier ID
+AOSP carrier ID assignments can be found at
+https://android.googlesource.com/platform/packages/providers/TelephonyProvider/+/master/assets/carrier_list.textpb \ No newline at end of file