We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1a701 commit 633959fCopy full SHA for 633959f
CHANGELOG
@@ -1,6 +1,12 @@
1
Change Log for Releases
2
=======================
3
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
+
10
## 22.04
11
* Added baseline 5G-SA support to srsUE and srsENB
12
* Added dynamic loading of RF libraries
cmake/modules/SRSRANVersion.cmake
@@ -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}")
13
SET(SRSRAN_SOVERSION 0)
0 commit comments