From 8cdf45c66c3c2660ed7e49e1edf241b30f7c037c Mon Sep 17 00:00:00 2001 From: Ben Chan Date: Wed, 28 May 2014 23:13:14 -0700 Subject: core: add E-UTRAN operating band 44 E-UTRAN operating band 44 is specified in 3GPP release 11 (see Table 5.5-1 "E-UTRA operating bands" in 3GPP TS 36.101 version 11.2.0 Release 11). --- src/mm-modem-helpers-qmi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/mm-modem-helpers-qmi.c b/src/mm-modem-helpers-qmi.c index 4a818ecb..c673697f 100644 --- a/src/mm-modem-helpers-qmi.c +++ b/src/mm-modem-helpers-qmi.c @@ -270,6 +270,7 @@ static const DmsLteBandsMap dms_lte_bands_map [] = { * - MM_MODEM_BAND_EUTRAN_XXII * - MM_MODEM_BAND_EUTRAN_XXIII * - MM_MODEM_BAND_EUTRAN_XXVI + * - MM_MODEM_BAND_EUTRAN_XLIV */ }; @@ -446,6 +447,7 @@ static const NasLteBandsMap nas_lte_bands_map [] = { * - MM_MODEM_BAND_EUTRAN_XXII * - MM_MODEM_BAND_EUTRAN_XXIII * - MM_MODEM_BAND_EUTRAN_XXVI + * - MM_MODEM_BAND_EUTRAN_XLIV */ }; @@ -493,7 +495,7 @@ mm_modem_bands_to_qmi_band_preference (GArray *mm_bands, band = g_array_index (mm_bands, MMModemBand, i); - if (band <= MM_MODEM_BAND_EUTRAN_XLIII && + if (band <= MM_MODEM_BAND_EUTRAN_XLIV && band >= MM_MODEM_BAND_EUTRAN_I) { /* Add LTE band preference */ guint j; -- cgit v1.2.3-70-g09d2