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.
Default
“1001”
Kconfig definition
At <nRF>/lib/lte_link_control/Kconfig:90
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <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_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.)