aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
authorColin Helliwell <colin.helliwell@ln-systems.com>2018-01-01 18:36:11 +0100
committerAleksander Morgado <aleksander@aleksander.es>2018-01-01 18:37:10 +0100
commit8f26848ef00b343a15904bf7f8cd1a77de795b3e (patch)
tree225e51e5192875b62b4a6ca655398c2f1a5c07d6 /src/mm-modem-helpers.h
parent850107acbfe3878326b695d4ea31f02d2321aa22 (diff)
helpers: move generic load_unlock_retries from Telit plugin
As a precursor to a generic load_unlock_retries method, move the CSIM Response parser from the Telit plugin into the core code.
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h
index 524f05ae..db2888b1 100644
--- a/src/mm-modem-helpers.h
+++ b/src/mm-modem-helpers.h
@@ -394,4 +394,8 @@ gboolean mm_parse_cclk_response (const gchar *response,
MMNetworkTimezone **tzp,
GError **error);
+/* +CSIM response parser */
+gint mm_parse_csim_response (const gchar *response,
+ GError **error);
+
#endif /* MM_MODEM_HELPERS_H */