changelog: add 23.04 changelog

master
yagoda 2 years ago committed by Andre Puschmann
parent 0f628ca28f
commit 337e1aba98

@ -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

@ -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)

Loading…
Cancel
Save