summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Speyerer <rspmn@arcor.de>2018-07-30 17:26:46 +0200
committerAleksander Morgado <aleksander@aleksander.es>2018-07-30 21:22:07 +0200
commitebe9fcd57445460c3a37f7a82dc67843fb07a5cb (patch)
treef8e7f60a1d60f57c516ff595bc1de0b5dc9cece7
parenta160832fced9c1e944e119ffdb47ff6460abc8aa (diff)
downloadModemManager-ebe9fcd57445460c3a37f7a82dc67843fb07a5cb.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.
-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 */