CONFIG_LTE_EDRX_REQ_VALUE

Requested eDRX value

Type: string

Help

Sets the eDRX value to request. 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, and is valid for both LTE-M and NB-IoT networks.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • “1001”

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:16

Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → nRF91 LTE Link control library

config LTE_EDRX_REQ_VALUE
    string "Requested eDRX value"
    default "1001"
    depends on LTE_LINK_CONTROL
    help
      Sets the eDRX value to request. 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, and is valid for
      both LTE-M and NB-IoT networks.

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