add changelog and bump version for srsLTE 20.04

This commit is contained in:
Andre Puschmann 2020-04-30 14:36:08 +02:00
parent 8c82203c74
commit e69cb8a9f7
2 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,15 @@
Change Log for Releases
==============================
=======================
## 20.04
* Carrier Aggregation and Time Alignment in srsENB
* Complete Sidelink PHY layer (all transmission modes)
* Complete NB-IoT PHY downlink signals
* New S1AP packing/unpacking library
* EVM and EPRE measurements
* Remove system timers in srsUE and srsENB
* Refactor eNB to prepare for mobility support
* Other bug-fixes and improved stability and performance in all parts
## 19.12
* Add 5G NR RRC and NGAP ASN1 packing/unpacking

View File

@ -18,7 +18,7 @@
# and at http://www.gnu.org/licenses/.
#
SET(SRSLTE_VERSION_MAJOR 19)
SET(SRSLTE_VERSION_MINOR 12)
SET(SRSLTE_VERSION_MAJOR 20)
SET(SRSLTE_VERSION_MINOR 04)
SET(SRSLTE_VERSION_PATCH 0)
SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")