summaryrefslogtreecommitdiff
path: root/core/ContextBase.cpp
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2019-04-25 15:27:40 -0700
committerDante Russo <drusso@codeaurora.org>2019-04-25 15:27:40 -0700
commit9d0d8e3c7294dac72a2db83b9bcd9185dd53e057 (patch)
treed3de1ecd1a4fdcf42f1d7243f7951d8cb5e8db08 /core/ContextBase.cpp
parente3240df27fb63294175f6e8a74e51da27aba03c9 (diff)
downloadgps-9d0d8e3c7294dac72a2db83b9bcd9185dd53e057.tar.gz
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
Diffstat (limited to 'core/ContextBase.cpp')
-rw-r--r--core/ContextBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ContextBase.cpp b/core/ContextBase.cpp
index 28109bb..f046baa 100644
--- a/core/ContextBase.cpp
+++ b/core/ContextBase.cpp
@@ -111,7 +111,7 @@ void ContextBase::readConfig()
mGps_conf.GPS_LOCK = GNSS_CONFIG_GPS_LOCK_MO_AND_NI;
mGps_conf.SUPL_VER = 0x10000;
mGps_conf.SUPL_MODE = 0x1;
- mGps_conf.SUPL_ES = 0;
+ mGps_conf.SUPL_ES = 1;
mGps_conf.SUPL_HOST[0] = 0;
mGps_conf.SUPL_PORT = 0;
mGps_conf.CAPABILITIES = 0x7;