:orphan: .. title:: CONFIG_LTE_NETWORK_TIMEOUT .. kconfig:: CONFIG_LTE_NETWORK_TIMEOUT CONFIG_LTE_NETWORK_TIMEOUT ########################## *Time period [s] to attempt establishing connection* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`LTE_LINK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 600 Kconfig definition ================== At ``/lib/lte_link_control/Kconfig:244`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:56`` → ``/lib/Kconfig:17`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → nRF91 LTE Link control library .. code-block:: kconfig 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.)*