CONFIG_LTE_PTW_VALUE

Requested PTW value

Type: string

Help

Sets the Paging Time Window value to be requested when enabling eDRX. The allowed values for LTE-M and NB-IoT differ. 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.

Direct dependencies

LTE_LINK_CONTROL

(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:94

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_PTW_VALUE
    string "Requested PTW value"
    depends on LTE_LINK_CONTROL
    help
      Sets the Paging Time Window value to be requested when enabling
      eDRX. The allowed values for LTE-M and NB-IoT differ.
      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.

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