update readme and bump version of 20.04.2

This commit is contained in:
Andre Puschmann 2020-09-13 21:07:04 +02:00
parent 9e7d881bc8
commit 0ec49a7b19
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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}")