extend inactivity timeout and datagram sending timeout
config_satellite_nb_iot_inactivity_timeout_millis extend to 15-min as per POR mentioned in b/323211209#comment7 config_datagram_wait_for_connected_state_timeout_millis extend to 15-min to improve sending at intermittent cellular scan Bug: 323211209 Bug: 323301557 Test: make Change-Id: Icf3a2ca4b62d65db7812e32669befeffa08f556a
This commit is contained in:
parent
40f38e6d45
commit
9adf37d6fe
1 changed files with 9 additions and 1 deletions
|
@ -438,5 +438,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">600000</integer>
|
||||
<integer name="config_satellite_nb_iot_inactivity_timeout_millis">900000</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
|
||||
NOT_CONNECTED state. In NOT_CONNECTED, the duration of the timer is given by this config.
|
||||
In OFF or IDLE state, the duration of the timer is the sum of this config and the
|
||||
config_satellite_modem_image_switching_duration_millis.
|
||||
-->
|
||||
<integer name="config_datagram_wait_for_connected_state_timeout_millis">900000</integer>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue