diff --git a/location/user/gps.cfg b/location/user/gps.cfg index 80ca3bd..3c1c8a8 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -12,6 +12,10 @@ gnss_device_data_port_chpp_spi_device=/dev/gnss_ipc gnss_device_data_port_chpp_present=1 GlueLayer_YearOfHW=2023 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_RefClkControl=0x24 Chip_Configuration_DCXO_CrystalType=0x11 @@ -49,6 +53,10 @@ UP_LocTech_Constraints=1 UP_LocTech_Requirements=0 SpotLogger_Allowed=0 soft_dog=0 +RfPathLossDb_Ap=3600 +RfPathLossDb_Cp=3600 +RfPathLossDb_L5_Ap=4300 +RfPathLossDb_L5_Cp=4300 isUseUncalAccel=0 GNSS_CARRIER_CONFIG_BEGIN diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index 3286aa6..23d4075 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -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