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

Commit 851befb0 authored by joethhuang's avatar joethhuang Committed by Joe Huang
Browse files

Enable LPP_CP as default

When emergency call is established in VoLTE without SIM inserted (out-of-box),
device must have the capability of LPP_CP to respond to the NI request.

Bug: 137156795

Test: Verified LPP config without any SIM inserted.
Change-Id: I036120f4c47f3402fecf8def12a301a973d6963e
parent 80c49d7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2894,7 +2894,7 @@ public class CarrierConfigManager {
            defaults.putString(KEY_SUPL_VER_STRING, "0x20000");
            defaults.putString(KEY_SUPL_MODE_STRING, "1");
            defaults.putString(KEY_SUPL_ES_STRING, "1");
            defaults.putString(KEY_LPP_PROFILE_STRING, "0");
            defaults.putString(KEY_LPP_PROFILE_STRING, "2");
            defaults.putString(KEY_USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL_STRING, "1");
            defaults.putString(KEY_A_GLONASS_POS_PROTOCOL_SELECT_STRING, "0");
            defaults.putString(KEY_GPS_LOCK_STRING, "3");