diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-26 15:12:43 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-28 16:35:18 +0100 |
commit | 82067915d16a5e367346a3b62489b6efcb19f834 (patch) | |
tree | df67d6f913182a5b1378e692ad1b7da73bfa2633 /plugins/cinterion/mm-modem-helpers-cinterion.h | |
parent | e6cfa57c608a4097c9d63067f8dba261b3cddfe4 (diff) |
cinterion: use AT^SCFG=? to parse supported bands in 3G devices
Diffstat (limited to 'plugins/cinterion/mm-modem-helpers-cinterion.h')
-rw-r--r-- | plugins/cinterion/mm-modem-helpers-cinterion.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/cinterion/mm-modem-helpers-cinterion.h b/plugins/cinterion/mm-modem-helpers-cinterion.h new file mode 100644 index 00000000..f71f951f --- /dev/null +++ b/plugins/cinterion/mm-modem-helpers-cinterion.h @@ -0,0 +1,28 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details: + * + * Copyright (C) 2014 Aleksander Morgado <aleksander@aleksander.es> + */ + +#ifndef MM_MODEM_HELPERS_CINTERION_H +#define MM_MODEM_HELPERS_CINTERION_H + +#include "glib.h" + +/*****************************************************************************/ +/* ^SCFG test parser */ + +gboolean mm_cinterion_parse_scfg_3g_test (const gchar *response, + GArray **supported_bands, + GError **error); + +#endif /* MM_MODEM_HELPERS_CINTERION_H */ |