Skip to content
Snippets Groups Projects
Commit a80a0aca authored by Mattias Nilsson's avatar Mattias Nilsson
Browse files

Change APNs for Slovakia mcc231

Based on historical data from Sony.
- Add Orange ia, xcap and ims APNs.
- Add T-mobile xcap and ims APNs.
- Add 4ka default APN

Test: adb shell content query --uri content://telephony/carriers --where mcc='231'
Bug: 202924232
Change-Id: I2b3a82461a410129867b461c215b370d85afb2f2
parent 605127b8
No related branches found
No related tags found
No related merge requests found
......@@ -4505,15 +4505,23 @@
user_visible="false"
/>
 
<apn carrier="Orange SK"
<apn carrier="Orange Internet"
carrier_id = "1713"
mcc="231"
mnc="01"
apn="internet"
type="default,ia"
type="default,ia,supl"
/>
 
<apn carrier="Orange SK MMS"
<apn carrier="Orange LTE"
carrier_id = "1713"
mcc="231"
mnc="01"
apn=""
type="ia"
/>
<apn carrier="Orange MMS"
carrier_id = "1713"
mcc="231"
mnc="01"
......@@ -4525,19 +4533,26 @@
mmsproxy="213.151.208.145"
mmsport="8799"
type="mms"
user_editable="false"
/>
 
<apn carrier="Orange World"
<apn carrier="Orange IMS"
carrier_id = "1713"
mcc="231"
mnc="01"
apn="orangewap"
user="wap"
password="wap"
authtype="1"
proxy="213.151.208.156"
port="8799"
type="default,ia,supl"
apn="ims"
type="ims"
protocol="IPV4V6"
user_visible="false"
/>
<apn carrier="Orange UT"
carrier_id = "1713"
mcc="231"
mnc="01"
apn="xcap"
type="xcap"
user_visible="false"
/>
 
<apn carrier="T-Mobile internet"
......@@ -4547,20 +4562,39 @@
apn="internet"
authtype="1"
type="default,ia,supl"
protocol="IPV4V6"
/>
 
<apn carrier="T-Mobile MMS"
<apn carrier="HOS"
carrier_id = "2385"
mcc="231"
mnc="02"
apn="mms"
apn="hos"
user="mms"
password="mms"
authtype="1"
mmsc="http://mms"
mmsproxy="192.168.1.1"
mmsport="8080"
type="mms"
mmsc="http://mmsc.telekom.sk"
type="mms,xcap"
user_visible="false"
/>
<apn carrier="T-Mobile IMS"
carrier_id = "2385"
mcc="231"
mnc="02"
apn="ims"
type="ims"
protocol="IPV4V6"
user_visible="false"
/>
<apn carrier="4ka Internet"
mcc="231"
mnc="03"
apn="internet"
type="default,ia,supl"
mvno_type="spn"
mvno_match_data="4KA SK"
/>
 
<apn carrier="O2 internet"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment