From 5316e9e4e56faa606c2ae4f19087ae98b8c3944d Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 16 Oct 2019 18:03:53 +0200 Subject: simtech: handle 'MISSED_CALL' URCs https://source.puri.sm/Librem5/ModemManager/issues/6 --- plugins/simtech/mm-modem-helpers-simtech.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugins/simtech/mm-modem-helpers-simtech.h') diff --git a/plugins/simtech/mm-modem-helpers-simtech.h b/plugins/simtech/mm-modem-helpers-simtech.h index 958d9cfb..efcc23f5 100644 --- a/plugins/simtech/mm-modem-helpers-simtech.h +++ b/plugins/simtech/mm-modem-helpers-simtech.h @@ -45,6 +45,14 @@ gboolean mm_simtech_parse_voice_call_urc (GMatchInfo *match_info, guint *duration, GError **error); +/*****************************************************************************/ +/* MISSED_CALL URC helpers */ + +GRegex *mm_simtech_get_missed_call_urc_regex (void); +gboolean mm_simtech_parse_missed_call_urc (GMatchInfo *match_info, + gchar **details, + GError **error); + /*****************************************************************************/ /* Non-standard CRING URC helpers */ -- cgit v1.2.3-70-g09d2