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

Commit f2abce6c authored by Hyosun Kim's avatar Hyosun Kim Committed by Android (Google) Code Review
Browse files

Merge "add overlay configs for last sos message connect and response timeout." into 24D1-dev

parents 4fccc4e1 547054a5
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>