gps: Enable SI SUPL over Wifi

Test: -
- SI SUPL Wifi on + mobile network off
- SI SUPL Wifi on + mobile network on
- SI SUPL Wifi off + mobile network on
- SI SUPL Wifi on + airplane mode on

Bug: 238043664
Change-Id: If09294c19bfd42da737c589be992c802e0b008de
This commit is contained in:
Edwin Tung 2022-08-08 05:25:52 +00:00
parent 8c8e4fc1ea
commit 7b37c424fb
2 changed files with 6 additions and 2 deletions

View file

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

View file

@ -19,7 +19,9 @@
SuplSslMethod="SSLv23_NO_TLSv1_2" SuplSslMethod="SSLv23_NO_TLSv1_2"
SuplEnable="true" SuplEnable="true"
SuplUseApn="true" SuplUseApn="false"
SuplUseApnNI="true"
SuplDummyCellInfo="true"
SuplUseFwCellInfo="false" SuplUseFwCellInfo="false"
SuplTlsCertDirPath="/etc/security/cacerts" SuplTlsCertDirPath="/etc/security/cacerts"
SuplTlsCertPath="/vendor/etc/gnss/gps.cer" SuplTlsCertPath="/vendor/etc/gnss/gps.cer"