aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGamma Mobile Development <mobiledevelopers@gamma.co.uk>2018-02-16 04:20:41 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-16 04:20:41 +0000
commit4930f7b325020be8595d73522681a8f46aa91c36 (patch)
treead90f430fe00e2cff9004af6611964249a3ea861
parent23f2cd0dd96c2e2e92627d28c05defc86d5efffd (diff)
parentf326136883a90c3108a07a27b374ef5aa2070251 (diff)
downloadsample-4930f7b325020be8595d73522681a8f46aa91c36.tar.gz
Merge "Gamma Telecom Ltd. APNs added to sample config" am: c4fd38b47e am: efba0fb8d3
am: f326136883 Change-Id: I1840f2a965d618bf783cc9549226e04e9b28d3d3
-rw-r--r--etc/apns-full-conf.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml
index d775eb6..e82ccb2 100644
--- a/etc/apns-full-conf.xml
+++ b/etc/apns-full-conf.xml
@@ -4164,6 +4164,30 @@
type="default,supl,mms,dun"
/>
+ <apn carrier="Jump"
+ mcc="234"
+ mnc="39"
+ apn="Jump"
+ mmsc="http://mmsc.mobi/servlets/mms"
+ mmsproxy="164.39.236.69"
+ mmsport="80"
+ protocol="IP"
+ roaming_protocol="IP"
+ mvno_type="spn"
+ mvno_match_data="Jump"
+ />
+
+ <apn carrier="Gamma Data"
+ mcc="234"
+ mnc="39"
+ apn="gamma.co.uk"
+ mmsc="http://mms.gamma.co.uk/servlets/mms"
+ mmsproxy="164.39.236.69"
+ mmsport="80"
+ protocol="IP"
+ roaming_protocol="IP"
+ />
+
<apn carrier="Jersey Telecom"
mcc="234"
mnc="50"
@@ -4707,6 +4731,32 @@
mvno_type="imsi"
/>
+ <apn carrier="Jump"
+ mcc="240"
+ mnc="07"
+ apn="Jump"
+ mmsc="http://mmsc.mobi/servlets/mms"
+ mmsproxy="164.39.236.69"
+ mmsport="80"
+ protocol="IP"
+ roaming_protocol="IP"
+ mvno_type="spn"
+ mvno_match_data="Jump"
+ />
+
+ <apn carrier="Gamma Data"
+ mcc="240"
+ mnc="07"
+ apn="gamma.co.uk"
+ mmsc="http://mms.gamma.co.uk/servlets/mms"
+ mmsproxy="164.39.236.69"
+ mmsport="80"
+ protocol="IP"
+ roaming_protocol="IP"
+ mvno_type="imsi"
+ mvno_match_data="24007561"
+ />
+
<apn carrier="Telenor Mobilsurf"
mcc="240"
mnc="08"
@@ -32194,4 +32244,5 @@
apn="web.be"
type="default,supl"
/>
+
</apns>