CONFIG_MODEM_INFO_ADD_SIM_IMSI

Read the SIM card IMSI from the modem

Type: bool

Help

Add the SIM card IMSI to the returned device JSON object.

Direct dependencies

MODEM_INFO

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/lib/modem_info/Kconfig:59

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:22

Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → nRF91 modem information library

config MODEM_INFO_ADD_SIM_IMSI
    bool "Read the SIM card IMSI from the modem"
    default y
    depends on MODEM_INFO
    help
      Add the SIM card IMSI to the returned
      device JSON object.

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