Merge branch 'next' into agpl_next

master
Codebot 2 years ago committed by SRS codebot
commit 6a7b483539

@ -1,5 +1,14 @@
Change Log for Releases 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 ## 22.10
* Fix DL NAS integrity checks in srsUE * Fix DL NAS integrity checks in srsUE

@ -18,8 +18,8 @@
# and at http://www.gnu.org/licenses/. # and at http://www.gnu.org/licenses/.
# #
SET(SRSRAN_VERSION_MAJOR 22) SET(SRSRAN_VERSION_MAJOR 23)
SET(SRSRAN_VERSION_MINOR 10) SET(SRSRAN_VERSION_MINOR 04)
SET(SRSRAN_VERSION_PATCH 0) SET(SRSRAN_VERSION_PATCH 0)
SET(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}") SET(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}")
SET(SRSRAN_SOVERSION 0) SET(SRSRAN_SOVERSION 0)

Loading…
Cancel
Save