bump version and add changelog for 18.09

master
Andre Puschmann 6 years ago
parent 93d17fed3e
commit 30834968b2

@ -1,6 +1,16 @@
Change Log for Releases 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 ## 18.06.1
* Fixed RLC reestablish * Fixed RLC reestablish
* Fixed aperiodic QCI retx * Fixed aperiodic QCI retx

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

Loading…
Cancel
Save