aboutsummaryrefslogtreecommitdiff
path: root/plugins/cinterion/mm-modem-helpers-cinterion.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-02-26 16:23:27 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-02-28 16:35:18 +0100
commit87d867c8aedf59a55fdbed358e252592fc86fc35 (patch)
tree2b5803e56a8c65d9c4d23792770e28bbdea21150 /plugins/cinterion/mm-modem-helpers-cinterion.h
parente6430acaaaa56eae95206a564109e2a04c99e7c5 (diff)
cinterion: add helper to build Cinterion band mask
Diffstat (limited to 'plugins/cinterion/mm-modem-helpers-cinterion.h')
-rw-r--r--plugins/cinterion/mm-modem-helpers-cinterion.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/cinterion/mm-modem-helpers-cinterion.h b/plugins/cinterion/mm-modem-helpers-cinterion.h
index aa9f96aa..bdde2db2 100644
--- a/plugins/cinterion/mm-modem-helpers-cinterion.h
+++ b/plugins/cinterion/mm-modem-helpers-cinterion.h
@@ -32,4 +32,12 @@ gboolean mm_cinterion_parse_scfg_3g_response (const gchar *response,
GArray **bands,
GError **error);
+/*****************************************************************************/
+/* Build Cinterion-specific band value */
+
+gboolean mm_cinterion_build_band (GArray *bands,
+ guint supported,
+ guint *out_band,
+ GError **error);
+
#endif /* MM_MODEM_HELPERS_CINTERION_H */