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