From 76f377e33f30774bc30f2b9318003b27b3682cb2 Mon Sep 17 00:00:00 2001 From: Edwin Tung Date: Fri, 19 Apr 2024 14:06:16 +0800 Subject: [PATCH] gps: change RfPathLoss to 3800 Bug: 335574181 Test: Build pass Change-Id: I641f3cfd4db2c377bf7fc5c4302a633017bd38b5 --- location/gps.cfg | 4 ++-- location/gps_user.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/location/gps.cfg b/location/gps.cfg index d8514dd..7dca49d 100644 --- a/location/gps.cfg +++ b/location/gps.cfg @@ -175,8 +175,8 @@ UP_LocTech_Constraints=1 UP_LocTech_Requirements=0 SpotLogger_Allowed=0 -RfPathLossDb_Ap=3500 -RfPathLossDb_Cp=3500 +RfPathLossDb_Ap=3800 +RfPathLossDb_Cp=3800 NmeaBitmask=0x010003fff # force engine to use entire response time for emergency session; default 0 diff --git a/location/gps_user.cfg b/location/gps_user.cfg index b7dd230..3c749e3 100644 --- a/location/gps_user.cfg +++ b/location/gps_user.cfg @@ -63,8 +63,8 @@ UP_LocTech_PrimaryConst=0 UP_LocTech_Constraints=1 UP_LocTech_Requirements=0 SpotLogger_Allowed=0 -RfPathLossDb_Ap=3500 -RfPathLossDb_Cp=3500 +RfPathLossDb_Ap=3800 +RfPathLossDb_Cp=3800 NmeaBitmask=0x010003fff IsUseEntireRespTime911=1 isForceHighAccuracyMode=1