-
CONFIG_LTE_PDP_CONTEXT
¶
Packet Data Protocol Context
Type: string
Help¶
The +CGDCONT command defines Packet Data Protocol (PDP) Context. For reference, see 3GPP 27.007 Ch. 10.1.1
Direct dependencies¶
LTE_PDP_CMD
&& LTE_LINK_CONTROL
(Includes any dependencies from if’s and menus.)
Defaults¶
- “0,”IPv4v6”,”internet.apn”” if
LTE_PDP_CMD
&<E_LINK_CONTROL
Kconfig definition¶
At ../nrf/drivers/lte_link_control/Kconfig:78
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:11
→ ../nrf/drivers/Kconfig:11
Menu path: (top menu) → Nordic nRF Connect → Device Drivers → nRF91 LTE Link control library → Enable Packet Data Protocol AT command
config LTE_PDP_CONTEXT string prompt "Packet Data Protocol Context" ifLTE_PDP_CMD
&<E_LINK_CONTROL
default "0,"IPv4v6","internet.apn"" ifLTE_PDP_CMD
&<E_LINK_CONTROL
depends onLTE_PDP_CMD
&<E_LINK_CONTROL
help The +CGDCONT command defines Packet Data Protocol (PDP) Context. For reference, see 3GPP 27.007 Ch. 10.1.1
(Definitions include propagated dependencies, including from if’s and menus.)