modem-helpers: new CMGF format query result parser

This commit is contained in:
Aleksander Morgado
2012-02-01 09:42:29 +01:00
parent 4c6765857b
commit 2bb43e0020
2 changed files with 62 additions and 0 deletions

View File

@@ -64,6 +64,11 @@ gboolean mm_3gpp_parse_creg_response (GMatchInfo *info,
gboolean *out_cgreg,
GError **error);
gboolean mm_3gpp_parse_cmgf_format_response (const gchar *reply,
gboolean *sms_pdu_supported,
gboolean *sms_text_supported,
GError **error);
GRegex *mm_3gpp_ciev_regex_get (void);
GRegex *mm_3gpp_cusd_regex_get (void);