msm8953-common: Set right Sprint APNs
* We need the new Sprint APNs (x.ispsn.*). Change-Id: I8680ed8ae214c7e76dc177f1db8474e092b03a37 Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
This commit is contained in:
@@ -198,6 +198,7 @@ BOARD_USES_QC_TIME_SERVICES := true
|
||||
|
||||
# RIL
|
||||
TARGET_PROVIDES_QTI_TELEPHONY_JAR := true
|
||||
CUSTOM_APNS_FILE := $(COMMON_PATH)/configs/sprint_apns.xml
|
||||
|
||||
# Root
|
||||
BOARD_ROOT_EXTRA_FOLDERS := persist
|
||||
|
||||
3
configs/sprint_apns.xml
Normal file
3
configs/sprint_apns.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<apn carrier="Sprint LTE internet" mcc="310" mnc="120" apn="x.ispsn" type="default,mms,supl,hipri,dun" mmsc="http://mms.sprintpcs.com/servlets/mms" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer="14" />
|
||||
<apn carrier="Sprint EHRPD internet" mcc="310" mnc="120" apn="x.ispsn" type="default,mms,supl,hipri" mmsc="http://mms.sprintpcs.com/servlets/mms" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer="13" />
|
||||
<apn carrier="Sprint internet" mcc="310" mnc="120" apn="x.ispsn" type="mms,supl,hipri" mmsc="http://mms.sprintpcs.com/servlets/mms" protocol="IPV4V6" roaming_protocol="IPV4V6" />
|
||||
Reference in New Issue
Block a user