-
CONFIG_LTE_LOCK_PLMN_STRING
¶
PLMN string
Type: string
Help¶
Mobile Country Code (MCC) and Mobile Network Code (MNC) values.
Only numeric string formats supported.
Direct dependencies¶
LTE_LOCK_PLMN
&& LTE_LINK_CONTROL
(Includes any dependencies from ifs and menus.)
Default¶
“00101”
Kconfig definition¶
At <nRF>/lib/lte_link_control/Kconfig:46
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:52
→ <nRF>/lib/Kconfig:16
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → nRF91 LTE Link control library → Enable LTE PLMN lock
config LTE_LOCK_PLMN_STRING
string "PLMN string"
default "00101"
depends on LTE_LOCK_PLMN && LTE_LINK_CONTROL
help
Mobile Country Code (MCC) and Mobile Network Code (MNC) values.
Only numeric string formats supported.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)