aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
authorDan Williams <dan@ioncontrol.co>2025-05-22 08:09:41 -0500
committerDan Williams <dan@ioncontrol.co>2025-05-22 08:09:41 -0500
commit7ae153880c75f89dc6427b234d85c57717bb8df3 (patch)
treef6ab6714e3da04b954761598e3c73153c81588b5 /src/mm-modem-helpers.h
parent41ceaf6d5ecd85a7f88fc4ed9bdc80a6d2313d23 (diff)
parentc3c6fdc55e5a45f9bf0611ec0925fd0702aff316 (diff)
Merge request !1356 from 'sierra-call-urc-fix'
serial-parsers: don't echo-remove strange call start/end URCs https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1356
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h
index 469492b2..73203c8b 100644
--- a/src/mm-modem-helpers.h
+++ b/src/mm-modem-helpers.h
@@ -86,6 +86,12 @@ gchar *mm_bcd_to_string (const guint8 *bcd,
gchar *mm_at_quote_string (const gchar *input);
/*****************************************************************************/
+/* CALL specific helpers and utilities */
+/*****************************************************************************/
+
+GRegex *mm_call_end_regex_get (void);
+
+/*****************************************************************************/
/* VOICE specific helpers and utilities */
/*****************************************************************************/