diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-08-08 10:57:34 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-10-12 11:29:52 +0200 |
commit | a4466e83b71effb49d31d7fcbfe1f34c528fb547 (patch) | |
tree | 44b820b0728bcaa010a206f456f4f0bc475a7219 /plugins/ublox/mm-modem-helpers-ublox.h | |
parent | 3a886d848dadd98eda8dff354c1d10450d7613fe (diff) |
ublox: new +URAT=? 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 c97724da..2e25a10e 100644 --- a/plugins/ublox/mm-modem-helpers-ublox.h +++ b/plugins/ublox/mm-modem-helpers-ublox.h @@ -57,4 +57,10 @@ gboolean mm_ublox_parse_uipaddr_response (const gchar *response, gchar **out_ipv6_link_local_address, GError **error); +/*****************************************************************************/ +/* URAT=? response parser */ + +GArray *mm_ublox_parse_urat_test_response (const gchar *response, + GError **error); + #endif /* MM_MODEM_HELPERS_UBLOX_H */ |