CONFIG_LTE_NETWORK_TIMEOUT

Time period [s] to attempt establishing connection

Type: int

Help

Time period in seconds to attempt establishing an LTE link, before timing out. If fallback mode is enabled, the fallback mode will also be tried for the same period.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • 600

Kconfig definition

At <nRF>/lib/lte_link_control/Kconfig:179

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:16

Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → nRF91 LTE Link control library

config LTE_NETWORK_TIMEOUT
    int "Time period [s] to attempt establishing connection"
    default 600
    depends on LTE_LINK_CONTROL
    help
      Time period in seconds to attempt establishing an LTE link, before timing
      out. If fallback mode is enabled, the fallback mode will also be
      tried for the same period.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)