From 5194d0597464158d77573cfa6dd92ebec23bc16e Mon Sep 17 00:00:00 2001 From: Wayne Lin Date: Thu, 13 Sep 2018 14:09:47 +0800 Subject: [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: I4cd6832c065eb790981d6864a7d140fe64bc7356 Merged-In: I5075f7887a184ce18bb1815b35a2ce7acd8bca10 --- 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 | 1 + 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/core/res/res/values-mcc302-mnc220/config.xml b/core/res/res/values-mcc302-mnc220/config.xml index 422f7c92648f..e6ddadc37ccc 100644 --- a/core/res/res/values-mcc302-mnc220/config.xml +++ b/core/res/res/values-mcc302-mnc220/config.xml @@ -50,7 +50,7 @@ ERR_ESTIMATE=0 INTERMEDIATE_POS=0 GPS_LOCK=0 - SUPL_ES=0 + SUPL_ES=1 diff --git a/core/res/res/values-mcc302-mnc221/config.xml b/core/res/res/values-mcc302-mnc221/config.xml index 144425007577..0f01f537902a 100644 --- a/core/res/res/values-mcc302-mnc221/config.xml +++ b/core/res/res/values-mcc302-mnc221/config.xml @@ -48,7 +48,7 @@ ERR_ESTIMATE=0 INTERMEDIATE_POS=0 GPS_LOCK=0 - SUPL_ES=0 + SUPL_ES=1 diff --git a/core/res/res/values-mcc302-mnc370/config.xml b/core/res/res/values-mcc302-mnc370/config.xml index 05265c7fcd70..9231691db583 100644 --- a/core/res/res/values-mcc302-mnc370/config.xml +++ b/core/res/res/values-mcc302-mnc370/config.xml @@ -59,7 +59,7 @@ ERR_ESTIMATE=0 INTERMEDIATE_POS=0 GPS_LOCK=0 - SUPL_ES=0 + SUPL_ES=1 diff --git a/core/res/res/values-mcc302-mnc610/config.xml b/core/res/res/values-mcc302-mnc610/config.xml index 0af2c39e7864..b85da2bf047f 100644 --- a/core/res/res/values-mcc302-mnc610/config.xml +++ b/core/res/res/values-mcc302-mnc610/config.xml @@ -43,6 +43,6 @@ ERR_ESTIMATE=0 INTERMEDIATE_POS=0 GPS_LOCK=0 - SUPL_ES=0 + SUPL_ES=1 diff --git a/core/res/res/values-mcc302-mnc640/config.xml b/core/res/res/values-mcc302-mnc640/config.xml index e005bc00a276..0454c5804422 100644 --- a/core/res/res/values-mcc302-mnc640/config.xml +++ b/core/res/res/values-mcc302-mnc640/config.xml @@ -39,6 +39,6 @@ ERR_ESTIMATE=0 INTERMEDIATE_POS=0 GPS_LOCK=0 - SUPL_ES=0 + SUPL_ES=1 diff --git a/core/res/res/values-mcc302-mnc720/config.xml b/core/res/res/values-mcc302-mnc720/config.xml index 7a3540aa3bd4..eef85e18e8d0 100644 --- a/core/res/res/values-mcc302-mnc720/config.xml +++ b/core/res/res/values-mcc302-mnc720/config.xml @@ -61,7 +61,7 @@ ERR_ESTIMATE=0 INTERMEDIATE_POS=0 GPS_LOCK=0 - SUPL_ES=0 + SUPL_ES=1 diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 3613acf44aa3..ae7524f1f817 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2365,6 +2365,7 @@ NTP_SERVER=north-america.pool.ntp.org SUPL_VER=0x20000 SUPL_MODE=1 + SUPL_ES=1 -- cgit v1.2.3-59-g8ed1b