add changelog and bump version 20.10.1

This commit is contained in:
Andre Puschmann 2020-11-18 10:57:37 +01:00
parent ce20cc4c54
commit 8465a41980
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
Change Log for Releases
=======================
## 20.10.1
* Fix bug in srsENB that effectively disabled UL HARQ
## 20.10
* Add Mobility (Intra eNB and S1) and RRC Reestablishment to srsENB
* Add new logging framework

View File

@ -20,6 +20,6 @@
SET(SRSLTE_VERSION_MAJOR 20)
SET(SRSLTE_VERSION_MINOR 10)
SET(SRSLTE_VERSION_PATCH 0)
SET(SRSLTE_VERSION_PATCH 1)
SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")
SET(SRSLTE_SOVERSION 0)