From d3703be3d800ddaf38f78ee707a65a9ce9816616 Mon Sep 17 00:00:00 2001 From: Wayne Lin Date: Thu, 13 Sep 2018 15:34:10 +0800 Subject: [PATCH] [DO NOT MERGE] Changing SUPL_ES=1 for SUPL end point control SUPL_ES=1 ensures the GnssLocationProvider and related framework code accepts incoming SMS SUPL_INIT messages with ES-bit=1 (which allow redirection of the ESLP end-point e.g. to the current local emergency services provider when you are travelling) only during an emergency call Bug: 115331218 Bug: 112159033 Test: Build pass Change-Id: I5075f7887a184ce18bb1815b35a2ce7acd8bca10 (cherry picked from commit 02f38c7284f183d5e1fc39fe56903a567ff3fc20) --- core/res/res/values-mcc302-mnc220/config.xml | 2 +- core/res/res/values-mcc302-mnc221/config.xml | 2 +- core/res/res/values-mcc302-mnc370/config.xml | 2 +- core/res/res/values-mcc302-mnc610/config.xml | 2 +- core/res/res/values-mcc302-mnc640/config.xml | 2 +- core/res/res/values-mcc302-mnc720/config.xml | 2 +- core/res/res/values/config.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/core/res/res/values-mcc302-mnc220/config.xml b/core/res/res/values-mcc302-mnc220/config.xml index 9a3d7361118c..822592addceb 100644 --- a/core/res/res/values-mcc302-mnc220/config.xml +++ b/core/res/res/values-mcc302-mnc220/config.xml @@ -40,7 +40,7 @@ SUPL_PORT=7275 SUPL_VER=0x20000 SUPL_MODE=1 - SUPL_ES=0 + SUPL_ES=1 LPP_PROFILE=3 USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1 A_GLONASS_POS_PROTOCOL_SELECT=0 diff --git a/core/res/res/values-mcc302-mnc221/config.xml b/core/res/res/values-mcc302-mnc221/config.xml index 007fd045ced7..9046acd9b073 100644 --- a/core/res/res/values-mcc302-mnc221/config.xml +++ b/core/res/res/values-mcc302-mnc221/config.xml @@ -38,7 +38,7 @@ SUPL_PORT=7275 SUPL_VER=0x20000 SUPL_MODE=1 - SUPL_ES=0 + SUPL_ES=1 LPP_PROFILE=3 USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1 A_GLONASS_POS_PROTOCOL_SELECT=0 diff --git a/core/res/res/values-mcc302-mnc370/config.xml b/core/res/res/values-mcc302-mnc370/config.xml index 1241a9d029d6..b520d5d95a34 100644 --- a/core/res/res/values-mcc302-mnc370/config.xml +++ b/core/res/res/values-mcc302-mnc370/config.xml @@ -41,7 +41,7 @@ SUPL_PORT=7275 SUPL_VER=0x20000 SUPL_MODE=1 - SUPL_ES=0 + SUPL_ES=1 LPP_PROFILE=2 USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1 A_GLONASS_POS_PROTOCOL_SELECT=0 diff --git a/core/res/res/values-mcc302-mnc610/config.xml b/core/res/res/values-mcc302-mnc610/config.xml index 232f14969ad1..650aa62b4a4e 100644 --- a/core/res/res/values-mcc302-mnc610/config.xml +++ b/core/res/res/values-mcc302-mnc610/config.xml @@ -28,7 +28,7 @@ SUPL_PORT=7275 SUPL_VER=0x20000 SUPL_MODE=1 - SUPL_ES=0 + SUPL_ES=1 LPP_PROFILE=2 USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1 A_GLONASS_POS_PROTOCOL_SELECT=0 diff --git a/core/res/res/values-mcc302-mnc640/config.xml b/core/res/res/values-mcc302-mnc640/config.xml index 1d2e625952f8..4bb68dcf04be 100644 --- a/core/res/res/values-mcc302-mnc640/config.xml +++ b/core/res/res/values-mcc302-mnc640/config.xml @@ -24,7 +24,7 @@ SUPL_PORT=7275 SUPL_VER=0x20000 SUPL_MODE=1 - SUPL_ES=0 + SUPL_ES=1 LPP_PROFILE=2 USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1 A_GLONASS_POS_PROTOCOL_SELECT=0 diff --git a/core/res/res/values-mcc302-mnc720/config.xml b/core/res/res/values-mcc302-mnc720/config.xml index ef1ecd29845c..11bfa056d295 100644 --- a/core/res/res/values-mcc302-mnc720/config.xml +++ b/core/res/res/values-mcc302-mnc720/config.xml @@ -43,7 +43,7 @@ SUPL_PORT=7275 SUPL_VER=0x20000 SUPL_MODE=1 - SUPL_ES=0 + SUPL_ES=1 LPP_PROFILE=2 USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1 A_GLONASS_POS_PROTOCOL_SELECT=0 diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 3d7578539482..50803664d9fc 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2497,7 +2497,7 @@ SUPL_PORT=7275 SUPL_VER=0x20000 SUPL_MODE=1 - SUPL_ES=0 + SUPL_ES=1 LPP_PROFILE=0 USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1 A_GLONASS_POS_PROTOCOL_SELECT=0 -- 2.11.0