aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMattias Nilsson <mattias.nilsson@sony.com>2023-09-08 12:44:01 +0200
committerMattias Nilsson <mattias.nilsson@sony.com>2023-09-08 12:46:46 +0200
commit93ad46acea9fb39e9616ecc09ae5e836bb595801 (patch)
treefe5f982b63cea1d5d6b4d6ea93ffa57d105fc811 /etc
parent9d3777fba9c81753e27942b8ca0a127e824b079a (diff)
downloadsample-93ad46acea9fb39e9616ecc09ae5e836bb595801.tar.gz
fixup! Remove mms from T-Mobile Netherlands
We wrongly removed authentication from TMO NL xcap APNs mcc204 mnc16 and mnc20. According to latest specification it is still valid. Test: adb shell content query --uri content://telephony/carriers --where numeric='20420' Bug: 228202500 Change-Id: I7c87f3537619699f25e92c1eb3f59661724d7f59
Diffstat (limited to 'etc')
-rw-r--r--etc/apns-full-conf.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml
index 30187f3..63c537a 100644
--- a/etc/apns-full-conf.xml
+++ b/etc/apns-full-conf.xml
@@ -955,6 +955,9 @@
mcc="204"
mnc="16"
apn="hos"
+ user="tmobilemms"
+ password="tmobilemms"
+ authtype="1"
type="xcap"
protocol="IPV4V6"
user_visible="false"
@@ -1024,6 +1027,9 @@
mcc="204"
mnc="16"
apn="hos"
+ user="tmobilemms"
+ password="tmobilemms"
+ authtype="1"
type="xcap"
protocol="IPV4V6"
mvno_type="gid"
@@ -1035,6 +1041,9 @@
mcc="204"
mnc="16"
apn="hos"
+ user="tmobilemms"
+ password="tmobilemms"
+ authtype="1"
type="xcap"
protocol="IPV4V6"
mvno_type="gid"
@@ -1104,6 +1113,9 @@
mcc="204"
mnc="20"
apn="hos"
+ user="tmobilemms"
+ password="tmobilemms"
+ authtype="1"
type="xcap"
protocol="IPV4V6"
user_visible="false"