diff options
author | Alexey Orishko <alexey.orishko@disruptive-technologies.com> | 2022-10-15 23:06:23 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-10-17 10:39:20 +0000 |
commit | 1c4ba762954f93889de1b69620c9bcf7c3e4c0c8 (patch) | |
tree | 64fc8d4953518d5cef46f727b3f4f8e601c394e7 | |
parent | 8ecc0f64e40ae95ecf57e8c163b16b082927c0b0 (diff) |
plugin, telit: set last band to EUTRAN_85
Modems based on MDM9205 chipset support LTE Band 85, thus last define
was changed to reflect that band
-rw-r--r-- | plugins/telit/mm-modem-helpers-telit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/telit/mm-modem-helpers-telit.c b/plugins/telit/mm-modem-helpers-telit.c index 91f4b854..c0df8093 100644 --- a/plugins/telit/mm-modem-helpers-telit.c +++ b/plugins/telit/mm-modem-helpers-telit.c @@ -187,7 +187,7 @@ initialize_telit_3g_to_mm_band_masks (void) #define B4G_FLAG(band) (((guint64) 1) << (band - MM_MODEM_BAND_TELIT_4G_FIRST)) #define MM_MODEM_BAND_TELIT_EXT_4G_FIRST MM_MODEM_BAND_EUTRAN_65 -#define MM_MODEM_BAND_TELIT_EXT_4G_LAST MM_MODEM_BAND_EUTRAN_71 +#define MM_MODEM_BAND_TELIT_EXT_4G_LAST MM_MODEM_BAND_EUTRAN_85 #define B4G_FLAG_EXT(band) (((guint64) 1) << (band - MM_MODEM_BAND_TELIT_EXT_4G_FIRST)) |