From edda1f730ad6cc412eb681532d2dfbff206bb692 Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Mon, 22 Jun 2020 12:19:04 +0200 Subject: [PATCH] srsLTE: Placeholder Band correction --- lib/src/phy/common/phy_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/phy/common/phy_common.c b/lib/src/phy/common/phy_common.c index 32220b9a8..5fe1505bd 100644 --- a/lib/src/phy/common/phy_common.c +++ b/lib/src/phy/common/phy_common.c @@ -572,7 +572,7 @@ struct lte_band lte_bands[SRSLTE_NOF_LTE_BANDS] = { {50, 1432, 58240, 0, 0, SRSLTE_BAND_GEO_AREA_ALL}, {51, 1427, 59090, 0, 0, SRSLTE_BAND_GEO_AREA_ALL}, {52, 3300, 59140, 0, 0, SRSLTE_BAND_GEO_AREA_ALL}, - {64, 0, 60139, 27809, 0, SRSLTE_BAND_GEO_AREA_ALL}, + {64, 0, 60140, 27810, 0, SRSLTE_BAND_GEO_AREA_ALL}, // <- Placeholder band, not defined by 3GPP {65, 2110, 65536, 131072, 190, SRSLTE_BAND_GEO_AREA_ALL}, {66, 2110, 66436, 131972, 400, SRSLTE_BAND_GEO_AREA_NAR}, {67, 738, 67336, 0, 0, SRSLTE_BAND_GEO_AREA_EMEA},