From 249ac9c196d306a8d3309b9acdb0222dd8a7eed3 Mon Sep 17 00:00:00 2001 From: Shinru Han Date: Fri, 25 Feb 2022 15:56:11 +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: 220816549 Change-Id: I22382d768b406ff4caccb148018a6d3863c25ded --- location/gps.xml | 5 ++++- location/gps.xml.c10 | 5 ++++- location/gps.xml.p10 | 5 ++++- location/gps_user.xml | 5 ++++- location/gps_user.xml.c10 | 5 ++++- location/gps_user.xml.p10 | 5 ++++- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/location/gps.xml b/location/gps.xml index 64cca87..d0fcfdb 100644 --- a/location/gps.xml +++ b/location/gps.xml @@ -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/location/gps.xml.c10 b/location/gps.xml.c10 index 410e829..4d73818 100644 --- a/location/gps.xml.c10 +++ b/location/gps.xml.c10 @@ -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/location/gps.xml.p10 b/location/gps.xml.p10 index ba1e403..634e21d 100644 --- a/location/gps.xml.p10 +++ b/location/gps.xml.p10 @@ -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/location/gps_user.xml b/location/gps_user.xml index d61c729..266b53b 100644 --- a/location/gps_user.xml +++ b/location/gps_user.xml @@ -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" diff --git a/location/gps_user.xml.c10 b/location/gps_user.xml.c10 index 6428c7b..7a60567 100644 --- a/location/gps_user.xml.c10 +++ b/location/gps_user.xml.c10 @@ -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" diff --git a/location/gps_user.xml.p10 b/location/gps_user.xml.p10 index 7328a67..92526b5 100644 --- a/location/gps_user.xml.p10 +++ b/location/gps_user.xml.p10 @@ -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"