aboutsummaryrefslogtreecommitdiff
path: root/plugins/cinterion/mm-modem-helpers-cinterion.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-06-25 15:04:09 +0200
committerAleksander Morgado <aleksander@aleksander.es>2014-06-25 15:04:09 +0200
commit58d2806f4cceba6adde76d5df8f0781129bc7e1f (patch)
treeb677e64d2041029b2663953e7b2807a40fbea978 /plugins/cinterion/mm-modem-helpers-cinterion.h
parent08ecc147221b6f02c6db83d16b7c241efdfbc91e (diff)
cinterion: new 'AT+CNMI=?' parser helper
Diffstat (limited to 'plugins/cinterion/mm-modem-helpers-cinterion.h')
-rw-r--r--plugins/cinterion/mm-modem-helpers-cinterion.h11
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 ecc10460..d37bcb07 100644
--- a/plugins/cinterion/mm-modem-helpers-cinterion.h
+++ b/plugins/cinterion/mm-modem-helpers-cinterion.h
@@ -35,6 +35,17 @@ gboolean mm_cinterion_parse_scfg_response (const gchar *response,
GError **error);
/*****************************************************************************/
+/* +CNMI test parser */
+
+gboolean mm_cinterion_parse_cnmi_test (const gchar *response,
+ GArray **supported_mode,
+ GArray **supported_mt,
+ GArray **supported_bm,
+ GArray **supported_ds,
+ GArray **supported_bfr,
+ GError **error);
+
+/*****************************************************************************/
/* Build Cinterion-specific band value */
gboolean mm_cinterion_build_band (GArray *bands,