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
(Includes any dependencies from ifs and menus.)
Default
600
Kconfig definition
At <nRF>/lib/lte_link_control/Kconfig:241
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <nRF>/lib/Kconfig:16
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → 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.)