aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Hou <joshhou@google.com>2019-10-28 21:29:09 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-28 21:29:09 -0700
commitf30c831704977c1ba82541b4921952481749eb5e (patch)
treeec92223616cb7bee5004acedb78bc3a8ca3e32fb
parent41e302869b262969bb490c662a98596b99caf397 (diff)
parent7dee397795f6483d299ce390bba07e4793eb9aef (diff)
downloadsample-f30c831704977c1ba82541b4921952481749eb5e.tar.gz
Merge "Add APN for Carrier Next Mobile (MVNO)" am: 04a228e3cb am: 91aac6f4bd
am: 7dee397795 Change-Id: I0a160192cd085d0a3da70a4db4b35250f865453e
-rw-r--r--etc/apns-full-conf.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml
index a2534eb..6864b3a 100644
--- a/etc/apns-full-conf.xml
+++ b/etc/apns-full-conf.xml
@@ -6108,6 +6108,15 @@
type="default,supl"
/>
+ <apn carrier="Next Mobile"
+ mcc="250"
+ mnc="47"
+ apn="Next"
+ user=""
+ password=""
+ type="default,supl"
+ />
+
<apn carrier="Tinkoff Mobile"
carrier_id = "2142"
mcc="250"
@@ -34838,5 +34847,4 @@
type="mms"
/>
-
</apns>