-
CONFIG_LTE_PDP_CMD
¶
Enable Packet Data Protocol AT command
Type: bool
Help¶
Enable PDP define using AT+CGDCONT.
Default¶
n
Kconfig definition¶
At <nRF>/lib/lte_link_control/Kconfig:106
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_PDP_CMD
bool "Enable Packet Data Protocol AT command"
default n
depends on LTE_LINK_CONTROL
help
Enable PDP define using AT+CGDCONT.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)