new release and changelog

master
Ismael Gomez 8 years ago
parent a278a10634
commit 04b7212ef0

@ -1,6 +1,15 @@
Change Log for Releases Change Log for Releases
============================== ==============================
## 002.000.000
* Added fully functional srsENB to srsLTE code
* Merged srsUE code into srsLTE and reestructured PHY code
* Added support for SoapySDR devices (eg LimeSDR)
* Fixed issues in RLC AM
* Added support for NEON and AVX in many kernels and Viterbi decoder
* Added support for CPU affinity
* Other minor bug-fixes and new features
## 001.004.000 ## 001.004.000
* Fixed issue in rv for format1C causing incorrect SIB1 decoding in some networks * Fixed issue in rv for format1C causing incorrect SIB1 decoding in some networks
* Improved PDCCH decoding BER (fixed incorrect trellis initialization) * Improved PDCCH decoding BER (fixed incorrect trellis initialization)

@ -18,7 +18,7 @@
# and at http://www.gnu.org/licenses/. # and at http://www.gnu.org/licenses/.
# #
SET(SRSLTE_VERSION_MAJOR 001) SET(SRSLTE_VERSION_MAJOR 002)
SET(SRSLTE_VERSION_MINOR 004) SET(SRSLTE_VERSION_MINOR 000)
SET(SRSLTE_VERSION_PATCH 000) SET(SRSLTE_VERSION_PATCH 000)
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}")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 435 KiB

Loading…
Cancel
Save