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
|
@ -42,6 +42,12 @@ gnss_device_data_port_chpp_present=1
|
|||
GlueLayer_YearOfHW=2023
|
||||
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 ###
|
||||
Chip_Configuration_AidingConfiguration=0x00020046
|
||||
|
||||
|
@ -171,6 +177,11 @@ SpotLogger_Allowed=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
|
||||
isUseUncalAccel=0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue