diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-26 20:42:15 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-28 16:35:18 +0100 |
commit | c1e2a3a5bc686f310a705724e806d058f3cee68c (patch) | |
tree | 0041add5ebe34cd062dff9c889307dd8a416b57c /plugins/cinterion/mm-modem-helpers-cinterion.h | |
parent | 0877f68a8481c5d011652831cfe523f7a629604e (diff) |
cinterion: consolidate current bands loading for 2G and 3G devices
Diffstat (limited to 'plugins/cinterion/mm-modem-helpers-cinterion.h')
-rw-r--r-- | plugins/cinterion/mm-modem-helpers-cinterion.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/cinterion/mm-modem-helpers-cinterion.h b/plugins/cinterion/mm-modem-helpers-cinterion.h index c4d8eff5..43b8ba84 100644 --- a/plugins/cinterion/mm-modem-helpers-cinterion.h +++ b/plugins/cinterion/mm-modem-helpers-cinterion.h @@ -29,9 +29,10 @@ gboolean mm_cinterion_parse_scfg_test (const gchar *response, /*****************************************************************************/ /* ^SCFG response parser */ -gboolean mm_cinterion_parse_scfg_3g_response (const gchar *response, - GArray **bands, - GError **error); +gboolean mm_cinterion_parse_scfg_response (const gchar *response, + MMModemCharset charset, + GArray **bands, + GError **error); /*****************************************************************************/ /* Build Cinterion-specific band value */ |