Shorten NTN timer

Modem needs to connect with satellite before this timer expire.
Otherwise the telephony will cancel the outgoing message.

Bug: 332613856
Test: make

Change-Id: I355e2846826b772464e1d13944e2727901a48b4e
This commit is contained in:
timtmlin 2024-04-02 19:11:14 +08:00 committed by Tim Lin
parent a5987e127d
commit b88c443fef

View file

@ -449,5 +449,5 @@
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>
<integer name="config_datagram_wait_for_connected_state_timeout_millis">180000</integer>
</resources>