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.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/modem/Kconfig:135
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/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.)