From 60c7abfa9b39c7f4796efacc8b4d9aa411de6057 Mon Sep 17 00:00:00 2001 From: James Huang Date: Tue, 20 Aug 2024 12:52:28 +0800 Subject: [PATCH] gps: Update release 4.15.3_4_240822_R1 config Enable GAL for E911 location for ATT by Set CP_LocTech_Constraints to 5 Bug: 316151601 Test: CTS/VTS, validation test/stress test (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f695c0683d20afbc4c41f9a4aba05d9b42348ec6) Merged-In: I0f75458a7e46dd72186d9423153c8c740b5987f8 Change-Id: I0f75458a7e46dd72186d9423153c8c740b5987f8 --- location/user/gps.cfg | 3 +++ location/userdebug/gps.cfg | 3 +++ 2 files changed, 6 insertions(+) diff --git a/location/user/gps.cfg b/location/user/gps.cfg index 02a8a82..63f8273 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -114,8 +114,11 @@ ENABLE_NLP_IN_LPPE=1 ENABLE_NLP_IN_AGNSS=0 ENABLE_LPP_HA_GAD_SHAPE=0 USE_EMER_PDN_FOR_EMER_SUPL=1 +CP_LOCTECH_CONSTRAINTS=1 +UP_LOCTECH_CONSTRAINTS=1 GNSS_CARRIER_ID=1 +CP_LOCTECH_CONSTRAINTS=5 GNSS_CARRIER_ID=2 ENABLE_3G_CP_CAPS_MSA=0 diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index 9a6e6c6..b5485f0 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -270,8 +270,11 @@ ENABLE_NLP_IN_LPPE=1 ENABLE_NLP_IN_AGNSS=0 ENABLE_LPP_HA_GAD_SHAPE=0 USE_EMER_PDN_FOR_EMER_SUPL=1 +CP_LOCTECH_CONSTRAINTS=1 +UP_LOCTECH_CONSTRAINTS=1 # ATT GNSS_CARRIER_ID=1 +CP_LOCTECH_CONSTRAINTS=5 # TMO GNSS_CARRIER_ID=2 ENABLE_3G_CP_CAPS_MSA=0