Skip to content

Commit

Permalink
changelog,cmake: add 22.04.1 changes and bump CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepuschmann committed Jul 27, 2022
1 parent 0c1a701 commit 633959f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log for Releases
=======================

## 22.04.1
* Various bug fixes in RLC AM and PDCP for NR
* Fix crash when UE attempted to reestablish in SA
* Remove fixed coreset0 index for SSB
* Add support for SIB5 and SIB6 transmission in LTE

## 22.04
* Added baseline 5G-SA support to srsUE and srsENB
* Added dynamic loading of RF libraries
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/SRSRANVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

SET(SRSRAN_VERSION_MAJOR 22)
SET(SRSRAN_VERSION_MINOR 04)
SET(SRSRAN_VERSION_PATCH 0)
SET(SRSRAN_VERSION_PATCH 1)
SET(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}")
SET(SRSRAN_SOVERSION 0)

0 comments on commit 633959f

Please sign in to comment.