CONFIG_LTE_LC_TAU_PRE_WARNING_TIME_MS

TAU pre-warning time

Type: int

Help

Time before a TAU that a pre-warning is to be received.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • 5000

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:52<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_LC_TAU_PRE_WARNING_TIME_MS
    int "TAU pre-warning time"
    range 500 3600000
    default 5000
    depends on LTE_LINK_CONTROL
    help
      Time before a TAU that a pre-warning is to be received.

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