[PATCH] mm-modem-helpers-cinterion: update band table for PLS8-J
matthew stanger
stangerm2 at gmail.com
Mon Jul 30 15:59:05 UTC 2018
+1
On Mon, Jul 30, 2018 at 9:26 AM, Reinhard Speyerer <rspmn at arcor.de> wrote:
> 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.
> ---
> plugins/cinterion/mm-modem-helpers-cinterion.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/plugins/cinterion/mm-modem-helpers-cinterion.c b/plugins/cinterion/mm-modem-helpers-cinterion.c
> index c40ce998..86cea6c1 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 */
> _______________________________________________
> ModemManager-devel mailing list
> ModemManager-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
More information about the ModemManager-devel
mailing list