From d70cb0ae4ce753d5e1d4a5180d58443ccfcfc783 Mon Sep 17 00:00:00 2001 From: Mattias Nilsson Date: Wed, 1 Dec 2021 15:45:58 +0100 Subject: Use network_type_bitmask for mms APNs Some operators use a different mms APN for iWLAN (NETWORK_TYPE_IWLAN). Use network_type_bitmask="18" to sort the usage for Euro operators: - mcc202 mnc01 Cosmote Greece - mcc208 mnc01 Orange France - mcc216 mnc30 Telekom Hungary - mcc230 mnc01 T-Mobile Czech Republic - mcc234 mnc57 Sky UK - mcc238 mnc06 Hutchison Denmark - mcc240 mnc02 Hutchison Sweden - mcc240 mnc07 Sky Sweden Bug: 228202500 Test: adb shell content query --uri content://telephony/carriers --where numeric='20801' Change-Id: Icff68e096b4e72abb74d5187f6d16e29107a88bc --- etc/apns-full-conf.xml | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) (limited to 'etc') diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml index 7dc6b6d..047bfbf 100644 --- a/etc/apns-full-conf.xml +++ b/etc/apns-full-conf.xml @@ -228,6 +228,7 @@ mmsproxy="10.10.10.20" mmsport="8080" type="mms" + network_type_bitmask="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|17|20" /> + + - + + - -- cgit v1.2.3