CONFIG_AT_SMS_CERT

AT SMS commands for certification

Type: bool

Help

Provide an implementation of the following SMS-related AT commands for certification purposes:
AT+CPMS
AT+CSMS
AT+CSCA
AT+CSCS
AT+CMGD
AT+CMSS
AT+CMGW

Direct dependencies

SOC_NRF9160_SICA

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/lib/at_sms_cert/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:94<nRF>/lib/Kconfig:18

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries

menuconfig AT_SMS_CERT
    bool "AT SMS commands for certification"
    depends on SOC_NRF9160_SICA
    help
      Provide an implementation of the following SMS-related AT commands for certification purposes:
      AT+CPMS
      AT+CSMS
      AT+CSCA
      AT+CSCS
      AT+CMGD
      AT+CMSS
      AT+CMGW

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