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

Commit 547054a5 authored by Hyosun Kim's avatar Hyosun Kim
Browse files

add overlay configs for last sos message connect and response timeout.

Bug: 331809319
Test: demo mode test b/331809319#comment20
1. satellite enable
2. send message
3. satellite disable
4. repeat 10 times from 1 to 3

Change-Id: Ib0d3f0708270e993d7304da67e637298b620fe3f
parent dcefab81
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -373,4 +373,23 @@
    <bool name="config_wait_for_device_alignment_in_demo_datagram">false</bool>
    <java-symbol type="bool" name="config_wait_for_device_alignment_in_demo_datagram" />

    <!-- The time duration in millis after which Telephony will abort the last message datagram
     sending requests. Telephony starts a timer when receiving a last message 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_for_last_message_timeout_millis">60000</integer>
    <java-symbol type="integer" name="config_datagram_wait_for_connected_state_for_last_message_timeout_millis" />

    <!-- The time duration in millis after which Telephony will abort the last message datagram
     sending requests and send failure response to the client that has requested sending the
     datagrams. Telephony starts a timer after pushing down the last message datagram sending
     request to modem. Before expiry, the timer will be stopped when Telephony receives the response
     for the sending request from modem.
     -->
    <integer name="config_wait_for_datagram_sending_response_for_last_message_timeout_millis">60000</integer>
    <java-symbol type="integer" name="config_wait_for_datagram_sending_response_for_last_message_timeout_millis" />

</resources>