mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-10-23 08:22:00 +00:00
Bump version: 1.5.0.50-5042-dirty → 1.6.0
Change-Id: I718c6223d0b1a2ffb68887c159546b78e141dffa
This commit is contained in:
@@ -82,10 +82,10 @@ AC_TYPE_SIZE_T
|
||||
AC_HEADER_TIME
|
||||
AC_C_BIGENDIAN
|
||||
|
||||
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0)
|
||||
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0)
|
||||
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0)
|
||||
PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.8.0)
|
||||
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
|
||||
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
|
||||
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
|
||||
PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.9.0)
|
||||
|
||||
AC_ARG_ENABLE(sanitize,
|
||||
[AS_HELP_STRING(
|
||||
|
@@ -34,10 +34,10 @@ BuildRequires: pkgconfig(LimeSuite)
|
||||
BuildRequires: pkgconfig(usrp) >= 3.3
|
||||
%endif
|
||||
BuildRequires: pkgconfig(fftw3f)
|
||||
BuildRequires: pkgconfig(libosmocoding) >= 1.8.0
|
||||
BuildRequires: pkgconfig(libosmocore) >= 1.8.0
|
||||
BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0
|
||||
BuildRequires: pkgconfig(libosmovty) >= 1.8.0
|
||||
BuildRequires: pkgconfig(libosmocoding) >= 1.9.0
|
||||
BuildRequires: pkgconfig(libosmocore) >= 1.9.0
|
||||
BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0
|
||||
BuildRequires: pkgconfig(libosmovty) >= 1.9.0
|
||||
BuildRequires: pkgconfig(libusb-1.0)
|
||||
BuildRequires: pkgconfig(uhd)
|
||||
%{?systemd_requires}
|
||||
|
66
debian/changelog
vendored
66
debian/changelog
vendored
@@ -1,3 +1,69 @@
|
||||
osmo-trx (1.6.0) unstable; urgency=medium
|
||||
|
||||
[ Vadim Yanitskiy ]
|
||||
* configure.ac: check if LIBTRXCON_DIR (submodule) exists
|
||||
* tests: Makefile.am: move -I flags from AM_CFLAGS to AM_CPPFLAGS
|
||||
* tests: there shall be no libraries in LDFLAGS
|
||||
* tests: use -no-install libtool flag to avoid ./lt-* scripts
|
||||
* tests: LMSDeviceTest: fix CPPFLAGS vs CXXFLAGS
|
||||
* ipc-driver-test: clean up variables in Makefile.am
|
||||
* CommonLibs: remove unused *trx in cfg[_no]_ctr_error_threshold_cmd
|
||||
* CommonLibs: clean up and fix Makefile.am
|
||||
* ms: logging: print category, level, and extended timestamp
|
||||
|
||||
[ Oliver Smith ]
|
||||
* Run struct_endianness.py
|
||||
* debian: set compat level to 10
|
||||
* systemd: depend on networking-online.target
|
||||
* USRPDevice:updateAlignment: remove byteswap code
|
||||
|
||||
[ Eric ]
|
||||
* .clang-format: adjust template formatting
|
||||
* ms: update submodule to currently known working version
|
||||
* ms: adjust tx scaling for tx samples
|
||||
* ms : fix the template formatting
|
||||
* ms: fix the gain init for blade
|
||||
* ms: prettify scheduling + add odroid
|
||||
* ms: fix startup & shutdown of blade
|
||||
* ms: block burst q to upper layer
|
||||
* ms: use single thread pool
|
||||
* ms : rename var
|
||||
* ms : rename var
|
||||
* ms: cache frequency
|
||||
* ms: pretty tx buf class
|
||||
* ms: rearrange internal trxcon<->phy if
|
||||
* ms: remove syncthing tool
|
||||
* ms: prune common sch acq code
|
||||
* ms: rearrange code to allow clean exits
|
||||
* ms: flexible template for value_type buffer sum
|
||||
* ms: make init call less confusing
|
||||
* transceiver: pass cfg struct instead of args
|
||||
* devices: unify band handling
|
||||
* ms: fix blocking logging
|
||||
* ms: drop the tx burst padding
|
||||
* trx: fix dev-args issue
|
||||
* ms: update osmocom-bb
|
||||
* ms: restructure the va code to add rach support
|
||||
* transceiver: add experimental viterbi equalizer support
|
||||
* ms/va: make ancient gcc < 8 happy
|
||||
* ms: fix thread prio startup issue
|
||||
* ms: fix a few coverity complaints related to initialization
|
||||
* ms: bump osmocom-bb submodule to current head
|
||||
|
||||
[ Eric Wild ]
|
||||
* ms: adjust float<->integral type conversion
|
||||
* ms: sch: drop intermediate softvector
|
||||
* devices: add freq/gain override for uhd
|
||||
|
||||
[ arehbein ]
|
||||
* Transition to use of 'telnet_init_default'
|
||||
|
||||
[ Pau Espin Pedrol ]
|
||||
* Call osmo_fd_unregister() before closing and changing bfd->fd
|
||||
* ms: update osmocom-bb submodule
|
||||
|
||||
-- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Sep 2023 15:56:57 +0200
|
||||
|
||||
osmo-trx (1.5.0) unstable; urgency=medium
|
||||
|
||||
[ Oliver Smith ]
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 10),
|
||||
libtalloc-dev,
|
||||
libusrp-dev,
|
||||
liblimesuite-dev,
|
||||
libosmocore-dev (>= 1.8.0),
|
||||
osmo-gsm-manuals-dev
|
||||
libosmocore-dev (>= 1.9.0),
|
||||
osmo-gsm-manuals-dev (>= 1.5.0)
|
||||
Standards-Version: 3.9.6
|
||||
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-trx
|
||||
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-trx
|
||||
|
Reference in New Issue
Block a user