Commit Graph

12 Commits

Author SHA1 Message Date
Richard Ross
4cf220a204 prebuilt: apns-conf-cdma.xml: Fix Sprint APNs and clean up APNs for test SIM cards
- Add back and fix Sprint APN for 1x/HRPD. Corrects MMS settings and gives a
suitable APN for DcTracker to use for HRPD/EvDo.
- Remove All test SIM APNs. Since no one is running around with a test SIM and
its useless to have a bunch of APNs sharing the same MCC MNC pair.

Change-Id: I1ccbed9b3cdd456e97d205d70bf283785122de8c
2013-09-01 11:52:49 -04:00
Shareef Ali
448a352a80 cm: update apns version
Change-Id: Ic63296628d782b972018db7a898c20da656eab3e
2013-07-28 09:49:22 +00:00
XDA Garwynn
dcf176c320 Add C-Spire APNs
Change-Id: Ie2e9087009dab438fd14288f6e5ddd6cda17bc44
2013-07-23 18:33:53 +00:00
detule
1c83328b9c Revert "cm: apns-conf.xml: (eHRPD/LTE handoff) Change pdp type for default APNs"
The error that this patch was guarding against is no longer reproducible
on d2spr.

This reverts commit 285d4c2a4d.

Change-Id: I373ad22a021de74df4f8907dc79717719708431d
2013-05-05 21:46:47 -07:00
Decad3nce
3b460c3ea6 cdma: Add Cricket LTE Apns
Change-Id: I17aa4340fbf90f344936bfc165a9a1fc9bfcf2dc
2012-12-23 23:26:26 -08:00
Oliver Gjoneski
285d4c2a4d cm: apns-conf.xml: (eHRPD/LTE handoff) Change pdp type for default APNs
This is to address hang-ups in eHRPD-LTE hand-offs as witnessed on d2spr.

Log of problem:

[GsmDC-6] Connecting to carrier: 'APN2 EHRPD internet' APN: 'n.ispsn' proxy: 'null' port: 'null'
[0319]> SETUP_DATA_CALL 15 0 n.ispsn null null 0 IPV4V6
....
qmi_ril(0/281): [event] qcril_data_event_hdlr: Dual-IP Partial Retry: Failure
qcril_data_event_hdlr: Dual-IP Partial Retry: Sending setup data call failure code

On stock rom:

[GsmDC-50] Connecting to carrier: 'APN2 EHRPD internet' APN: 'n.ispsn' proxy: '' port: '
[GsmDC-50] Allow IPv6 type request: false
[9240]> SETUP_DATA_CALL 15 0 n.ispsn 0 IP

Note, PDP type on stock rom/APN is not Dual-IP. Without information on how
"Allow IPv6 type request" is tested, for now force the PDP change via apns-conf.xml

Change-Id: I938bf9d1a0b50ec72283fbdba3785832519f3f48
2012-12-04 17:11:16 -05:00
Shareef Ali
83b2d81dbf add support for metropcs LTE
Change-Id: I7f59d004e3d6d072427e238fc1d647c93b3b5e11
2012-10-31 09:38:01 -07:00
Mike Kasick
c1d27debdc apns-conf-cdma: Remove Sprint CDMA MMS apn, conflicts with LTE/eHRPD service
The old Sprint CDMA MMS apn uses the same MCC/MNC pair (310120) and apn
type ("default") as Sprint's LTE/eHRPD service.  Thus, Sprint LTE devices
attempt to connect to LTE/eHRPD services using the old CDMA MMS apn first,
which usually fails, and thus delays service establishment.

However, occasionally service "successfully" connects with the CDMA MMS
apn, for unknown reasons, at which point that apn is set as the preferred
apn for LTE connections.  Thus, any subsequent LTE/eHRPD connection attempt
fails due to use of the wrong apn.

By removing the old CDMA MMS apn, LTE/eHRPD connections will use the
appropriate apns.  Furthermore
com.android.mms.transaction.TransactionSettings::TransactionSettings does
not query the bearer field when looking for valid MMS apns, so the
LTE/eHRPD will continue to work on non-LTE Sprint devices.

Note that with this change, the MMS apn now specifies an mmsproxy.

Change-Id: Iba48bd6d120b02bc6265f958d0e04181d17f5c66
2012-10-24 14:29:19 -07:00
Decad3nce
46e4adc87e prebuilt: common: apns-conf-cdma.xml: Fix USCC apn
- Sets a working USCC apn that doesn't conflict with Sprint mobile country
	  and identification codes. Fixes issues with sending mms on Sprint devices.
	- Patchset 2: Add LTE-test apns from dumped SGSIII stock ROM.

Change-Id: I2868968fe097f0aaa31b8c8b2d944bf186d197c8
2012-08-16 12:41:41 -05:00
Mike Kasick
4ba4d9f9b3 prebuilt: common: apns-conf-cdma.xml: add Sprint and VZW LTE/eHRPD apns.
Change-Id: I30e50bc276598e7b0c8835e60acf3189df406eff
2012-08-11 14:15:04 -04:00
jt1134
f38ea2af71 apns-conf-cdma: add APN's for USCC and Cellular South
Change-Id: Ie36fddc3c74e7a0fa11a1c67c153bb68382d303d
2012-07-30 00:20:25 -05:00
Warren Togami
6f3d7a38aa CDMA specific apns-conf.xml.
To use, include this in your device's cm.mk:
$(call inherit-product, vendor/cm/config/cdma.mk)

Change-Id: I5651bf1ad702f7ed2afe49f0d74110c7921daeab
2012-03-10 14:22:26 -10:00