CONFIG_MEMFAULT_NCS_LTE_METRICS

Collect LTE metrics

Type: bool

Help

Capture LTE metrics while the application is running. Supported
metrics are time to connect and number of connection establishments.

Direct dependencies

LTE_LINK_CONTROL && MEMFAULT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <nRF>/modules/memfault/Kconfig:122

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:51<nRF>/modules/Kconfig:10

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect

config MEMFAULT_NCS_LTE_METRICS
    bool "Collect LTE metrics"
    select LTE_LC_TRACE
    depends on LTE_LINK_CONTROL && MEMFAULT
    help
      Capture LTE metrics while the application is running. Supported
      metrics are time to connect and number of connection establishments.

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