Updated to version 1.4

master
Ismael Gomez 8 years ago
parent f0e0a71792
commit d51cc4b6a6

@ -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:

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

Loading…
Cancel
Save