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

Commit f34e83ca authored by Thomas Nguyen's avatar Thomas Nguyen Committed by Android (Google) Code Review
Browse files

Merge "Add NB-IoT inactivity timeout duration for demo mode" into 24D1-dev

parents 0fdd10bb 2607188a
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" />