CONFIG_MODEM_UBLOX_SARA_AUTODETECT_APN_PROFILES

list of profiles to search when autodetecting APN

Type: string

Help

Set a comma separated list of profiles, each containing of: <apn>=<IMSI_1> … <IMSI_n>

Direct dependencies

MODEM_UBLOX_SARA && MODEM

(Includes any dependencies from ifs and menus.)

Default

  • “hologram=23450, wm=20601 29505 29509 23450 53703 90143”

Kconfig definition

At <Zephyr>/drivers/modem/Kconfig.ublox-sara-r4:74

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:82<Zephyr>/drivers/modem/Kconfig:136

Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver

config MODEM_UBLOX_SARA_AUTODETECT_APN_PROFILES
    string "list of profiles to search when autodetecting APN"
    default "hologram=23450, wm=20601 29505 29509 23450 53703 90143"
    depends on MODEM_UBLOX_SARA && MODEM
    help
      Set a comma separated list of profiles, each containing of:
      <apn>=<IMSI_1> ... <IMSI_n>

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