CONFIG_PDN_CONTEXTS_MAX
Number of PDP contexts
Type: int
Help
Maximum number of PDP context handled by the library.
This number does not include the default PDP context 0.
Default
1
Kconfig definition
At <nRF>/lib/pdn/Kconfig:13
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:23
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Packet Domain Network library
config PDN_CONTEXTS_MAX
int "Number of PDP contexts"
range 0 11
default 1
depends on PDN
help
Maximum number of PDP context handled by the library.
This number does not include the default PDP context 0.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)