Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-13 | charsets: move mm_sms_part_3gpp_util_split_text to mm_charset_util_split_text | Andrey Skvortsov | |
2021-04-20 | sms-part-3gpp: add flag for indicating PDU is transfer-route message | Clayton 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-08 | sms-part-3gpp: port to use object logging | Aleksander Morgado | |
2017-12-18 | libhelpers: include MMSmsEncoding in helper enums generation | Aleksander Morgado | |
2015-09-22 | core: process SMS +CGMR response with regex | Nick 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-25 | sms: split SMS part handling into common and 3GPP-specific | Aleksander Morgado | |