From 1b834bc7c3adb0d776eb37768ef55728c04d6137 Mon Sep 17 00:00:00 2001 From: Joe Huang Date: Thu, 10 Mar 2022 16:57:32 +0800 Subject: [PATCH] gps: Set SuplUseFwCellInfo to false - Set SuplUseFwCellInfo=false to fix SUPL long TTFF issue Bug: 222612142 Test: GNSS sanity test & SUPL NI test Change-Id: Ica5d32697e8583ae60d32996d668ea03e062fa31 --- gps.xml.b3 | 1 + gps_user.xml.b3 | 1 + 2 files changed, 2 insertions(+) diff --git a/gps.xml.b3 b/gps.xml.b3 index 17c8a9c..f3374bd 100644 --- a/gps.xml.b3 +++ b/gps.xml.b3 @@ -21,6 +21,7 @@ SuplSslMethod="SSLv23_NO_TLSv1_2" SuplEnable="true" SuplUseApn="true" + SuplUseFwCellInfo="false" SuplTlsCertDirPath="/etc/security/cacerts" SuplTlsCertPath="/vendor/etc/gnss/gps.cer" SuplUT1Seconds="20" diff --git a/gps_user.xml.b3 b/gps_user.xml.b3 index d752cc9..be6ff1b 100644 --- a/gps_user.xml.b3 +++ b/gps_user.xml.b3 @@ -20,6 +20,7 @@ SuplSslMethod="SSLv23_NO_TLSv1_2" SuplEnable="true" SuplUseApn="true" + SuplUseFwCellInfo="false" SuplTlsCertDirPath="/etc/security/cacerts" SuplTlsCertPath="/vendor/etc/gnss/gps.cer" SuplUT1Seconds="20"