7#ifndef _SMS_INTERNAL_INCLUDE_H_
8#define _SMS_INTERNAL_INCLUDE_H_
11#define SMS_BUF_TMP_LEN 512
#define SMS_MAX_PAYLOAD_LEN_CHARS
Maximum length of SMS in number of characters as specified in 3GPP TS 23.038 Section 4 and Section 6....
Definition sms.h:51
uint8_t sms_buf_tmp[512]
Temporary buffer that can be used in various functions where data buffer is required.
#define SMS_BUF_TMP_LEN
Size of the internal buffer.
Definition sms_internal.h:11
uint8_t sms_payload_tmp[SMS_MAX_PAYLOAD_LEN_CHARS]
Temporary buffer for SMS payload.