summaryrefslogtreecommitdiffstats
path: root/prebuilt
diff options
context:
space:
mode:
authorShareef Ali <shareefalis@cyanogenmod.org>2014-03-27 06:33:27 +0000
committerShareef Ali <shareefalis@cyanogenmod.org>2014-04-06 19:56:12 +0000
commitef278b65b78fe9d734a7b46a366fdceead618ede (patch)
tree10de63d55eb5fe8f30798843ce0af0bae43a0282 /prebuilt
parent5de6ec579e2dbe619eac1dac3152e9a863ba26ba (diff)
downloadvendor_replicant-ef278b65b78fe9d734a7b46a366fdceead618ede.tar.gz
vendor_replicant-ef278b65b78fe9d734a7b46a366fdceead618ede.tar.bz2
vendor_replicant-ef278b65b78fe9d734a7b46a366fdceead618ede.zip
Revert "apns: Add type default for Sprint."
This mask a real problem on devices on legacy cdma because we didn't a stubbed apn for devices that don't use apn to connect to data. this patch fixes it: http://review.cyanogenmod.org/#/c/62148/ this also problem with sprint 3g APN and lte apn numerics is the same causing the apn stick together. one of those apn will always stick persistently unless we force a manual disconnect or by selecting an apn number from the list and that the 3g apn is due to the effect that it has no way determining on which apn is used in sprint. they do it by the numeric, which is why most lte numerics apn is separate from 3g numeric. We had a large debate on this issue once before, this is the same bug: http://review.cyanogenmod.org/#/c/51425/ This reverts commit 5de6ec579e2dbe619eac1dac3152e9a863ba26ba. Change-Id: Ia5c8310af0dce1805ae400d9f78c87c94cdc3cc2
Diffstat (limited to 'prebuilt')
-rw-r--r--prebuilt/common/etc/apns-conf.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml
index d0f72f70..e6184986 100644
--- a/prebuilt/common/etc/apns-conf.xml
+++ b/prebuilt/common/etc/apns-conf.xml
@@ -600,7 +600,7 @@
<apn carrier="LTE DNSADMIN" mcc="310" mnc="090" apn="apndnsota.4g.mycricket.com" user="" password="" type="fota" authtype="0" mmsc="http://mms.mycricket.com/servlets/mms" protocol="IP" roaming_protocol="IP" bearer="14"/>
<apn carrier="PLAT-OTA-MMS" mcc="310" mnc="100" apn="plateaumms" password="mmsc" mmsc="208.254.124.11:8514" mmsproxy="208.254.124.11" mmsport="8080" type="mms" />
<apn carrier="PLATWEB" mcc="310" mnc="100" apn="plateauweb" type="default,supl" />
- <apn carrier="Sprint" mcc="310" mnc="120" apn="Sprint" user="Sprint" server="*" type="default,mms" password="*" mmsc="http://mms.sprintpcs.com" mmsproxy="68.28.31.7" mmsport="80" authtype="3"/>
+ <apn carrier="Sprint" mcc="310" mnc="120" apn="Sprint" user="Sprint" server="*" type="mms" password="*" mmsc="http://mms.sprintpcs.com" mmsproxy="68.28.31.7" mmsport="80" authtype="3"/>
<apn carrier="Sprint LTE ota" mcc="310" mnc="120" apn="otasn" type="fota" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer="14" />
<apn carrier="Sprint EHRPD ota" mcc="310" mnc="120" apn="otasn" type="fota" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer="13" />
<apn carrier="Sprint LTE internet" mcc="310" mnc="120" apn="n.ispsn" type="default,mms,supl,hipri" mmsc="http://mms.sprintpcs.com" mmsproxy="68.28.31.7" mmsport="80" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer="14" />