From ccea197344fb589d3c7a6dc36a004ceeaaa1147f Mon Sep 17 00:00:00 2001 From: Wayne Lin Date: Wed, 1 Nov 2023 07:19:37 +0800 Subject: [PATCH] gps: set high accuracy shape mode to 1 Only support CP LPP HA GAD shape for TMO Bug: 308489551 Test: CP LPP pass in carrier LAB (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6f2da6ead27e3ea2a8cbee2c5deb942c05141474) Merged-In: I38bce6825ac29b93a6691cee6cca312be3db874e Change-Id: I38bce6825ac29b93a6691cee6cca312be3db874e --- location/gps.xml | 2 +- location/gps.xml.hk3 | 2 +- location/gps.xml.sb3 | 2 +- location/gps_user.xml | 2 +- location/gps_user.xml.hk3 | 2 +- location/gps_user.xml.sb3 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/location/gps.xml b/location/gps.xml index 7a6ce2c..774e206 100644 --- a/location/gps.xml +++ b/location/gps.xml @@ -58,7 +58,7 @@ AssertEnabled="true" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" - CpLppHighAccuracyShapeMode="2" + CpLppHighAccuracyShapeMode="1" ReAidingOnHotStart="false" ReAidingIntervalSec="1200" RuntimeSwLteFilterEnable="true" diff --git a/location/gps.xml.hk3 b/location/gps.xml.hk3 index 8ad70f0..2857dcf 100644 --- a/location/gps.xml.hk3 +++ b/location/gps.xml.hk3 @@ -58,7 +58,7 @@ AssertEnabled="true" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" - CpLppHighAccuracyShapeMode="2" + CpLppHighAccuracyShapeMode="1" ReAidingOnHotStart="false" ReAidingIntervalSec="1200" RuntimeSwLteFilterEnable="true" diff --git a/location/gps.xml.sb3 b/location/gps.xml.sb3 index 1c42ca0..bceb407 100644 --- a/location/gps.xml.sb3 +++ b/location/gps.xml.sb3 @@ -58,7 +58,7 @@ AssertEnabled="true" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" - CpLppHighAccuracyShapeMode="2" + CpLppHighAccuracyShapeMode="1" ReAidingOnHotStart="false" ReAidingIntervalSec="1200" RuntimeSwLteFilterEnable="true" diff --git a/location/gps_user.xml b/location/gps_user.xml index 9d42ff3..9f3bd02 100644 --- a/location/gps_user.xml +++ b/location/gps_user.xml @@ -57,7 +57,7 @@ AssertEnabled="false" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" - CpLppHighAccuracyShapeMode="2" + CpLppHighAccuracyShapeMode="1" ReAidingOnHotStart="false" ReAidingIntervalSec="1200" RuntimeSwLteFilterEnable="true" diff --git a/location/gps_user.xml.hk3 b/location/gps_user.xml.hk3 index 94f5955..8a1d2b3 100644 --- a/location/gps_user.xml.hk3 +++ b/location/gps_user.xml.hk3 @@ -57,7 +57,7 @@ AssertEnabled="false" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" - CpLppHighAccuracyShapeMode="2" + CpLppHighAccuracyShapeMode="1" ReAidingOnHotStart="false" ReAidingIntervalSec="1200" RuntimeSwLteFilterEnable="true" diff --git a/location/gps_user.xml.sb3 b/location/gps_user.xml.sb3 index f19e50f..f74bce6 100644 --- a/location/gps_user.xml.sb3 +++ b/location/gps_user.xml.sb3 @@ -57,7 +57,7 @@ AssertEnabled="false" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" - CpLppHighAccuracyShapeMode="2" + CpLppHighAccuracyShapeMode="1" ReAidingOnHotStart="false" ReAidingIntervalSec="1200" RuntimeSwLteFilterEnable="true"