Remove USE_EMERGENCY_FOR_EMERGENCY_SUPL and SUPL_ES in gps.conf
These values can be configured per SIM so they should not be overriden by gps.conf by default. They're left commented out so that it can still be uncommented to allowing overriding SIM configuration for testing purposes Change-Id: Id2f560d88294ab98441005bf54be799af9ed3f8b CRs-fixed: 1075611
This commit is contained in:
parent
dcd5af2915
commit
2110e55809
1 changed files with 2 additions and 2 deletions
|
@ -38,12 +38,12 @@ INTERMEDIATE_POS=0
|
|||
SUPL_VER=0x10000
|
||||
|
||||
# Emergency SUPL, 1=enable, 0=disable
|
||||
SUPL_ES=0
|
||||
#SUPL_ES=0
|
||||
|
||||
#Choose PDN for Emergency SUPL
|
||||
#1 - Use emergency PDN
|
||||
#0 - Use regular SUPL PDN for Emergency SUPL
|
||||
USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0
|
||||
#USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0
|
||||
|
||||
#SUPL_MODE is a bit mask set in config.xml per carrier by default.
|
||||
#If it is uncommented here, this value will overwrite the value from
|
||||
|
|
Loading…
Reference in a new issue