add changelog and bump version for 19.09

This commit is contained in:
Andre Puschmann 2019-10-11 18:18:55 +02:00
parent e67f66e539
commit 9400c20280
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,17 @@
Change Log for Releases
==============================
## 19.09
* Add initial support for NR in MAC/RLC/PDCP
* Add sync code for NB-IoT
* Add support for EIA3/EEA3 (i.e. ZUC)
* Add support for CSFB in srsENB
* Add adaptation layer to run TTCN-3 conformance tests for srsUE
* Add High Speed Train model to channel simulator
* Rework RRC and NAS layer and make them non-blocking
* Fixes in ZMQ, bladeRF and Soapy RF modules
* Other bug-fixes and improved stability and performance in all parts
## 19.06
* Add QAM256 support in srsUE
* Add QoS support in srsUE

View File

@ -19,6 +19,6 @@
#
SET(SRSLTE_VERSION_MAJOR 19)
SET(SRSLTE_VERSION_MINOR 6)
SET(SRSLTE_VERSION_MINOR 9)
SET(SRSLTE_VERSION_PATCH 0)
SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")