CONFIG_LTE_PTW_VALUE_NBIOT

Requested PTW value for NB-IoT

Type: string

Help

Sets the Paging Time Window value to be requested when enabling
eDRX. The value will apply to NB-IoT.
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

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:117

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/lib/Kconfig:17

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_NBIOT
    string "Requested PTW value for NB-IoT"
    depends on LTE_LINK_CONTROL
    help
      Sets the Paging Time Window value to be requested when enabling
      eDRX. The value will apply to NB-IoT.
      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.)