aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-19 10:49:36 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 14:28:14 +0100
commit1359c0a9282d46f7cc84786bd2a5ac6033d371d8 (patch)
treea5dc3224c93334f6da955562a0460cf0511c91fe /src/mm-modem-helpers.h
parent4315208cfa572d83f5c385f746de8bde46aa2f45 (diff)
modem-helpers: updated the string to access technology converter
We can now return a mask of flags specifying more than one access technology, and therefore the order is not really important any more, unless for special cases like looking for substrings of valid expected strings (e.g "HSPA" and "HSPA+"). Also, add "LTE" in the list of expected strings.
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 3926a00c..7231c8f4 100644
--- a/src/mm-modem-helpers.h
+++ b/src/mm-modem-helpers.h
@@ -114,7 +114,7 @@ gchar *mm_3gpp_parse_operator (const gchar *reply,
char *mm_gsm_get_facility_name (MMModemGsmFacility facility);
-MMModemGsmAccessTech mm_gsm_string_to_access_tech (const char *string);
+MMModemAccessTechnology mm_3gpp_string_to_access_tech (const gchar *string);
char *mm_create_device_identifier (guint vid,
guint pid,