changelog,cmake: add 22.04.1 changes and bump CMake version

This commit is contained in:
Andre Puschmann 2022-07-21 13:04:58 +02:00
parent 0c1a7018ec
commit 633959f71c
2 changed files with 7 additions and 1 deletions

View File

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

View File

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