nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ firmware_download_timeout

uint16_t lwm2m_carrier_config_t::firmware_download_timeout

This configuration specifies the time (in minutes) allowed for a single firmware image download.

If the download is not completed by the time the specified number of minutes elapses, the download shall be aborted. This configuration is only supported for Push delivery method of firmware images.

  • Leaving this configuration empty (0) sets the timer to 30 minutes for the SoftBank subscriber ID, and disables it for all other subscriber IDs.
Note
using lwm2m_carrier.c this option can be set in kconfig by setting CONFIG_LWM2M_CARRIER_FIRMWARE_DOWNLOAD_TIMEOUT.