commit | db80463553dda7fe3460c2678a800616ecaed609 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Mar 21 19:20:48 2017 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Mar 21 19:20:48 2017 -0700 |
tree | b5b883d84caea2ee8084f880ca72f1fa2b4c0d10 | |
parent | a7423ca85dc48c129637d1dc5e17bdf8cb589786 [diff] | |
parent | babc8a9f7c48fc00b7b396f3b2d0b008d17d7708 [diff] |
Merge "set default supl config to MSB"
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 @@ 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*/