CONFIG_LTE_PDN_AUTH

PDN connection authentication parameters

Type: string

Help

The +CGAUTH command specifies authentication parameters for a PDN connection. For reference, see 3GPP 27.007 Ch. 10.1.31.

Direct dependencies

LTE_PDN_AUTH_CMD && LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • “0,1,"username","password"”

Kconfig definition

At <nRF>/lib/lte_link_control/Kconfig:128

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:16

Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → nRF91 LTE Link control library → Enable PDN connection authentication AT command

config LTE_PDN_AUTH
    string "PDN connection authentication parameters"
    default "0,1,"username","password""
    depends on LTE_PDN_AUTH_CMD && LTE_LINK_CONTROL
    help
      The +CGAUTH command specifies authentication parameters for a PDN connection.
      For reference, see 3GPP 27.007 Ch. 10.1.31.

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