Skip to content

Commit

Permalink
bump version and update changelog, readme, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepuschmann committed Jul 23, 2019
1 parent e0bd7f1 commit 6cde228
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/SRSLTEVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 11 additions & 11 deletions debian/control
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 6cde228

Please sign in to comment.