Clean up some straggling duplicates
Add Llamaya Int/MMS 21403
Add authtypes to some apns
CYNGNOS-436
Change-Id: I94f47725b72e98f98344792927951d6f06b31eab
With the influx of new APNs and reordering, this broke the vendor/cm
overlay for preferred APN overrides.
Reorder the list to unbreak functionality.
TODO: Make this override more granular as to distinguish between Carrier
and MVNO on carrier APN.
Change-Id: I65b1bf3a54ce76e4cf0b817a1a3cd6f86fe31f6d
-Move epc.tmobile to type null (deprecated)
-Bring in multiple MVNO's
-Reconcile with external partner lists
Change-Id: I11523b6d207ec33ea501b70eaca533a1cf4f0a00
Removed bearer for Sprint eHRPD and LTE APNs. The eHRPD APN was set
to bearer 13 even though it is valid for all 1x/EVDO/eHRPD connecti
ons. This was causing no APN to be selected when an EVDO connection
was established and radioTech != 13 (eg EVDO_REV_A = 8). The LTE be
arer must also be unspecified so telephony does not then select the
eHRPD APN since any unspecified bearer is potentially valid for bot
h 3G and LTE. Regardless, the bearer does not need to be specified
since the system selects the correct APN for 3G or LTE automaticall
y.
Change-Id: I4ab61625888bf793a774fca2baab8274760452c4
Update based on Ting's guidelines here:
help.ting.com/hc/en-us/articles/205428698-GSM-Android-APN-Settings
Change-Id: I5de6b7a0b0bab9880e02122a7d76b883c2558cec
According to CYAN-6602 this carrier no longer exists. Hence we can safely
remove the associated APN configuration
Change-Id: I984c73a628a4bee0a07dd61fc1dca77fe05da34b
MVNO NL is adding authentication to their APN configuration.
This new configuration is backwards compatible with the old version.
This fixes CYAN-6525.
Change-Id: Idf8570563d3fe502333d04ba9f24521d224afe91
Cosmote RO recently changed their carrier name to Telekom Romania.
The associated APN configurations for that carrier now has the carrier name
changed to reflect this. This fixes CYAN-5461.
Change-Id: I0aae5b085fb822e0992274cd0feb0868d4989e5b
This references CYAN-6495. Apparently, the indosat3g apn is no longer in use and has already been removed from AOSP.
Change-Id: I36e64f1944853aa6d1b5889d0da2f858b0731300
This fixes erroneous APN info introduced by I0a9808304f11ac0ccbdf78c7457d1fb3275e6087
This is tested to work on both carriers.
Change-Id: I7e32609b8e997d072b393d411870de1d9f4cac18
These were overloading the ASCII names to region-specific charsets,
which looks nice but it's horribly confusing if you're not native
from those regions and happen to be roaming there.
So... like our upstreams, just show the original carrier names
Change-Id: Icb3c6c9be2a4ee57866f2f57411a4f441be88f7c