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)