aboutsummaryrefslogtreecommitdiff
path: root/src/mm-sms-part-3gpp.h
AgeCommit message (Collapse)Author
2022-09-13charsets: move mm_sms_part_3gpp_util_split_text to mm_charset_util_split_textAndrey Skvortsov
2021-04-20sms-part-3gpp: add flag for indicating PDU is transfer-route messageClayton Craft
When the message is a transfer-route MT, there is no SMSC address to parse out. This flag allows indicating when the PDU is one such message.
2020-04-08sms-part-3gpp: port to use object loggingAleksander Morgado
2017-12-18libhelpers: include MMSmsEncoding in helper enums generationAleksander Morgado
2015-09-22core: process SMS +CGMR response with regexNick Stevens
Variability in the response style from certain modems causes the parsing of the +CGMR response to fail. For example, the Telit HE910 inserts an empty string ("") in the second field of the response, causing the sscanf implementation to fail. This patch converts the parsing of the CGMR response to a regex that allows for more flexibility and robustness, and adds unit tests around the parsing call. Signed-off-by: Nick Stevens <Nick.Stevens@digi.com>
2013-10-25sms: split SMS part handling into common and 3GPP-specificAleksander Morgado