Merge "Effectively disable TN scanning timer" into 24D1-dev am: 3cf538120b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zumapro/+/27256482 Change-Id: I72c152b13dc3510441c3c18b5a384f1d4ee82e93 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
5efa5ed3bc
1 changed files with 7 additions and 1 deletions
|
@ -496,7 +496,13 @@
|
|||
will move to IDLE state. This timeout duration is used for satellite with NB IOT radio
|
||||
technologies.
|
||||
-->
|
||||
<integer name="config_satellite_nb_iot_inactivity_timeout_millis">900000</integer>
|
||||
<integer name="config_satellite_nb_iot_inactivity_timeout_millis">2147483647</integer>
|
||||
|
||||
<!-- 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">2147483647</integer>
|
||||
|
||||
<!-- The time duration in millis after which Telephony will abort the datagram sending requests.
|
||||
Telephony starts a timer when receiving a datagram sending request in either OFF, IDLE, or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue