CONFIG_LTE_PTW_VALUE_LTE_M
Requested PTW value for LTE-M
Type: string
Help
Sets the Paging Time Window value to be requested when enabling
eDRX. The value will apply to LTE-M.
The format is a string with half a byte in 4-bit format,
corresponding to bits 8 to 5 in octet 3 of eDRX information
element according to 10.5.5.32 of 3GPP TS 24.008.
Requesting a specific PTW configuration should be done with
caution. The requested value must be compliant with the eDRX
value that is configured, and it's usually best to let the modem
use default PTW values.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to the empty string.
Kconfig definition
At <nRF>/lib/lte_link_control/Kconfig:101
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_PTW_VALUE_LTE_M
string "Requested PTW value for LTE-M"
depends on LTE_LINK_CONTROL
help
Sets the Paging Time Window value to be requested when enabling
eDRX. The value will apply to LTE-M.
The format is a string with half a byte in 4-bit format,
corresponding to bits 8 to 5 in octet 3 of eDRX information
element according to 10.5.5.32 of 3GPP TS 24.008.
Requesting a specific PTW configuration should be done with
caution. The requested value must be compliant with the eDRX
value that is configured, and it's usually best to let the modem
use default PTW values.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)