From 526123c675f95c47aa34677c4db9c68fa6ef5b2c Mon Sep 17 00:00:00 2001 From: Edwin Tung Date: Thu, 3 Mar 2022 14:48:11 +0800 Subject: [PATCH] gps: Set RTO/SUPL download interval to 20 min Bug: 220457118 Verify test: 222416929 Test: TTFF and RTO download Change-Id: Iae08c16af6e8e93ed6548465627a00fb8f0fedbd --- location/gps.xml | 2 ++ location/gps.xml.c10 | 2 ++ location/gps.xml.p10 | 2 ++ location/gps_user.xml | 2 ++ location/gps_user.xml.c10 | 2 ++ location/gps_user.xml.p10 | 2 ++ 6 files changed, 12 insertions(+) diff --git a/location/gps.xml b/location/gps.xml index a7f09e8..64cca87 100644 --- a/location/gps.xml +++ b/location/gps.xml @@ -54,6 +54,8 @@ AssertEnabled="true" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" + ReAidingOnHotStart="false" + ReAidingIntervalSec="1200" RuntimeSwLteFilterEnable="true" /> diff --git a/location/gps.xml.c10 b/location/gps.xml.c10 index 60b75d9..410e829 100644 --- a/location/gps.xml.c10 +++ b/location/gps.xml.c10 @@ -54,6 +54,8 @@ AssertEnabled="true" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" + ReAidingOnHotStart="false" + ReAidingIntervalSec="1200" RuntimeSwLteFilterEnable="true" /> diff --git a/location/gps.xml.p10 b/location/gps.xml.p10 index 8088bb4..ba1e403 100644 --- a/location/gps.xml.p10 +++ b/location/gps.xml.p10 @@ -54,6 +54,8 @@ AssertEnabled="true" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" + ReAidingOnHotStart="false" + ReAidingIntervalSec="1200" RuntimeSwLteFilterEnable="true" /> diff --git a/location/gps_user.xml b/location/gps_user.xml index adb3ad7..d61c729 100644 --- a/location/gps_user.xml +++ b/location/gps_user.xml @@ -53,6 +53,8 @@ AssertEnabled="false" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" + ReAidingOnHotStart="false" + ReAidingIntervalSec="1200" RuntimeSwLteFilterEnable="true" /> diff --git a/location/gps_user.xml.c10 b/location/gps_user.xml.c10 index af5c307..6428c7b 100644 --- a/location/gps_user.xml.c10 +++ b/location/gps_user.xml.c10 @@ -53,6 +53,8 @@ AssertEnabled="false" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" + ReAidingOnHotStart="false" + ReAidingIntervalSec="1200" RuntimeSwLteFilterEnable="true" /> diff --git a/location/gps_user.xml.p10 b/location/gps_user.xml.p10 index e7f8146..7328a67 100644 --- a/location/gps_user.xml.p10 +++ b/location/gps_user.xml.p10 @@ -53,6 +53,8 @@ AssertEnabled="false" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" + ReAidingOnHotStart="false" + ReAidingIntervalSec="1200" RuntimeSwLteFilterEnable="true" />