Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5194d059 authored by Wayne Lin's avatar Wayne Lin
Browse files

[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
parent d32c2a41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
        <item>ERR_ESTIMATE=0</item>
        <item>INTERMEDIATE_POS=0</item>
        <item>GPS_LOCK=0</item>
        <item>SUPL_ES=0</item>
        <item>SUPL_ES=1</item>
    </string-array>

</resources>
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
        <item>ERR_ESTIMATE=0</item>
        <item>INTERMEDIATE_POS=0</item>
        <item>GPS_LOCK=0</item>
        <item>SUPL_ES=0</item>
        <item>SUPL_ES=1</item>
    </string-array>

</resources>
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
        <item>ERR_ESTIMATE=0</item>
        <item>INTERMEDIATE_POS=0</item>
        <item>GPS_LOCK=0</item>
        <item>SUPL_ES=0</item>
        <item>SUPL_ES=1</item>
    </string-array>

</resources>
+1 −1
Original line number Diff line number Diff line
@@ -43,6 +43,6 @@
        <item>ERR_ESTIMATE=0</item>
        <item>INTERMEDIATE_POS=0</item>
        <item>GPS_LOCK=0</item>
        <item>SUPL_ES=0</item>
        <item>SUPL_ES=1</item>
    </string-array>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -39,6 +39,6 @@
        <item>ERR_ESTIMATE=0</item>
        <item>INTERMEDIATE_POS=0</item>
        <item>GPS_LOCK=0</item>
        <item>SUPL_ES=0</item>
        <item>SUPL_ES=1</item>
    </string-array>
</resources>
Loading