From 0ec49a7b192da87ef01e5256caa97fab36486a2b Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Sun, 13 Sep 2020 21:07:04 +0200 Subject: [PATCH] update readme and bump version of 20.04.2 --- CHANGELOG | 4 ++++ cmake/modules/SRSLTEVersion.cmake | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3256bba4e..754a75e96 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ Change Log for Releases ======================= +## 20.04.2 + * Fix attach issue for some newer phones due to wrong CQI config + in RRC Connection Reconfiguration message by turning off QAM256 support + ## 20.04.1 * Fix for UE MIMO segfault issue * Fix for eNodeB SR configuration diff --git a/cmake/modules/SRSLTEVersion.cmake b/cmake/modules/SRSLTEVersion.cmake index ba156876e..d238b0662 100644 --- a/cmake/modules/SRSLTEVersion.cmake +++ b/cmake/modules/SRSLTEVersion.cmake @@ -20,5 +20,5 @@ SET(SRSLTE_VERSION_MAJOR 20) SET(SRSLTE_VERSION_MINOR 04) -SET(SRSLTE_VERSION_PATCH 1) +SET(SRSLTE_VERSION_PATCH 2) SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")