From 633959f71c050d1c855c38198978d438e1a10a67 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Thu, 21 Jul 2022 13:04:58 +0200 Subject: [PATCH] changelog,cmake: add 22.04.1 changes and bump CMake version --- CHANGELOG | 6 ++++++ cmake/modules/SRSRANVersion.cmake | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 74a35a449..202e5d490 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/cmake/modules/SRSRANVersion.cmake b/cmake/modules/SRSRANVersion.cmake index dc0395289..3da9d2c25 100644 --- a/cmake/modules/SRSRANVersion.cmake +++ b/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}") SET(SRSRAN_SOVERSION 0)