diff options
author | qctecmdr <qctecmdr@localhost> | 2020-12-28 13:31:46 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-12-28 13:31:46 -0800 |
commit | ceab78668aaaf497622bd67f13e1ca16bcca1a53 (patch) | |
tree | c016ef600c5c1c20719df84a4b30dc85dd5be02c /core/ContextBase.cpp | |
parent | 64910a0babc4415a68c7731834ae83d04876e4c8 (diff) | |
parent | edb42238b9bc5c964a9a8fe36d0e22eae6ef9391 (diff) |
Merge "Fix case where Emergency SUPL NI should be denied"
Diffstat (limited to 'core/ContextBase.cpp')
-rw-r--r-- | core/ContextBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ContextBase.cpp b/core/ContextBase.cpp index ee37a0f..de28d8c 100644 --- a/core/ContextBase.cpp +++ b/core/ContextBase.cpp @@ -194,7 +194,7 @@ void ContextBase::readConfig() mGps_conf.GNSS_DEPLOYMENT = 0; mGps_conf.CUSTOM_NMEA_GGA_FIX_QUALITY_ENABLED = 0; /* default configuration for NI_SUPL_DENY_ON_NFW_LOCKED */ - mGps_conf.NI_SUPL_DENY_ON_NFW_LOCKED = 0; + mGps_conf.NI_SUPL_DENY_ON_NFW_LOCKED = 1; UTIL_READ_CONF(LOC_PATH_GPS_CONF, mGps_conf_table); UTIL_READ_CONF(LOC_PATH_SAP_CONF, mSap_conf_table); |