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 Driver>/modem/Kconfig.ublox-sara-r4:69

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:84<Zephyr Driver>/modem/Kconfig:141

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