summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Speyerer <rspmn@arcor.de>2018-07-30 17:26:46 +0200
committerAleksander Morgado <aleksander@aleksander.es>2018-09-22 10:09:18 +0200
commit950883d87d80a1206c9773de4d841463c4e72663 (patch)
treed91957d33be661d4a22367cb1b4044d932db4962
parentdb76ab5f4495c43136c514b5d0495a406b1e0f28 (diff)
downloadModemManager-950883d87d80a1206c9773de4d841463c4e72663.tar.gz
mm-modem-helpers-cinterion: update band table for PLS8-J
The default AT^SCFG="Radio/Band" value for Cinterion PLS8-J devices is "16819472". Add UMTS band 19 and LTE band 19 entries based on the information given in the PLS8 datasheet. (cherry picked from commit ebe9fcd57445460c3a37f7a82dc67843fb07a5cb)
-rw-r--r--plugins/cinterion/mm-modem-helpers-cinterion.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/cinterion/mm-modem-helpers-cinterion.c b/plugins/cinterion/mm-modem-helpers-cinterion.c
index c40ce9986..86cea6c1c 100644
--- a/plugins/cinterion/mm-modem-helpers-cinterion.c
+++ b/plugins/cinterion/mm-modem-helpers-cinterion.c
@@ -52,6 +52,7 @@ static const CinterionBand cinterion_bands[] = {
{ (1 << 7), MM_MODEM_BAND_UTRAN_8 },
{ (1 << 8), MM_MODEM_BAND_UTRAN_6 },
{ (1 << 9), MM_MODEM_BAND_UTRAN_4 },
+ { (1 << 10), MM_MODEM_BAND_UTRAN_19 },
{ (1 << 12), MM_MODEM_BAND_UTRAN_3 },
{ (1 << 13), MM_MODEM_BAND_EUTRAN_1 },
{ (1 << 14), MM_MODEM_BAND_EUTRAN_2 },
@@ -62,7 +63,8 @@ static const CinterionBand cinterion_bands[] = {
{ (1 << 19), MM_MODEM_BAND_EUTRAN_8 },
{ (1 << 20), MM_MODEM_BAND_EUTRAN_17 },
{ (1 << 21), MM_MODEM_BAND_EUTRAN_20 },
- { (1 << 22), MM_MODEM_BAND_EUTRAN_13 }
+ { (1 << 22), MM_MODEM_BAND_EUTRAN_13 },
+ { (1 << 24), MM_MODEM_BAND_EUTRAN_19 }
};
/* Check valid combinations in 2G-only devices */