diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-09 13:55:24 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-11 23:21:00 +0200 |
commit | fe11a3fa1f96471c335e007b45508f0ca3642aca (patch) | |
tree | 7fdc62c36e256b9b1f03a299094ba0c552cb3a93 /plugins/cinterion/mm-modem-helpers-cinterion.h | |
parent | b9a3290871166a7044d9db2f701e36cccc20d13f (diff) |
cinterion: new +CTZU URC parser
Diffstat (limited to 'plugins/cinterion/mm-modem-helpers-cinterion.h')
-rw-r--r-- | plugins/cinterion/mm-modem-helpers-cinterion.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/cinterion/mm-modem-helpers-cinterion.h b/plugins/cinterion/mm-modem-helpers-cinterion.h index 43a39d18..6b972048 100644 --- a/plugins/cinterion/mm-modem-helpers-cinterion.h +++ b/plugins/cinterion/mm-modem-helpers-cinterion.h @@ -22,6 +22,8 @@ #include <ModemManager.h> #include <mm-base-bearer.h> +#define _LIBMM_INSIDE_MM +#include <libmm-glib.h> /*****************************************************************************/ /* ^SCFG test parser */ @@ -98,4 +100,13 @@ gboolean mm_cinterion_parse_slcc_list (const gchar *str, GError **error); void mm_cinterion_call_info_list_free (GList *call_info_list); +/*****************************************************************************/ +/* +CTZU URC helpers */ + +GRegex *mm_cinterion_get_ctzu_regex (void); +gboolean mm_cinterion_parse_ctzu_urc (GMatchInfo *match_info, + gchar **iso8601p, + MMNetworkTimezone **tzp, + GError **error); + #endif /* MM_MODEM_HELPERS_CINTERION_H */ |