aboutsummaryrefslogtreecommitdiff
path: root/plugins/simtech/mm-broadband-modem-simtech.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-09-17 13:01:23 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-10-11 09:24:22 +0000
commite1d18afe39550c3ff9bc178d17075e2bb146fac7 (patch)
treec3bc48ebec4468e4dcb2f4c65a18f9dd3a4bc783 /plugins/simtech/mm-broadband-modem-simtech.c
parent61f3c3c8c4a275f3e9320de33720bfb34d7304c8 (diff)
simtech: add support for reporting LTE
Diffstat (limited to 'plugins/simtech/mm-broadband-modem-simtech.c')
-rw-r--r--plugins/simtech/mm-broadband-modem-simtech.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/simtech/mm-broadband-modem-simtech.c b/plugins/simtech/mm-broadband-modem-simtech.c
index eb7c580b..9a55ed40 100644
--- a/plugins/simtech/mm-broadband-modem-simtech.c
+++ b/plugins/simtech/mm-broadband-modem-simtech.c
@@ -79,6 +79,7 @@ simtech_act_to_mm_act (int nsmod)
[5] = MM_MODEM_ACCESS_TECHNOLOGY_HSDPA,
[6] = MM_MODEM_ACCESS_TECHNOLOGY_HSUPA,
[7] = MM_MODEM_ACCESS_TECHNOLOGY_HSPA,
+ [8] = MM_MODEM_ACCESS_TECHNOLOGY_LTE,
};
return (nsmod < G_N_ELEMENTS (simtech_act_to_mm_act_map) ? simtech_act_to_mm_act_map[nsmod] : MM_MODEM_ACCESS_TECHNOLOGY_UNKNOWN);