diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-08-12 11:36:48 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-10-12 13:24:09 +0200 |
commit | 09c9ca5749f2fc59e5d1adf84eb3a0e0c9a58cff (patch) | |
tree | 382f908c5f2dfa31a0a8f6689cb9464304f95b6a /plugins/ublox/mm-modem-helpers-ublox.h | |
parent | 4632836d40af6831835ecea2561be53676c578bd (diff) |
ublox: new +UBANDSEL? response parser
Diffstat (limited to 'plugins/ublox/mm-modem-helpers-ublox.h')
-rw-r--r-- | plugins/ublox/mm-modem-helpers-ublox.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ublox/mm-modem-helpers-ublox.h b/plugins/ublox/mm-modem-helpers-ublox.h index 97a0c797..bd4f5e2b 100644 --- a/plugins/ublox/mm-modem-helpers-ublox.h +++ b/plugins/ublox/mm-modem-helpers-ublox.h @@ -95,6 +95,12 @@ GArray *mm_ublox_get_supported_bands (const gchar *model, GError **error); /*****************************************************************************/ +/* UBANDSEL? response parser */ + +GArray *mm_ublox_parse_ubandsel_response (const gchar *response, + GError **error); + +/*****************************************************************************/ /* Get mode to apply when ANY */ MMModemMode mm_ublox_get_modem_mode_any (const GArray *combinations); |