From 4a7680145911bc11be34756ba2525a71f53a57e6 Mon Sep 17 00:00:00 2001 From: Mark Rohrbacher Date: Wed, 28 Aug 2019 12:15:28 +0200 Subject: [PATCH] Fixed duplex spacing for bands 65 to 70 --- lib/src/phy/common/phy_common.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/src/phy/common/phy_common.c b/lib/src/phy/common/phy_common.c index 24e9d1643..062a001db 100644 --- a/lib/src/phy/common/phy_common.c +++ b/lib/src/phy/common/phy_common.c @@ -528,12 +528,12 @@ struct lte_band lte_bands[SRSLTE_NOF_LTE_BANDS] = { {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}, - {65, 2110, 65536, 131072, 90, SRSLTE_BAND_GEO_AREA_ALL}, - {66, 2110, 66436, 131972, 90, SRSLTE_BAND_GEO_AREA_NAR}, + {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}, - {68, 753, 67536, 132672, 30, SRSLTE_BAND_GEO_AREA_EMEA}, - {69, 2570, 67836, 0, 50, SRSLTE_BAND_GEO_AREA_EMEA}, - {70, 1995, 68336, 132972, 25, SRSLTE_BAND_GEO_AREA_NAR}, + {68, 753, 67536, 132672, 55, SRSLTE_BAND_GEO_AREA_EMEA}, + {69, 2570, 67836, 0, 0, SRSLTE_BAND_GEO_AREA_EMEA}, + {70, 1995, 68336, 132972, 300, SRSLTE_BAND_GEO_AREA_NAR}, {71, 0, 68586, 133122, 0, SRSLTE_BAND_GEO_AREA_NAR} // dummy band to bound band 70 earfcn };