diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-26 15:51:11 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-28 16:35:18 +0100 |
commit | e6430acaaaa56eae95206a564109e2a04c99e7c5 (patch) | |
tree | 00e494a98dc76df790df293d34e413810d8da6ae /plugins/cinterion/mm-modem-helpers-cinterion.h | |
parent | 82067915d16a5e367346a3b62489b6efcb19f834 (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.h | 7 |
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 */ |