aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBugrahan Yakar <bugrahan.yakar@sony.com>2023-12-19 10:06:23 +0900
committertakeshi tanigawa <takeshi.tanigawa@sony.com>2024-01-09 07:26:18 +0000
commitbfcd18d3fe6904efc100db5a69b7e9e7a2f86e86 (patch)
treea5e9acfdebd8bff7029a0b4b56494b602c0ad4e2
parent13615c2e2b4589ab94a5c5f7e4994408be386c7f (diff)
downloadsample-bfcd18d3fe6904efc100db5a69b7e9e7a2f86e86.tar.gz
Correct mmsproxies extra zeros in Greece and Austria
Correct validation errors from APN validator in aosp/2291617 Test: adb shell content query --uri content://telephony/carriers --where numeric='20201' Test: adb shell content query --uri content://telephony/carriers --where numeric='23207' Bug: 319190674 Change-Id: Ic1a81bafebac34ee953b06eb714a6cc2e38b1159
-rw-r--r--etc/apns-full-conf.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml
index 6c8f296..0a93e7e 100644
--- a/etc/apns-full-conf.xml
+++ b/etc/apns-full-conf.xml
@@ -242,7 +242,7 @@
mnc="01"
apn="hos"
mmsc="http://mmsc.cosmote.gr"
- mmsproxy="010.010.010.020"
+ mmsproxy="10.10.10.20"
mmsport="8080"
type="mms"
network_type_bitmask="18"
@@ -5083,7 +5083,7 @@
apn="mmsaut"
authtype="1"
mmsc="http://mmsaut.at/send"
- mmsproxy="212.095.031.050"
+ mmsproxy="212.95.31.50"
mmsport="80"
type="mms"
mvno_type="imsi"