From 9400c20280ebddad572227816550d3b30aa152df Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Fri, 11 Oct 2019 18:18:55 +0200 Subject: [PATCH] add changelog and bump version for 19.09 --- CHANGELOG | 11 +++++++++++ cmake/modules/SRSLTEVersion.cmake | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0f231f634..deec9f582 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/cmake/modules/SRSLTEVersion.cmake b/cmake/modules/SRSLTEVersion.cmake index 72b61c706..8ac3006fa 100644 --- a/cmake/modules/SRSLTEVersion.cmake +++ b/cmake/modules/SRSLTEVersion.cmake @@ -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}")