From 80e4ca40b481e4d1361e1eefc8d05af10633517f Mon Sep 17 00:00:00 2001 From: Wayne Lin Date: Tue, 15 Jan 2019 17:01:47 +0100 Subject: [PATCH] d855: gps: 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 --- configs/gps.conf | 2 +- overlay/frameworks/base/core/res/res/values/config.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/gps.conf b/configs/gps.conf index e5141c7..f79a169 100644 --- a/configs/gps.conf +++ b/configs/gps.conf @@ -51,7 +51,7 @@ GPS_LOCK=0x0 SUPL_VER=0x20000 # Emergency SUPL, 1=enable, 0=disable -SUPL_ES=0 +SUPL_ES=1 #Choose PDN for Emergency SUPL #1 - Use emergency PDN diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 3117fbc..3e6139b 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -33,7 +33,7 @@ SUPL_PORT=7275 SUPL_VER=0x20000 SUPL_MODE=1 - SUPL_ES=0 + SUPL_ES=1 CAPABILITIES=0x31 LPP_PROFILE=0 USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0