![]() |
nRF Connect SDK API 3.3.99
|
| int sms_deliver_pdu_parse | ( | const char * | pdu, |
| struct sms_data * | out ) |
Decode received SMS message, i.e., SMS-DELIVER message as specified in 3GPP TS 23.040 Section 9.2.2.1.
| [in] | pdu | SMS-DELIVER PDU. |
| [out] | out | SMS message decoded into a structure. |
| -EINVAL | Invalid parameter. |
| -ENOMEM | No memory to register new observers. |