-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nRF>/lib/lte_link_control/Kconfig:76
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_EDRX_REQ
bool "Enable requesting use of eDRX."
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.)