diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-16 18:03:53 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-16 18:04:47 +0200 |
commit | 5316e9e4e56faa606c2ae4f19087ae98b8c3944d (patch) | |
tree | 2b4557f8d33aa319bf9933f887709dc3327dd399 /plugins/simtech/mm-modem-helpers-simtech.h | |
parent | eb66e8ae6844dfd065b68523bc9b5e3b2bf0d979 (diff) |
simtech: handle 'MISSED_CALL' URCs
https://source.puri.sm/Librem5/ModemManager/issues/6
Diffstat (limited to 'plugins/simtech/mm-modem-helpers-simtech.h')
-rw-r--r-- | plugins/simtech/mm-modem-helpers-simtech.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -46,6 +46,14 @@ gboolean mm_simtech_parse_voice_call_urc (GMatchInfo *match_info, 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 */ GRegex *mm_simtech_get_cring_urc_regex (void); |