CONFIG_LTE_LC_TRACE

LTE link control tracing

Type: bool

Help

Enables tracing of LTE link control events. The tracing differs
from regular link controller events in that they only indicate
what has happened and has no associated payload.
It is intended to be used for debugging purposes.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

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

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_TRACE
    bool "LTE link control tracing"
    depends on LTE_LINK_CONTROL
    help
      Enables tracing of LTE link control events. The tracing differs
      from regular link controller events in that they only indicate
      what has happened and has no associated payload.
      It is intended to be used for debugging purposes.

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