CONFIG_LTE_LC_TAU_PRE_WARNING_THRESHOLD_MS

TAU pre-warning threshold

Type: int

Help

Minimum value of the given T3412 timer that will trigger TAU pre-warnings.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • 1200000

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/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

config LTE_LC_TAU_PRE_WARNING_THRESHOLD_MS
    int "TAU pre-warning threshold"
    range 10240 3456000000
    default 1200000
    depends on LTE_LINK_CONTROL
    help
      Minimum value of the given T3412 timer that will trigger TAU pre-warnings.

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