summaryrefslogtreecommitdiff
path: root/core/ContextBase.cpp
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-03-21 19:20:48 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-21 19:20:48 -0700
commitdb80463553dda7fe3460c2678a800616ecaed609 (patch)
treeb5b883d84caea2ee8084f880ca72f1fa2b4c0d10 /core/ContextBase.cpp
parenta7423ca85dc48c129637d1dc5e17bdf8cb589786 (diff)
parentbabc8a9f7c48fc00b7b396f3b2d0b008d17d7708 (diff)
downloadgps-db80463553dda7fe3460c2678a800616ecaed609.tar.gz
Merge "set default supl config to MSB"
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 565f70c..849a7d3 100644
--- a/core/ContextBase.cpp
+++ b/core/ContextBase.cpp
@@ -96,7 +96,7 @@ void ContextBase::readConfig()
mGps_conf.NMEA_PROVIDER = 0;
mGps_conf.GPS_LOCK = 0;
mGps_conf.SUPL_VER = 0x10000;
- mGps_conf.SUPL_MODE = 0x3;
+ mGps_conf.SUPL_MODE = 0x1;
mGps_conf.SUPL_ES = 0;
mGps_conf.CAPABILITIES = 0x7;
/* LTE Positioning Profile configuration is disable by default*/