The latest development version of this page may be more current than this released 2.7.5 version.

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 drivers/modem/Kconfig:135

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:84

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.)