CONFIG_LTE_EDRX_REQ

Enable requesting use of eDRX.

Type: bool

Help

Enable request for use of eDRX using AT+CEDRXS. For reference, see 3GPP 27.007 Ch. 7.40.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

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

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
    bool "Enable requesting use of eDRX."
    default n
    depends on LTE_LINK_CONTROL
    help
      Enable request for use of eDRX using AT+CEDRXS.
      For reference, see 3GPP 27.007 Ch. 7.40.

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