Skip to content

Commit 633959f

Browse files
changelog,cmake: add 22.04.1 changes and bump CMake version
1 parent 0c1a701 commit 633959f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log for Releases
22
=======================
33

4+
## 22.04.1
5+
* Various bug fixes in RLC AM and PDCP for NR
6+
* Fix crash when UE attempted to reestablish in SA
7+
* Remove fixed coreset0 index for SSB
8+
* Add support for SIB5 and SIB6 transmission in LTE
9+
410
## 22.04
511
* Added baseline 5G-SA support to srsUE and srsENB
612
* Added dynamic loading of RF libraries

cmake/modules/SRSRANVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
SET(SRSRAN_VERSION_MAJOR 22)
1010
SET(SRSRAN_VERSION_MINOR 04)
11-
SET(SRSRAN_VERSION_PATCH 0)
11+
SET(SRSRAN_VERSION_PATCH 1)
1212
SET(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}")
1313
SET(SRSRAN_SOVERSION 0)

0 commit comments

Comments
 (0)