From c9cf59ae78938d09652ed6c0f746468cc2ab6d62 Mon Sep 17 00:00:00 2001 From: Wayne Lin Date: Sat, 20 Apr 2024 00:09:59 +0800 Subject: [PATCH] gps: Update SUPL UT1 timer set SUPL UT1 timer to 20 seconds to align ixit_timer_UT1 range Bug: 334885271 Test: config works to set UT1 timer to 20 seconds Change-Id: I67c235de4b56f68473f4f3357b0bb69ca5c711ef --- location/user/gps.cfg | 1 + location/userdebug/gps.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/location/user/gps.cfg b/location/user/gps.cfg index 9f96c20..a66f326 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -40,6 +40,7 @@ Sif_UseFwXtraInterface=1 Agnss_IsGloAidingEnable=0 SETCaps_IsOtdoa=1 SETCaps_IsLpp=1 +SETCaps_SuplUT1=20 PosReq_Supl2Params_SuplNiUdpPort=7275 GlueLayer_LPPCpBitmask=0x17 GlueLayer_IsCpLteNeighborCellEnable=1 diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index 40985ca..accf419 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -164,6 +164,7 @@ Sif_UseFwXtraInterface=1 Agnss_IsGloAidingEnable=0 SETCaps_IsOtdoa=1 SETCaps_IsLpp=1 +SETCaps_SuplUT1=20 PosReq_Supl2Params_SuplNiUdpPort=7275 GlueLayer_LPPCpBitmask=0x17 GlueLayer_IsCpLteNeighborCellEnable=1