aboutsummaryrefslogtreecommitdiff
path: root/plugins/cinterion/mm-modem-helpers-cinterion.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-02-26 15:51:11 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-02-28 16:35:18 +0100
commite6430acaaaa56eae95206a564109e2a04c99e7c5 (patch)
tree00e494a98dc76df790df293d34e413810d8da6ae /plugins/cinterion/mm-modem-helpers-cinterion.h
parent82067915d16a5e367346a3b62489b6efcb19f834 (diff)
cinterion: add helper to parse AT^SCFG="Radio/Band" response in 3G devices
Diffstat (limited to 'plugins/cinterion/mm-modem-helpers-cinterion.h')
-rw-r--r--plugins/cinterion/mm-modem-helpers-cinterion.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/cinterion/mm-modem-helpers-cinterion.h b/plugins/cinterion/mm-modem-helpers-cinterion.h
index f71f951f..aa9f96aa 100644
--- a/plugins/cinterion/mm-modem-helpers-cinterion.h
+++ b/plugins/cinterion/mm-modem-helpers-cinterion.h
@@ -25,4 +25,11 @@ gboolean mm_cinterion_parse_scfg_3g_test (const gchar *response,
GArray **supported_bands,
GError **error);
+/*****************************************************************************/
+/* ^SCFG response parser */
+
+gboolean mm_cinterion_parse_scfg_3g_response (const gchar *response,
+ GArray **bands,
+ GError **error);
+
#endif /* MM_MODEM_HELPERS_CINTERION_H */