LTE Positioning Profile is not reflecting properly
Added the GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT flag. So that the NV value of LPP profile provided in gps.conf can be refelected to modem. Change-Id: I6429a4a79cb83d5991c8a1328ab5daa4ef49619a CRs-fixed: 2439533
This commit is contained in:
parent
e3240df27f
commit
0802cf6644
1 changed files with 2 additions and 1 deletions
|
@ -687,7 +687,8 @@ GnssAdapter::setConfigCommand()
|
|||
if (gpsConf.AGPS_CONFIG_INJECT) {
|
||||
gnssConfigRequested.flags |= GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT |
|
||||
GNSS_CONFIG_FLAGS_SUPL_VERSION_VALID_BIT |
|
||||
GNSS_CONFIG_FLAGS_AGLONASS_POSITION_PROTOCOL_VALID_BIT;
|
||||
GNSS_CONFIG_FLAGS_AGLONASS_POSITION_PROTOCOL_VALID_BIT |
|
||||
GNSS_CONFIG_FLAGS_LPP_PROFILE_VALID_BIT;
|
||||
gnssConfigRequested.suplVersion =
|
||||
adapter.mLocApi->convertSuplVersion(gpsConf.SUPL_VER);
|
||||
gnssConfigRequested.lppProfile =
|
||||
|
|
Loading…
Reference in a new issue