aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-05-04 17:38:36 -0500
committerDan Williams <dcbw@redhat.com>2012-05-04 17:38:36 -0500
commit90f4a034b203d08a3c1a04fcdb6bbbf16d982b7a (patch)
tree1901ad68ad8b13b47f79260349d4b7c6552e3012 /src/mm-modem-helpers.h
parent1e024c711abf303aa2ff53676ad1bbd3dfceb982 (diff)
modem-helpers: recognize 3GPP2 access tech strings too
Various Gobi-based devices (USB551L, probably Gobis too) can report EVDO and 1X as the current RAT from CNTI so parse that here too.
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h
index 10ec800e..8da0a176 100644
--- a/src/mm-modem-helpers.h
+++ b/src/mm-modem-helpers.h
@@ -147,7 +147,7 @@ GByteArray *mm_3gpp_parse_cind_read_response (const gchar *reply,
MMModem3gppFacility mm_3gpp_acronym_to_facility (const gchar *str);
gchar *mm_3gpp_facility_to_acronym (MMModem3gppFacility facility);
-MMModemAccessTechnology mm_3gpp_string_to_access_tech (const gchar *string);
+MMModemAccessTechnology mm_string_to_access_tech (const gchar *string);
gchar *mm_3gpp_parse_operator (const gchar *reply,
MMModemCharset cur_charset);