Merge "gps: Set SuplUseFwCellInfo to false" into tm-dev

This commit is contained in:
Joe Huang 2022-03-24 00:07:44 +00:00 committed by Android (Google) Code Review
commit 9a3257abf8
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@
SuplSslMethod="SSLv23_NO_TLSv1_2" SuplSslMethod="SSLv23_NO_TLSv1_2"
SuplEnable="true" SuplEnable="true"
SuplUseApn="true" SuplUseApn="true"
SuplUseFwCellInfo="false"
SuplTlsCertDirPath="/etc/security/cacerts" SuplTlsCertDirPath="/etc/security/cacerts"
SuplTlsCertPath="/vendor/etc/gnss/gps.cer" SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
SuplUT1Seconds="20" SuplUT1Seconds="20"

View file

@ -20,6 +20,7 @@
SuplSslMethod="SSLv23_NO_TLSv1_2" SuplSslMethod="SSLv23_NO_TLSv1_2"
SuplEnable="true" SuplEnable="true"
SuplUseApn="true" SuplUseApn="true"
SuplUseFwCellInfo="false"
SuplTlsCertDirPath="/etc/security/cacerts" SuplTlsCertDirPath="/etc/security/cacerts"
SuplTlsCertPath="/vendor/etc/gnss/gps.cer" SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
SuplUT1Seconds="20" SuplUT1Seconds="20"