diff --git a/CHANGELOG b/CHANGELOG index cc331753d..063210afe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,14 @@ Change Log for Releases ======================= +## 23.04 + * Introduced configurable s1 connection timer + * Added reestablishment support during S1-Handover + * Added basic support for NSSAI based slicing in UE & gNodeB + * Updated the RRC to enable srsUE compatibility with new srsgnb + * Updated eMBMS to fix various outstanding issues + * Added basic support for RIC E2 interface + * other bug-fixes and improved stability and performance in all parts + ## 22.10 * Fix DL NAS integrity checks in srsUE diff --git a/cmake/modules/SRSRANVersion.cmake b/cmake/modules/SRSRANVersion.cmake index 1230d4026..f0337816d 100644 --- a/cmake/modules/SRSRANVersion.cmake +++ b/cmake/modules/SRSRANVersion.cmake @@ -6,8 +6,8 @@ # the distribution. # -SET(SRSRAN_VERSION_MAJOR 22) -SET(SRSRAN_VERSION_MINOR 10) +SET(SRSRAN_VERSION_MAJOR 23) +SET(SRSRAN_VERSION_MINOR 04) SET(SRSRAN_VERSION_PATCH 0) SET(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}") SET(SRSRAN_SOVERSION 0)