From d48ce8a07a6365cbd3700f943ee037484481da31 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Mon, 25 Oct 2021 21:39:33 +0200 Subject: [PATCH] add changelog and bump version for 21.10 --- CHANGELOG | 8 ++++++++ cmake/modules/SRSRANVersion.cmake | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0569c19bd..bdc185dc0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,14 @@ Change Log for Releases ======================= +## 21.10 + * Add initial 5G NSA support to srsENB (tested with OnePlus 5G Nord) + * Improved interoperability of srsUE in NSA mode + * Added enhanced instrumentation to file using JSON format + * Fixed stability issues with Ettus N310 + * Added BLER-adaptive MCS scheduling to srsENB + * Other bug-fixes and improved stability and performance in all parts + ## 21.04 * Rename project from srsLTE to srsRAN * Add initial 5G NSA support to srsUE (including x86-optimized FEC and PHY layer) diff --git a/cmake/modules/SRSRANVersion.cmake b/cmake/modules/SRSRANVersion.cmake index 51559a0af..6bb1e6ebe 100644 --- a/cmake/modules/SRSRANVersion.cmake +++ b/cmake/modules/SRSRANVersion.cmake @@ -7,7 +7,7 @@ # SET(SRSRAN_VERSION_MAJOR 21) -SET(SRSRAN_VERSION_MINOR 04) +SET(SRSRAN_VERSION_MINOR 10) SET(SRSRAN_VERSION_PATCH 0) SET(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}") SET(SRSRAN_SOVERSION 0)