CONFIG_MODEM_CELL_INFO

Enable querying for operator and cell info

Type: bool

Help

Query for numerical operator id, location area code and cell id.

Direct dependencies

MODEM_SHELL && MODEM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/modem/Kconfig:135

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:82

Menu path: (Top) → Device Drivers → Modem Drivers → Enable modem shell utilities

config MODEM_CELL_INFO
    bool "Enable querying for operator and cell info"
    depends on MODEM_SHELL && MODEM
    help
      Query for numerical operator id, location area code and cell id.

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