From 304c52f55599d7fd87a50bd654b4bdc7bb015ff0 Mon Sep 17 00:00:00 2001 From: Cheng Chang Date: Mon, 20 May 2024 07:31:50 +0000 Subject: [PATCH] gps: Enable MTPL function Bug: 339333771 Test: Modem reset test and location on/off stress b/339333771 Test: SST test pass at b/339333771 Change-Id: I8f6e50f0c9b59290a395e2e655bef09e3703739b --- 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 392b06f..18fa6b4 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 = 0 +Chip_Configuration_FeatureCfg_MTPL = 1 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 e3f79ea..802d006 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 -# Disable MTPL -Chip_Configuration_FeatureCfg_MTPL = 0 +# MTPL: 0 = Disabled, 1 = Enabled +Chip_Configuration_FeatureCfg_MTPL = 1 # MCW Link failure behavior: 0 = SW Assert (default), 1 = GNSS restart (hot start) Chip_Configuration_FeatureCfg_SDL_BYASS = 1