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

Commit 2607188a authored by Thomas Nguyen's avatar Thomas Nguyen
Browse files

Add NB-IoT inactivity timeout duration for demo mode

Bug: 336710638
Test: SatelliteSessionControllerTest SatelliteManagerTestOnMockService
Manual test with Skylo demo and real mode

Change-Id: I885defae637cd4fa977d79ea4d1f353d7ea8d70c
parent 47335d02
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -190,6 +190,13 @@
    <integer name="config_satellite_nb_iot_inactivity_timeout_millis">180000</integer>
    <java-symbol type="integer" name="config_satellite_nb_iot_inactivity_timeout_millis" />

    <!-- The time duration in millis after which cellular scanning will be enabled and satellite
         will move to IDLE state. This timeout duration is used for satellite with NB IOT radio
         technologies in demo mode.
         -->
    <integer name="config_satellite_demo_mode_nb_iot_inactivity_timeout_millis">60000</integer>
    <java-symbol type="integer" name="config_satellite_demo_mode_nb_iot_inactivity_timeout_millis" />

    <!-- The time duration in millis needed to switch the modem image from TN to NTN. -->
    <integer name="config_satellite_modem_image_switching_duration_millis">20000</integer>
    <java-symbol type="integer" name="config_satellite_modem_image_switching_duration_millis" />