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
This commit is contained in:
Joe Huang 2022-03-10 16:57:32 +08:00
parent 8bd2cdc468
commit 1b834bc7c3
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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"