aboutsummaryrefslogtreecommitdiff
path: root/plugins/cinterion/mm-modem-helpers-cinterion.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-03-03 14:33:12 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-03-03 14:33:12 +0100
commit191168e3ef2796eb9d06414c384482d88c3bb5ee (patch)
tree26373e39b2b282993f81ef04e5438acec85f83cd /plugins/cinterion/mm-modem-helpers-cinterion.h
parentf20724ec3f5bb4ad9821059021a5d4ee1d74528c (diff)
cinterion: after SIM unlock, query SIM status until ready
Diffstat (limited to 'plugins/cinterion/mm-modem-helpers-cinterion.h')
-rw-r--r--plugins/cinterion/mm-modem-helpers-cinterion.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/cinterion/mm-modem-helpers-cinterion.h b/plugins/cinterion/mm-modem-helpers-cinterion.h
index f4c982f6..ecc10460 100644
--- a/plugins/cinterion/mm-modem-helpers-cinterion.h
+++ b/plugins/cinterion/mm-modem-helpers-cinterion.h
@@ -43,4 +43,13 @@ gboolean mm_cinterion_build_band (GArray *bands,
guint *out_band,
GError **error);
+/*****************************************************************************/
+/* Single ^SIND response parser */
+
+gboolean mm_cinterion_parse_sind_response (const gchar *response,
+ gchar **description,
+ guint *mode,
+ guint *value,
+ GError **error);
+
#endif /* MM_MODEM_HELPERS_CINTERION_H */