From e69cb8a9f7b457714338b4006ee9eda4b6c363d6 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Thu, 30 Apr 2020 14:36:08 +0200 Subject: [PATCH] add changelog and bump version for srsLTE 20.04 --- CHANGELOG | 12 +++++++++++- cmake/modules/SRSLTEVersion.cmake | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d2d7ef646..bffda7ef6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,15 @@ Change Log for Releases -============================== +======================= + +## 20.04 + * Carrier Aggregation and Time Alignment in srsENB + * Complete Sidelink PHY layer (all transmission modes) + * Complete NB-IoT PHY downlink signals + * New S1AP packing/unpacking library + * EVM and EPRE measurements + * Remove system timers in srsUE and srsENB + * Refactor eNB to prepare for mobility support + * Other bug-fixes and improved stability and performance in all parts ## 19.12 * Add 5G NR RRC and NGAP ASN1 packing/unpacking diff --git a/cmake/modules/SRSLTEVersion.cmake b/cmake/modules/SRSLTEVersion.cmake index 1db7ae6f0..badec151e 100644 --- a/cmake/modules/SRSLTEVersion.cmake +++ b/cmake/modules/SRSLTEVersion.cmake @@ -18,7 +18,7 @@ # and at http://www.gnu.org/licenses/. # -SET(SRSLTE_VERSION_MAJOR 19) -SET(SRSLTE_VERSION_MINOR 12) +SET(SRSLTE_VERSION_MAJOR 20) +SET(SRSLTE_VERSION_MINOR 04) SET(SRSLTE_VERSION_PATCH 0) SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")