CONFIG_LTE_LOCK_PLMN

Enable LTE PLMN lock

Type: bool

Help

Enable PLMN locks for network selection.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/lib/lte_link_control/Kconfig:40

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_LOCK_PLMN
    bool "Enable LTE PLMN lock"
    depends on LTE_LINK_CONTROL
    help
      Enable PLMN locks for network selection.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)