From a502fd2b19551ce2c1e3cd82bca01de27f123ca5 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sat, 1 Jan 2011 11:55:41 -0600 Subject: gsm: add access technology support for HSPA+ --- src/mm-modem-helpers.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mm-modem-helpers.c') diff --git a/src/mm-modem-helpers.c b/src/mm-modem-helpers.c index 25998b1f..d470f4f6 100644 --- a/src/mm-modem-helpers.c +++ b/src/mm-modem-helpers.c @@ -785,7 +785,9 @@ mm_gsm_string_to_access_tech (const char *string) /* Better technologies are listed first since modems sometimes say * stuff like "GPRS/EDGE" and that should be handled as EDGE. */ - if (strcasestr (string, "HSPA")) + if (strcasestr (string, "HSPA+")) + return MM_MODEM_GSM_ACCESS_TECH_HSPA_PLUS; + else if (strcasestr (string, "HSPA")) return MM_MODEM_GSM_ACCESS_TECH_HSPA; else if (strcasestr (string, "HSDPA/HSUPA")) return MM_MODEM_GSM_ACCESS_TECH_HSPA; -- cgit v1.2.3-70-g09d2