diff --git a/CHANGELOG b/CHANGELOG index f0c19a439..0f231f634 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,13 @@ Change Log for Releases ============================== +## 19.06 + * Add QAM256 support in srsUE + * Add QoS support in srsUE + * Add UL channel emulator + * Refactor UE and eNB architecture + * Many bug-fixes and improved stability and performance in all parts + ## 19.03 * PHY library refactor * TDD support for srsUE diff --git a/README.md b/README.md index d6aa0f336..05355c436 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ srsUE Features * Soft USIM supporting Milenage and XOR authentication * Hard USIM support using PCSC framework * Virtual network interface *tun_srsue* created upon network attach + * QoS support * 150 Mbps DL in 20 MHz MIMO TM3/TM4 configuration in i7 Quad-Core CPU. * 75 Mbps DL in 20 MHz SISO configuration in i7 Quad-Core CPU. * 36 Mbps DL in 10 MHz SISO configuration in i5 Dual-Core CPU. diff --git a/cmake/modules/SRSLTEVersion.cmake b/cmake/modules/SRSLTEVersion.cmake index 738f2ed33..72b61c706 100644 --- a/cmake/modules/SRSLTEVersion.cmake +++ b/cmake/modules/SRSLTEVersion.cmake @@ -19,6 +19,6 @@ # SET(SRSLTE_VERSION_MAJOR 19) -SET(SRSLTE_VERSION_MINOR 3) +SET(SRSLTE_VERSION_MINOR 6) SET(SRSLTE_VERSION_PATCH 0) SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}") diff --git a/debian/control b/debian/control index 1f22e7de6..8eb566d53 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: srslte Section: universe/misc Priority: optional -Maintainer: Andre Puschmann +Maintainer: srsLTE Packagers Build-Depends: debhelper (>= 9), dh-exec, @@ -27,8 +27,8 @@ Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, srslte-core:any (= ${binary:Version}) -Breaks: srslte (<= 18.12-0ubuntu1) -Replaces: srslte (<= 18.12-0ubuntu1) +Breaks: srslte (<= 19.03-0ubuntu1) +Replaces: srslte (<= 19.03-0ubuntu1) Description: Static libraries and headers for srslte This software allows you to run a full end-to-end, open-source LTE system. It contains a UE, eNB and EPC implementation. @@ -53,8 +53,8 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, srslte-core (= ${binary:Version}) -Breaks: srslte (<= 18.12-0ubuntu1) -Replaces: srslte (<= 18.12-0ubuntu1) +Breaks: srslte (<= 19.03-0ubuntu1) +Replaces: srslte (<= 19.03-0ubuntu1) Description: Complete SDR LTE eNodeB application This software allows you to run a full end-to-end, open-source LTE system. It contains a UE, eNB and EPC implementation. @@ -68,8 +68,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, srslte-core (= ${binary:Version}) Recommends: srsenb -Breaks: srslte (<= 18.12-0ubuntu1) -Replaces: srslte (<= 18.12-0ubuntu1) +Breaks: srslte (<= 19.03-0ubuntu1) +Replaces: srslte (<= 19.03-0ubuntu1) Description: Light-weight LTE core network implementation This software allows you to run a full end-to-end, open-source LTE system. It contains a UE, eNB and EPC implementation. @@ -81,8 +81,8 @@ Architecture: any Multi-Arch: allowed Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: srslte (<= 18.12-0ubuntu1) -Replaces: srslte (<= 18.12-0ubuntu1) +Breaks: srslte (<= 19.03-0ubuntu1) +Replaces: srslte (<= 19.03-0ubuntu1) Description: Common files for srsLTE This software allows you to run a full end-to-end, open-source LTE system. It contains a UE, eNB and EPC implementation. @@ -94,8 +94,8 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, srslte-core (= ${binary:Version}) -Breaks: srslte (<= 18.12-0ubuntu1) -Replaces: srslte (<= 18.12-0ubuntu1) +Breaks: srslte (<= 19.03-0ubuntu1) +Replaces: srslte (<= 19.03-0ubuntu1) Description: User Equipment implementation for LTE This software enables using a software defined radio as the user equipment connecting to an LTE network.