Disable ESUPL from configuration
ESUPL initialization path waits on data services to come-up whichtakes approx. 10 sec adding to TTFF. The GSS in APQ will not beused for Emergency services (for VoLTE) hence disabling for APQautomitive Change-Id: Ifc82abadcaa4a859d344251fac065c5e632c8c6f
This commit is contained in:
parent
bf2d37a153
commit
0826e30db2
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ SUPL_ES=1
|
|||
#Choose PDN for Emergency SUPL
|
||||
#1 - Use emergency PDN
|
||||
#0 - Use regular SUPL PDN for Emergency SUPL
|
||||
USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1
|
||||
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 over write the value from
|
||||
|
|
Loading…
Reference in a new issue