Skip to content

Commit

Permalink
Merge branch 'next' into agpl_next
Browse files Browse the repository at this point in the history
  • Loading branch information
srs-codebot committed Apr 24, 2023
2 parents 1bac152 + 337e1ab commit 6a7b483
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions cmake/modules/SRSRANVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# and at http://www.gnu.org/licenses/.
#

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)

0 comments on commit 6a7b483

Please sign in to comment.