set default supl config to MSB
Default SUPL config bit was set to both MSA and MSB (0x3), which is causing single shot request to map to MSA mode always. Modem is not reporting any position fix for MSA case. Change-Id: I8a75f9970a0443c9cb22f73a631f85240fcc4519 CRs-Fixed: 1098896
This commit is contained in:
parent
681388fa8d
commit
babc8a9f7c
1 changed files with 1 additions and 1 deletions
|
@ -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*/
|
||||
|
|
Loading…
Reference in a new issue