update readme and bump version of 20.04.2

master
Andre Puschmann 4 years ago
parent 00ac85e1b3
commit ffb9f60e1a

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

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

Loading…
Cancel
Save