diff options
Diffstat (limited to 'plugins/ublox/mm-modem-helpers-ublox.h')
-rw-r--r-- | plugins/ublox/mm-modem-helpers-ublox.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/ublox/mm-modem-helpers-ublox.h b/plugins/ublox/mm-modem-helpers-ublox.h index 2e25a10e..631bbf99 100644 --- a/plugins/ublox/mm-modem-helpers-ublox.h +++ b/plugins/ublox/mm-modem-helpers-ublox.h @@ -63,4 +63,12 @@ gboolean mm_ublox_parse_uipaddr_response (const gchar *response, GArray *mm_ublox_parse_urat_test_response (const gchar *response, GError **error); +/*****************************************************************************/ +/* Model-based supported modes filtering */ + +GArray *mm_ublox_filter_supported_modes (const gchar *model, + GArray *combinations, + GError **error); + + #endif /* MM_MODEM_HELPERS_UBLOX_H */ |