Skip to content

sms: increase send timeout to 5 minutes

The timeout for sms send operation can exceed the current value, so increase it to 5 minutes. Timeouts up to 4 minutes have been observed in the following test scenario:

  • Power up the modem and wait for registration.
  • Right when the modem is registered, attenuate the rf signal or remove the antenna.
  • Immediately try to send an sms.

Increasing the timeout cover this corner case.

Merge request reports