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
gugelfrei
Wayne Lin 5 years ago committed by Aleksander Gencel
parent 6b41fb4c77
commit 80e4ca40b4

@ -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

@ -33,7 +33,7 @@
<item>SUPL_PORT=7275</item>
<item>SUPL_VER=0x20000</item>
<item>SUPL_MODE=1</item>
<item>SUPL_ES=0</item>
<item>SUPL_ES=1</item>
<item>CAPABILITIES=0x31</item>
<item>LPP_PROFILE=0</item>
<item>USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0</item>

Loading…
Cancel
Save