From 3fb994fb05a3190848c0ee942076ed7173b47ceb Mon Sep 17 00:00:00 2001 From: Cheng Chang Date: Mon, 27 May 2024 07:58:03 +0000 Subject: [PATCH] Revert "gps: Enable MTPL function" This reverts commit 304c52f55599d7fd87a50bd654b4bdc7bb015ff0. Reason for revert: b/342971015 stability issue Change-Id: Id89154cd22db62d11df3aad19b3a674932f616ce --- location/user/gps.cfg | 2 +- location/userdebug/gps.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/location/user/gps.cfg b/location/user/gps.cfg index 18fa6b4..392b06f 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -34,7 +34,7 @@ qzssUsedInUSPolicy=2 navicUsedInUSPolicy=2 Chip_Configuration_FeatureCfg_DVS = 1 Chip_Configuration_FeatureCfg_DFS = 1 -Chip_Configuration_FeatureCfg_MTPL = 1 +Chip_Configuration_FeatureCfg_MTPL = 0 Chip_Configuration_FeatureCfg_SDL_BYASS = 1 mailboxDisabled=0x0 gnss_rfic_chip_id=55400000 diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index 802d006..e3f79ea 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -123,8 +123,8 @@ navicUsedInUSPolicy=2 # DFS: 0 = Disabled, 1 = Enabled (default) Chip_Configuration_FeatureCfg_DVS = 1 Chip_Configuration_FeatureCfg_DFS = 1 -# MTPL: 0 = Disabled, 1 = Enabled -Chip_Configuration_FeatureCfg_MTPL = 1 +# Disable MTPL +Chip_Configuration_FeatureCfg_MTPL = 0 # MCW Link failure behavior: 0 = SW Assert (default), 1 = GNSS restart (hot start) Chip_Configuration_FeatureCfg_SDL_BYASS = 1