GCF SMS

The GCF SMS Library uses the Custom AT commands library and adds custom AT commands for the nrf_modem_at_cmd() function to comply with GCF SMS Certification criteria. The library implements the following AT commands:

  • AT+CPMS

  • AT+CSMS

  • AT+CSCA

  • AT+CSCS

  • AT+CMGD

  • AT+CMSS

  • AT+CMMS

  • AT+CMGW

  • AT+CMGF=0

Configuration

You can enable the GCF SMS Library by setting the CONFIG_GCF_SMS Kconfig option.

API documentation

The library does not expose any API of its own.

Source files: lib/gcf_sms/gcf_sms.c