bump version and update changelog, readme, etc.

master
Andre Puschmann 5 years ago
parent e0bd7f156d
commit 6cde228bc1

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

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

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

22
debian/control vendored

@ -1,7 +1,7 @@
Source: srslte
Section: universe/misc
Priority: optional
Maintainer: Andre Puschmann <andre@softwareradiosystems.com>
Maintainer: srsLTE Packagers <packagers@softwareradiosystems.com>
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.

Loading…
Cancel
Save