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

Commit 89722604 authored by Thomas Nguyen's avatar Thomas Nguyen
Browse files

Add config_satellite_wait_for_cellular_modem_off_timeout_millis

Flag: EXEMPT bugfix
Bug: 355242339
Test: manual test with Skylo live network
atest SatelliteControllerTest
atest ServiceStateTrackerTest
Test: 356653075

Change-Id: I2157b9c2bcd03d59b43c28a005483257ebe35b65
parent 47c54dc7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -237,6 +237,13 @@
    <integer name="config_emergency_call_wait_for_connection_timeout_millis">20000</integer>
    <java-symbol type="integer" name="config_emergency_call_wait_for_connection_timeout_millis" />

    <!-- The time duration in millis after which Telephony will stop waiting for the OFF state
         from cellular modem, consider the request to power off cellular modem as failed, and thus
         treat the cellular modem state as ON.
     -->
    <integer name="config_satellite_wait_for_cellular_modem_off_timeout_millis">120000</integer>
    <java-symbol type="integer" name="config_satellite_wait_for_cellular_modem_off_timeout_millis" />

    <!-- Indicates the data limit in bytes that can be used for bootstrap sim until factory reset.
         -1 means unlimited. -->
    <integer name="config_esim_bootstrap_data_limit_bytes">-1</integer>