Default value of SUPL_ES to enable

SUPL_ES by default needs to be enabled,
since it is no longer set by AFW at runtime.

CRs-fixed: 2444734
Change-Id: I370a3e0f8ab6905b47629c4076f645b26ff8acc9
This commit is contained in:
Dante Russo 2019-04-25 15:27:40 -07:00
parent e3240df27f
commit 9d0d8e3c72
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@ void ContextBase::readConfig()
mGps_conf.GPS_LOCK = GNSS_CONFIG_GPS_LOCK_MO_AND_NI; mGps_conf.GPS_LOCK = GNSS_CONFIG_GPS_LOCK_MO_AND_NI;
mGps_conf.SUPL_VER = 0x10000; mGps_conf.SUPL_VER = 0x10000;
mGps_conf.SUPL_MODE = 0x1; mGps_conf.SUPL_MODE = 0x1;
mGps_conf.SUPL_ES = 0; mGps_conf.SUPL_ES = 1;
mGps_conf.SUPL_HOST[0] = 0; mGps_conf.SUPL_HOST[0] = 0;
mGps_conf.SUPL_PORT = 0; mGps_conf.SUPL_PORT = 0;
mGps_conf.CAPABILITIES = 0x7; mGps_conf.CAPABILITIES = 0x7;

View file

@ -35,7 +35,7 @@ INTERMEDIATE_POS=0
SUPL_VER=0x10000 SUPL_VER=0x10000
# Emergency SUPL, 1=enable, 0=disable # Emergency SUPL, 1=enable, 0=disable
#SUPL_ES=0 #SUPL_ES=1
#Choose PDN for Emergency SUPL #Choose PDN for Emergency SUPL
#1 - Use emergency PDN #1 - Use emergency PDN