diff --git a/CHANGELOG b/CHANGELOG index 3aa324c0a..7dfff7d89 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,15 @@ 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 * Fixed issue in rv for format1C causing incorrect SIB1 decoding in some networks * Improved PDCCH decoding BER (fixed incorrect trellis initialization) diff --git a/cmake/modules/SRSLTEVersion.cmake b/cmake/modules/SRSLTEVersion.cmake index 07959f188..d2ab204f5 100644 --- a/cmake/modules/SRSLTEVersion.cmake +++ b/cmake/modules/SRSLTEVersion.cmake @@ -18,7 +18,7 @@ # and at http://www.gnu.org/licenses/. # -SET(SRSLTE_VERSION_MAJOR 001) -SET(SRSLTE_VERSION_MINOR 004) +SET(SRSLTE_VERSION_MAJOR 002) +SET(SRSLTE_VERSION_MINOR 000) SET(SRSLTE_VERSION_PATCH 000) SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}") diff --git a/pbch_capture.png b/pbch_capture.png deleted file mode 100644 index b99e011ca..000000000 Binary files a/pbch_capture.png and /dev/null differ