aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangyun Yun <sangyun@google.com>2024-01-12 23:33:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-01-12 23:33:58 +0000
commitbbe5cddef059eb327ac6e3353096ada31bc4be46 (patch)
treebb6d100cdaac97c0841132e6d3910642148b2ec8
parent87525e8f7056edcca93ca1b8563a504be2d54ef8 (diff)
parent54f21628c5da87bd7658740dd3d6911d256f4e6c (diff)
downloadsample-bbe5cddef059eb327ac6e3353096ada31bc4be46.tar.gz
Merge "Add/Modify/Remove APNs for Lebara Australia" into main
-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 045157b..399148a 100644
--- a/etc/apns-full-conf.xml
+++ b/etc/apns-full-conf.xml
@@ -35467,8 +35467,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"
/>
@@ -35476,11 +35478,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"
/>