From 30834968b240c29b8ac90b38558eaca4f487044c Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Wed, 10 Oct 2018 16:31:24 +0200 Subject: [PATCH] bump version and add changelog for 18.09 --- CHANGELOG | 10 ++++++++++ cmake/modules/SRSLTEVersion.cmake | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 72831718a..0cc4a20f3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,16 @@ Change Log for Releases ============================== +## 18.09 + * Improved Turbo Decoder performance + * Configurable SGi interface name and M1U params + * Support for GPTU echo mechanism + * Added UE detach capability + * Refactor RLC/PDCP classes + * Various fixes for ARM-based devices + * Added support for bladeRF 2.0 micro + * Many bug-fixes and improved stability and performance in all parts + ## 18.06.1 * Fixed RLC reestablish * Fixed aperiodic QCI retx diff --git a/cmake/modules/SRSLTEVersion.cmake b/cmake/modules/SRSLTEVersion.cmake index e79f7f88e..b4a6a1c58 100644 --- a/cmake/modules/SRSLTEVersion.cmake +++ b/cmake/modules/SRSLTEVersion.cmake @@ -19,6 +19,6 @@ # SET(SRSLTE_VERSION_MAJOR 18) -SET(SRSLTE_VERSION_MINOR 6) -SET(SRSLTE_VERSION_PATCH 1) +SET(SRSLTE_VERSION_MINOR 9) +SET(SRSLTE_VERSION_PATCH 0) SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")