From a41125ee16f4c6927e80b2afad7be0c90db7f601 Mon Sep 17 00:00:00 2001 From: Edwin Tung Date: Fri, 19 Apr 2024 13:26:09 +0800 Subject: [PATCH] gps: Disable RILC_REQ_GPS_GNSS_LPP_PROFILE_SET Disabling RILC_REQ_GPS_GNSS_LPP_PROFILE_SET Bug: 317209136 Test: Gnss Sanity test pass Change-Id: I0124d462f311946f4f5c887f3803223632fc7751 --- location/gps.cfg | 2 +- location/gps_user.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/location/gps.cfg b/location/gps.cfg index d8514dd..304ce8f 100644 --- a/location/gps.cfg +++ b/location/gps.cfg @@ -159,7 +159,7 @@ Agnss_SuplUseCpNi=1 SETCaps_IsOtdoa=1 SETCaps_IsLpp=1 PosReq_Supl2Params_SuplNiUdpPort=7275 -GlueLayer_LPPCpBitmask=0x17 +GlueLayer_LPPCpBitmask=0xFF GlueLayer_IsCpLteNeighborCellEnable=1 GlueLayer_isReqDBHFromFwRefLoc=1 GlueLayer_isReqUBPFromPressureSensor=1 diff --git a/location/gps_user.cfg b/location/gps_user.cfg index b7dd230..88d05c6 100644 --- a/location/gps_user.cfg +++ b/location/gps_user.cfg @@ -48,7 +48,7 @@ Agnss_SuplUseCpNi=1 SETCaps_IsOtdoa=1 SETCaps_IsLpp=1 PosReq_Supl2Params_SuplNiUdpPort=7275 -GlueLayer_LPPCpBitmask=0x17 +GlueLayer_LPPCpBitmask=0xFF GlueLayer_IsCpLteNeighborCellEnable=1 GlueLayer_isReqDBHFromFwRefLoc=1 GlueLayer_isReqUBPFromPressureSensor=1