From 4e5c91eeaf180edcaf30fb2f1f0a27003ab990c7 Mon Sep 17 00:00:00 2001 From: James Huang Date: Tue, 20 Feb 2024 18:39:32 +0800 Subject: [PATCH] gps: update gps version 4.15.0.145 Update IsUseEntireRespTime911 and isForceHighAccuracyMode Update NmeaBitmask Bug: 317851543 Bug: 326003464 Test: Verify CTS/VTS and GNSS basic sanity test Change-Id: I567bc78984d9247ddf58fe579aa6ddbcd36436e1 --- location/user/gps.cfg | 2 ++ location/userdebug/gps.cfg | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/location/user/gps.cfg b/location/user/gps.cfg index 3c1c8a8..9f54011 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -57,6 +57,8 @@ RfPathLossDb_Ap=3600 RfPathLossDb_Cp=3600 RfPathLossDb_L5_Ap=4300 RfPathLossDb_L5_Cp=4300 +IsUseEntireRespTime911=1 +isForceHighAccuracyMode=1 isUseUncalAccel=0 GNSS_CARRIER_CONFIG_BEGIN diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index 23d4075..50e03df 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -181,6 +181,12 @@ RfPathLossDb_Ap=3600 RfPathLossDb_Cp=3600 RfPathLossDb_L5_Ap=4300 RfPathLossDb_L5_Cp=4300 +NmeaBitmask=0x010003fff + +# force engine to use entire response time for emergency session; default 0 +IsUseEntireRespTime911=1 +# force engine to engage high accuracy if entire response time used; default 0 +isForceHighAccuracyMode=1 # 0: Use calibrated Accel data 1: Use uncalibrated Accel data isUseUncalAccel=0