gps: update gps version 4.15.0_125
Update configurations Bug: 317688858 Bug: 301683048 Bug: 319746124 Test: b/323099720 Change-Id: Idd1cf869f574bf1e219389dba6959ab64fba421b
This commit is contained in:
parent
f85950f745
commit
fce2904b44
2 changed files with 12 additions and 6 deletions
|
@ -19,9 +19,12 @@ Chip_Configuration_GNSSConstConstraintDef = 0x60BF
|
||||||
LocTech_Constraints = 0x60BF
|
LocTech_Constraints = 0x60BF
|
||||||
Chip_Configuration_RfMiscCtrl = 0x80008001
|
Chip_Configuration_RfMiscCtrl = 0x80008001
|
||||||
bdsUsedInUSPolicy=2
|
bdsUsedInUSPolicy=2
|
||||||
|
sbasUsedInUSPolicy=2
|
||||||
|
qzssUsedInUSPolicy=2
|
||||||
|
navicUsedInUSPolicy=2
|
||||||
Chip_Configuration_FeatureCfg_DVS = 0
|
Chip_Configuration_FeatureCfg_DVS = 0
|
||||||
Chip_Configuration_FeatureCfg_DFS = 0
|
Chip_Configuration_FeatureCfg_DFS = 0
|
||||||
mailboxDisabled=0x8
|
mailboxDisabled=0x0
|
||||||
gnss_rfic_chip_id=55400000
|
gnss_rfic_chip_id=55400000
|
||||||
UseRtcForAiding=1
|
UseRtcForAiding=1
|
||||||
additional_rtc_uncertainty_ms=10
|
additional_rtc_uncertainty_ms=10
|
||||||
|
@ -36,7 +39,7 @@ GlueLayer_isReqDBHFromFwRefLoc=1
|
||||||
GlueLayer_isReqUBPFromPressureSensor=1
|
GlueLayer_isReqUBPFromPressureSensor=1
|
||||||
GlueLayer_IsMemsEnable=1
|
GlueLayer_IsMemsEnable=1
|
||||||
GlueLayer_MeasCorrCap=7
|
GlueLayer_MeasCorrCap=7
|
||||||
Chip_Configuration_mems_data_Configuration=13
|
Chip_Configuration_mems_data_Configuration=0x17
|
||||||
Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1
|
Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1
|
||||||
CP_LocTech_PrimaryConst=0
|
CP_LocTech_PrimaryConst=0
|
||||||
CP_LocTech_Constraints=1
|
CP_LocTech_Constraints=1
|
||||||
|
|
|
@ -96,7 +96,12 @@ Chip_Configuration_RfMiscCtrl = 0x80008001
|
||||||
#Chip_Configuration_IspTestConfig=0x22242822
|
#Chip_Configuration_IspTestConfig=0x22242822
|
||||||
|
|
||||||
# Disable BDS in the U.S.
|
# Disable BDS in the U.S.
|
||||||
|
# 0-enabled (default), 1-disabled, 2-auto(disabled in US)
|
||||||
|
#gloUsedInUSPolicy=2
|
||||||
bdsUsedInUSPolicy=2
|
bdsUsedInUSPolicy=2
|
||||||
|
sbasUsedInUSPolicy=2
|
||||||
|
qzssUsedInUSPolicy=2
|
||||||
|
navicUsedInUSPolicy=2
|
||||||
|
|
||||||
# DVS: 0 = Disabled, 1 = Enabled (default)
|
# DVS: 0 = Disabled, 1 = Enabled (default)
|
||||||
# DFS: 0 = Disabled, 1 = Enabled (default)
|
# DFS: 0 = Disabled, 1 = Enabled (default)
|
||||||
|
@ -108,9 +113,7 @@ Chip_Configuration_FeatureCfg_DFS = 0
|
||||||
# APM = 0x2
|
# APM = 0x2
|
||||||
# CP = 0x4
|
# CP = 0x4
|
||||||
# CHUB = 0x8
|
# CHUB = 0x8
|
||||||
# The CHUB on the neus continually triggers a bit so this is to prevent
|
mailboxDisabled=0x0
|
||||||
# it from continually waking the gnss.
|
|
||||||
mailboxDisabled=0x8
|
|
||||||
|
|
||||||
### Specify RFIC ID for K42 ###
|
### Specify RFIC ID for K42 ###
|
||||||
# 55400000 = S5540 EVT0
|
# 55400000 = S5540 EVT0
|
||||||
|
@ -156,7 +159,7 @@ GlueLayer_isReqDBHFromFwRefLoc=1
|
||||||
GlueLayer_isReqUBPFromPressureSensor=1
|
GlueLayer_isReqUBPFromPressureSensor=1
|
||||||
GlueLayer_IsMemsEnable=1
|
GlueLayer_IsMemsEnable=1
|
||||||
GlueLayer_MeasCorrCap=7
|
GlueLayer_MeasCorrCap=7
|
||||||
Chip_Configuration_mems_data_Configuration=13
|
Chip_Configuration_mems_data_Configuration=0x17
|
||||||
Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1
|
Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1
|
||||||
CP_LocTech_PrimaryConst=0
|
CP_LocTech_PrimaryConst=0
|
||||||
CP_LocTech_Constraints=1
|
CP_LocTech_Constraints=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue