:orphan: .. title:: CONFIG_MODEM_UBLOX_SARA_R4_APN .. kconfig:: CONFIG_MODEM_UBLOX_SARA_R4_APN CONFIG_MODEM_UBLOX_SARA_R4_APN ############################## *APN for establishing network connection* Type: ``string`` Help ==== .. code-block:: none This setting is used in the AT+CGDCONT command 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 =================== \ :kconfig:`MODEM_UBLOX_SARA ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "hologram" Kconfig definition ================== At ``/modem/Kconfig.ublox-sara-r4:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:141`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver .. code-block:: kconfig config MODEM_UBLOX_SARA_R4_APN string "APN for establishing network connection" default "hologram" depends on MODEM_UBLOX_SARA && MODEM help This setting is used in the AT+CGDCONT command 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.)*