changelog,cmake: add 22.04.1 changes and bump CMake version

master
Andre Puschmann 2 years ago
parent 0c1a7018ec
commit 633959f71c

@ -1,6 +1,12 @@
Change Log for Releases 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 ## 22.04
* Added baseline 5G-SA support to srsUE and srsENB * Added baseline 5G-SA support to srsUE and srsENB
* Added dynamic loading of RF libraries * Added dynamic loading of RF libraries

@ -8,6 +8,6 @@
SET(SRSRAN_VERSION_MAJOR 22) SET(SRSRAN_VERSION_MAJOR 22)
SET(SRSRAN_VERSION_MINOR 04) 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_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}")
SET(SRSRAN_SOVERSION 0) SET(SRSRAN_SOVERSION 0)

Loading…
Cancel
Save