aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xu <fionaxu@google.com>2019-03-11 10:21:37 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-03-11 10:21:37 -0700
commit1780c9e9f60628a8c17793eec09ced46d096b94b (patch)
tree243c1dcce5fd3a6689104f71aa0d9f5e1eaaf95d
parent5f34aa2b96483c812c4143b3222ee6cf8e39b691 (diff)
parent5e5492f573c6bb874ec0f1a2f20282c1c5160e02 (diff)
downloadsample-1780c9e9f60628a8c17793eec09ced46d096b94b.tar.gz
Merge "improve carrier id documentations"
am: 5e5492f573 Change-Id: Ib7b265cade944a382c27ae10a6dd20674f6e0474
-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