CONFIG_MODEM_SIMCOM_SIM7080_APN

APN for establishing a network connection

Type: string

Help

This setting is used to set the APN name for the network connection
context. This value is specific to the network provider and may
need to be changed.

Direct dependencies

MODEM_SIM7080 && MODEM

(Includes any dependencies from ifs and menus.)

Default

  • “internet”

Kconfig definition

At <Zephyr>/drivers/modem/Kconfig.simcom-sim7080:44

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:84<Zephyr>/drivers/modem/Kconfig:148

Menu path: (Top) → Device Drivers → Modem Drivers → Sim7080 Driver

config MODEM_SIMCOM_SIM7080_APN
    string "APN for establishing a network connection"
    default "internet"
    depends on MODEM_SIM7080 && MODEM
    help
      This setting is used to set the APN name for the network connection
      context. This value is specific to the network provider and may
      need to be changed.

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