Updated to version 1.4

This commit is contained in:
Ismael Gomez 2016-11-16 13:08:28 +01:00
parent f0e0a71792
commit d51cc4b6a6
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
Change Log for Releases
==============================
## 001.004.000
* Fixed issue in rv for format1C causing incorrect SIB1 decoding in some networks
* Improved PDCCH decoding BER (fixed incorrect trellis initialization)
* Improved PUCCH RX performance
## 001.003.000
* Bugfixes:

View File

@ -19,6 +19,6 @@
#
SET(SRSLTE_VERSION_MAJOR 001)
SET(SRSLTE_VERSION_MINOR 003)
SET(SRSLTE_VERSION_PATCH 001)
SET(SRSLTE_VERSION_MINOR 004)
SET(SRSLTE_VERSION_PATCH 000)
SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")