:orphan: .. title:: MODEM_UBLOX_SARA_R4_APN .. option:: CONFIG_MODEM_UBLOX_SARA_R4_APN *APN for establishing network connection* Type: ``string`` 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. Direct dependencies =================== \ :option:`MODEM_UBLOX_SARA ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "hologram" Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.ublox-sara-r4:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:136`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver .. parsed-literal:: config MODEM_UBLOX_SARA_R4_APN string "APN for establishing network connection" default "hologram" depends on \ :option:`MODEM_UBLOX_SARA ` && \ :option:`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.)*