From ff158deb1aea39b1b48b2aaeb90b2763f8469643 Mon Sep 17 00:00:00 2001 From: James Huang Date: Wed, 5 Feb 2025 15:08:02 +0800 Subject: [PATCH] gps: Update GNSS config for KDDI Change emergency positioning method to SET-Based - ENABLE_2G_UP_CAPS_MSA=0 - ENABLE_3G_UP_CAPS_MSA=0 - ENABLE_4G_UP_CAPS_MSA=0 Disable OTDOA - ENABLE_CAPS_OTDOA=0 Update Agnss_IsGloAidingEnable=0 Agnss_IsGalAidingEnable=0 Agnss_IsBdsAidingEnable=0 Bug: 389211267 Flag: EXEMPT GNSS configuration changes Test: Build pass and check config change Change-Id: I8fdd911e4a6d7b98afc282a2541cec178797d005 --- location/user/gps.cfg | 7 +++++++ location/userdebug/gps.cfg | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/location/user/gps.cfg b/location/user/gps.cfg index bbfe8e7..8ee0594 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -43,6 +43,9 @@ gnss_rfic_chip_id=55400000 UseRtcForAiding=1 additional_rtc_uncertainty_ms=10 Sif_UseFwXtraInterface=1 +Agnss_IsGloAidingEnable=0 +Agnss_IsGalAidingEnable=0 +Agnss_IsBdsAidingEnable=0 SETCaps_IsOtdoa=1 SETCaps_IsLpp=1 SETCaps_SuplUT1=20 @@ -159,10 +162,14 @@ ENABLE_LPP_UP=1 ENABLE_LPPE_UP=3 GNSS_CARRIER_ID=6 +ENABLE_CAPS_OTDOA=0 ENABLE_LPP_CP=0 ENABLE_LPP_UP=1 ENABLE_LPPE_CP=0 ENABLE_LPPE_UP=3 +ENABLE_2G_UP_CAPS_MSA=0 +ENABLE_3G_UP_CAPS_MSA=0 +ENABLE_4G_UP_CAPS_MSA=0 GNSS_CARRIER_ID=7 ENABLE_LPP_CP=0 diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index 15244c1..0eb10b4 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -189,6 +189,9 @@ Sif_UseFwXtraInterface=1 # The above sets the correct operation when the true week is between 1024 and 2048 # ChipCfg_GetGpsWeekFloor=0 +Agnss_IsGloAidingEnable=0 +Agnss_IsGalAidingEnable=0 +Agnss_IsBdsAidingEnable=0 SETCaps_IsOtdoa=1 SETCaps_IsLpp=1 SETCaps_SuplUT1=20 @@ -332,10 +335,14 @@ ENABLE_LPP_UP=1 ENABLE_LPPE_UP=3 # KDDI GNSS_CARRIER_ID=6 +ENABLE_CAPS_OTDOA=0 ENABLE_LPP_CP=0 ENABLE_LPP_UP=1 ENABLE_LPPE_CP=0 ENABLE_LPPE_UP=3 +ENABLE_2G_UP_CAPS_MSA=0 +ENABLE_3G_UP_CAPS_MSA=0 +ENABLE_4G_UP_CAPS_MSA=0 # SBM GNSS_CARRIER_ID=7 ENABLE_LPP_CP=0