gps: update GNSS config
Update RF Frond-End Loss. Update VDR End condition. Bug: 323810816 Bug: 319343661 Test: Verify if setting correct Change-Id: I4a4aa81bdf86950953253d36a94274846aaddd5d
This commit is contained in:
parent
23404f841c
commit
6a06f7c6f7
2 changed files with 19 additions and 0 deletions
|
@ -12,6 +12,10 @@ gnss_device_data_port_chpp_spi_device=/dev/gnss_ipc
|
||||||
gnss_device_data_port_chpp_present=1
|
gnss_device_data_port_chpp_present=1
|
||||||
GlueLayer_YearOfHW=2023
|
GlueLayer_YearOfHW=2023
|
||||||
scheduling_enabled=1
|
scheduling_enabled=1
|
||||||
|
ChipCfg_VDR_high_end_Distance = 200
|
||||||
|
ChipCfg_VDR_low_end_Distance = 200
|
||||||
|
ChipCfg_VDR_high_end_Time = 20
|
||||||
|
ChipCfg_VDR_low_end_Time = 20
|
||||||
Chip_Configuration_AidingConfiguration=0x00020046
|
Chip_Configuration_AidingConfiguration=0x00020046
|
||||||
Chip_Configuration_RefClkControl=0x24
|
Chip_Configuration_RefClkControl=0x24
|
||||||
Chip_Configuration_DCXO_CrystalType=0x11
|
Chip_Configuration_DCXO_CrystalType=0x11
|
||||||
|
@ -49,6 +53,10 @@ UP_LocTech_Constraints=1
|
||||||
UP_LocTech_Requirements=0
|
UP_LocTech_Requirements=0
|
||||||
SpotLogger_Allowed=0
|
SpotLogger_Allowed=0
|
||||||
soft_dog=0
|
soft_dog=0
|
||||||
|
RfPathLossDb_Ap=3600
|
||||||
|
RfPathLossDb_Cp=3600
|
||||||
|
RfPathLossDb_L5_Ap=4300
|
||||||
|
RfPathLossDb_L5_Cp=4300
|
||||||
isUseUncalAccel=0
|
isUseUncalAccel=0
|
||||||
|
|
||||||
GNSS_CARRIER_CONFIG_BEGIN
|
GNSS_CARRIER_CONFIG_BEGIN
|
||||||
|
|
|
@ -42,6 +42,12 @@ gnss_device_data_port_chpp_present=1
|
||||||
GlueLayer_YearOfHW=2023
|
GlueLayer_YearOfHW=2023
|
||||||
scheduling_enabled=1
|
scheduling_enabled=1
|
||||||
|
|
||||||
|
# VDR End condition (meter, meter, sec, sec)
|
||||||
|
ChipCfg_VDR_high_end_Distance = 200
|
||||||
|
ChipCfg_VDR_low_end_Distance = 200
|
||||||
|
ChipCfg_VDR_high_end_Time = 20
|
||||||
|
ChipCfg_VDR_low_end_Time = 20
|
||||||
|
|
||||||
### temporarily disable precise time aiding ###
|
### temporarily disable precise time aiding ###
|
||||||
Chip_Configuration_AidingConfiguration=0x00020046
|
Chip_Configuration_AidingConfiguration=0x00020046
|
||||||
|
|
||||||
|
@ -171,6 +177,11 @@ SpotLogger_Allowed=0
|
||||||
|
|
||||||
soft_dog=0
|
soft_dog=0
|
||||||
|
|
||||||
|
RfPathLossDb_Ap=3600
|
||||||
|
RfPathLossDb_Cp=3600
|
||||||
|
RfPathLossDb_L5_Ap=4300
|
||||||
|
RfPathLossDb_L5_Cp=4300
|
||||||
|
|
||||||
# 0: Use calibrated Accel data 1: Use uncalibrated Accel data
|
# 0: Use calibrated Accel data 1: Use uncalibrated Accel data
|
||||||
isUseUncalAccel=0
|
isUseUncalAccel=0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue