aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2018-10-08 20:05:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-08 20:05:28 +0000
commit3fc5c676c61bff01fef2facb9740d1b76fff7b05 (patch)
tree1130aeb8a4f434cd1cebe657b894786c5b698256
parentc66570f1f652853fa51e9bb6618f2386de13e0a5 (diff)
parent1eab0750716d13a6fff63514099f126621026da6 (diff)
downloadsample-master-cuttlefish-testing-release.tar.gz
Merge "Add APNs for Carrier Kena Mobile Bug: 116675320 Test: No change to behavior as this is only a sample file"android-o-mr1-iot-release-smart-display-r3oreo-mr1-1.2-iot-releasemaster-cuttlefish-testing-release
-rw-r--r--etc/apns-full-conf.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml
index 4f7b7a7..b4b2bfa 100644
--- a/etc/apns-full-conf.xml
+++ b/etc/apns-full-conf.xml
@@ -32034,4 +32034,21 @@
type="default,supl"
/>
-</apns>
+ <apn carrier="Kena Mobile Web"
+ mcc="222"
+ mnc="07"
+ apn="web.kenamobile.it"
+ type="default"
+ />
+
+ <apn carrier="Kena Mobile MMS"
+ mcc="222"
+ mnc="07"
+ apn="mms.kenamobile.it"
+ type="mms"
+ mmsc="http://mms.kenamobile.it"
+ mmsproxy="10.248.1.12"
+ mmsport="80"
+ />
+
+</apns> \ No newline at end of file