aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsangyun <sangyun@google.com>2024-01-12 15:45:04 +0900
committerSangyun Yun <sangyun@google.com>2024-01-12 06:48:24 +0000
commit54f21628c5da87bd7658740dd3d6911d256f4e6c (patch)
tree22218fed65a85f9525c2474e7b08dcc244b26f9c
parent13615c2e2b4589ab94a5c5f7e4994408be386c7f (diff)
downloadsample-54f21628c5da87bd7658740dd3d6911d256f4e6c.tar.gz
Add/Modify/Remove APNs for Lebara Australia
Updated APN profiles for Lebara Australia by carrier request. Bug: 319627265 Test: tested loading apn profiles in TelephonyProvider Change-Id: I6f3bf33fbb0d553bb6262aa6a35ed0a7e118ec54
-rw-r--r--etc/apns-full-conf.xml25
1 files changed, 20 insertions, 5 deletions
diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml
index 6c8f296..e92dfe5 100644
--- a/etc/apns-full-conf.xml
+++ b/etc/apns-full-conf.xml
@@ -35478,8 +35478,10 @@
<apn carrier="Lebara Internet"
mcc="505"
mnc="03"
- apn="purtona.net"
+ apn="live.vodafone.com"
type="default,ia,supl"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
mvno_match_data="01"
mvno_type="gid"
/>
@@ -35487,11 +35489,24 @@
<apn carrier="Lebara MMS"
mcc="505"
mnc="03"
- apn="purtona.wap"
- mmsc="http://purtona.mms/mmssend"
- mmsproxy="10.202.2.20"
+ apn="HOS"
+ type="mms,xcap"
+ mmsc="http://pxt.vodafone.net.au/pxtsend"
+ mmsproxy="10.202.2.60"
mmsport="8080"
- type="mms"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ mvno_match_data="01"
+ mvno_type="gid"
+ />
+
+ <apn carrier="Lebara IMS"
+ mcc="505"
+ mnc="03"
+ apn="ims"
+ type="ims"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
mvno_match_data="01"
mvno_type="gid"
/>