CONFIG_LTE_EDRX_REQ_VALUE_NBIOT

Requested eDRX value for NB-IoT

Type: string

Help

Sets the eDRX value to request when NB-IoT is used.
The format is half a byte in a four-bit format.
The eDRX value refers to bit 4 to 1 of octet 3 of the
Extended DRX parameters information element.
See 3GPP TS 24.008, subclause 10.5.5.32.
The value 1001 corresponds to 163.84 seconds.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • “1001”

Kconfig definition

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

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_EDRX_REQ_VALUE_NBIOT
    string "Requested eDRX value for NB-IoT"
    default "1001"
    depends on LTE_LINK_CONTROL
    help
      Sets the eDRX value to request when NB-IoT is used.
      The format is half a byte in a four-bit format.
      The eDRX value refers to bit 4 to 1 of octet 3 of the
      Extended DRX parameters information element.
      See 3GPP TS 24.008, subclause 10.5.5.32.
      The value 1001 corresponds to 163.84 seconds.

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