From 0826e30db247cb8873f65b14f5e5b054688c5bbb Mon Sep 17 00:00:00 2001 From: Kevin Tang Date: Thu, 18 Jun 2015 16:02:16 -0700 Subject: 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 --- etc/gps.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/gps.conf b/etc/gps.conf index a1d5d2c..142c828 100644 --- a/etc/gps.conf +++ b/etc/gps.conf @@ -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 -- cgit v1.2.3