From 7b37c424fb8207be3db1a86a85b78f49c4718836 Mon Sep 17 00:00:00 2001 From: Edwin Tung Date: Mon, 8 Aug 2022 05:25:52 +0000 Subject: [PATCH] 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 --- gps.xml.b3 | 4 +++- gps_user.xml.b3 | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gps.xml.b3 b/gps.xml.b3 index a9d4598..128f98d 100644 --- a/gps.xml.b3 +++ b/gps.xml.b3 @@ -20,7 +20,9 @@ SuplSslMethod="SSLv23_NO_TLSv1_2" SuplEnable="true" - SuplUseApn="true" + SuplUseApn="false" + SuplUseApnNI="true" + SuplDummyCellInfo="true" SuplUseFwCellInfo="false" SuplTlsCertDirPath="/etc/security/cacerts" SuplTlsCertPath="/vendor/etc/gnss/gps.cer" diff --git a/gps_user.xml.b3 b/gps_user.xml.b3 index b3cdd0d..80e26be 100644 --- a/gps_user.xml.b3 +++ b/gps_user.xml.b3 @@ -19,7 +19,9 @@ SuplSslMethod="SSLv23_NO_TLSv1_2" SuplEnable="true" - SuplUseApn="true" + SuplUseApn="false" + SuplUseApnNI="true" + SuplDummyCellInfo="true" SuplUseFwCellInfo="false" SuplTlsCertDirPath="/etc/security/cacerts" SuplTlsCertPath="/vendor/etc/gnss/gps.cer"