From 47e5d68e3c675d106a5e91590c7915edbefda22b Mon Sep 17 00:00:00 2001 From: Junkyu Kang Date: Wed, 20 Jul 2022 18:41:27 +0800 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: 239671126 Change-Id: I308f7501085be765c3cdcc9858b93e98554b2bc3 --- gps.xml.l10 | 5 ++++- gps_user.xml.l10 | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gps.xml.l10 b/gps.xml.l10 index 6285691..0400cef 100644 --- a/gps.xml.l10 +++ b/gps.xml.l10 @@ -20,7 +20,10 @@ SuplSslMethod="SSLv23_NO_TLSv1_2" SuplEnable="true" - SuplUseApn="true" + SuplUseApn="false" + SuplUseApnNI="true" + SuplUseFwCellInfo="false" + SuplDummyCellInfo ="true" SuplTlsCertDirPath="/etc/security/cacerts" SuplTlsCertPath="/vendor/etc/gnss/gps.cer" SuplUT1Seconds="20" diff --git a/gps_user.xml.l10 b/gps_user.xml.l10 index 19dbbef..c347740 100644 --- a/gps_user.xml.l10 +++ b/gps_user.xml.l10 @@ -19,7 +19,10 @@ SuplSslMethod="SSLv23_NO_TLSv1_2" SuplEnable="true" - SuplUseApn="true" + SuplUseApn="false" + SuplUseApnNI="true" + SuplUseFwCellInfo="false" + SuplDummyCellInfo ="true" SuplTlsCertDirPath="/etc/security/cacerts" SuplTlsCertPath="/vendor/etc/gnss/gps.cer" SuplUT1Seconds="20"