From 0f2956f77cea5952e199eff6430fafb7419988d7 Mon Sep 17 00:00:00 2001 From: Wayne Lin Date: Mon, 13 May 2024 23:30:28 +0800 Subject: [PATCH] gps: update gps configuration disable requestRefLocCb to prevent incorrect cell info Bug: 339411438 Test: Config change works (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a2e75c43556bc2dc38c5fc840e2fd3b323080d17) Merged-In: I280adb0de6001b437a023506d67d8c858508944d Change-Id: I280adb0de6001b437a023506d67d8c858508944d --- location/gnssd/release/gps.cfg | 1 + location/gnssd/release/gps_user.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/location/gnssd/release/gps.cfg b/location/gnssd/release/gps.cfg index a23f01a..5975716 100644 --- a/location/gnssd/release/gps.cfg +++ b/location/gnssd/release/gps.cfg @@ -160,6 +160,7 @@ GlueLayer_LPPCpBitmask=0x17 GlueLayer_IsCpLteNeighborCellEnable=1 GlueLayer_isReqDBHFromFwRefLoc=1 GlueLayer_isReqUBPFromPressureSensor=1 +GlueLayer_IsRilCIDReqEnable=0 GlueLayer_IsMemsEnable=1 GlueLayer_MeasCorrCap=7 Chip_Configuration_mems_data_Configuration=5 diff --git a/location/gnssd/release/gps_user.cfg b/location/gnssd/release/gps_user.cfg index 9449be0..ac99937 100644 --- a/location/gnssd/release/gps_user.cfg +++ b/location/gnssd/release/gps_user.cfg @@ -51,6 +51,7 @@ GlueLayer_LPPCpBitmask=0x17 GlueLayer_IsCpLteNeighborCellEnable=1 GlueLayer_isReqDBHFromFwRefLoc=1 GlueLayer_isReqUBPFromPressureSensor=1 +GlueLayer_IsRilCIDReqEnable=0 GlueLayer_IsMemsEnable=1 GlueLayer_MeasCorrCap=7 Chip_Configuration_mems_data_Configuration=5