From 18ce6dea5fd330483e54af1f31cc832736688d9a Mon Sep 17 00:00:00 2001 From: Edwin Tung Date: Wed, 4 Sep 2024 11:26:59 +0800 Subject: [PATCH] gps: official release 4.15.1_26_240906_R2_234413 Support new requirement to report DBH position along with UBP measurement Bug: 321229708 Test: b/364445928 atest CtsLocationGnssTestCases atest VtsHalGnssTargetTest Change-Id: I6c5c415e3ed1ec3ea96c243493f58424362eeaa7 --- location/gps.cfg | 1 + location/gps_user.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/location/gps.cfg b/location/gps.cfg index 1fabfa7..cd15fde 100644 --- a/location/gps.cfg +++ b/location/gps.cfg @@ -244,6 +244,7 @@ ENABLE_LPP_CP=1 ENABLE_LPP_UP=0 ENABLE_LPPE_CP=3 ENABLE_LPPE_UP=0 +ENABLE_NLP_ALONG_WITH_UBP=0 ENABLE_NLP_IN_LPPE=1 ENABLE_NLP_IN_AGNSS=0 ENABLE_LPP_HA_GAD_SHAPE=0 diff --git a/location/gps_user.cfg b/location/gps_user.cfg index 9a16ca4..96b12f4 100644 --- a/location/gps_user.cfg +++ b/location/gps_user.cfg @@ -115,6 +115,7 @@ ENABLE_LPP_CP=1 ENABLE_LPP_UP=0 ENABLE_LPPE_CP=3 ENABLE_LPPE_UP=0 +ENABLE_NLP_ALONG_WITH_UBP=0 ENABLE_NLP_IN_LPPE=1 ENABLE_NLP_IN_AGNSS=0 ENABLE_LPP_HA_GAD_SHAPE=0