From 5e63151f9f19229b5ec110f0bade01d88310b2ae Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 7 Feb 2023 17:08:17 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.1.29-10b4-dirty=20?= =?UTF-8?q?=E2=86=92=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I84399209ff49769254771e9273bcfc61d47a0226 --- configure.ac | 8 ++++---- contrib/osmo-trx.spec.in | 8 ++++---- debian/changelog | 43 ++++++++++++++++++++++++++++++++++++++++ debian/control | 2 +- 4 files changed, 52 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index 2c4bb288..7451b501 100644 --- a/configure.ac +++ b/configure.ac @@ -82,10 +82,10 @@ AC_TYPE_SIZE_T AC_HEADER_TIME AC_C_BIGENDIAN -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.6.0) +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) AC_ARG_ENABLE(sanitize, [AS_HELP_STRING( diff --git a/contrib/osmo-trx.spec.in b/contrib/osmo-trx.spec.in index 3550aaf2..0832dc61 100644 --- a/contrib/osmo-trx.spec.in +++ b/contrib/osmo-trx.spec.in @@ -34,10 +34,10 @@ BuildRequires: pkgconfig(LimeSuite) BuildRequires: pkgconfig(usrp) >= 3.3 %endif BuildRequires: pkgconfig(fftw3f) -BuildRequires: pkgconfig(libosmocoding) >= 1.6.0 -BuildRequires: pkgconfig(libosmocore) >= 1.6.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0 -BuildRequires: pkgconfig(libosmovty) >= 1.6.0 +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(libusb-1.0) BuildRequires: pkgconfig(uhd) %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 024777fc..32185551 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,46 @@ +osmo-trx (1.5.0) unstable; urgency=medium + + [ Oliver Smith ] + * configure.ac: add -lboost_thread for uhd < 4.2.0 + * gitignore: add uhddev_ipc.cpp + * contrib/jenkins: don't run "make distcheck" on arm + + [ Vadim Yanitskiy ] + * threshold_timer_update_intv(): call osmo_timer_del() unconditionally + * Transceiver::expectedCorrType(): RACH is always 8-bit on PTCCH/U + * contrib/jenkins.sh: dump submodule status before building + * configure.ac: fix: properly check whether to enable ms-trx + * configure.ac: allow building without cloning submodules + * configure.ac: cosmetic: rearrange MS TRX related logic + * configure.ac: make use of AC_MSG_CHECKING and AC_MSG_RESULT + + [ Max ] + * Set working directory in systemd service file + * Add realtime scheduling and set priority in service file + * ctrl: take both address and port from vty config + + [ Eric ] + * ignore vscode dirs + * rename noisevector class -> avgvector + * osmocom-bb for ms-trx side trxcon integration + * add checkpatch config + * bladerf xa4 support + * update osmocom-bb submodule to fix make distcheck + * vita demod by piotr krysik, modified + * properly update osmocom-bb submodule, for real this time.. + * ms-trx support + * clean up mutex, scopedlock, and signal classes + * ipc: add missing override + * clang-format: proper c++ standard + * ipc: remove old autotools workaround + * ms: init trash used to escape the usb callbacks + * radio interface: fix init + + [ Eric Wild ] + * mstrx: do not wait forever if clock locking fails + + -- Pau Espin Pedrol Tue, 07 Feb 2023 17:08:17 +0100 + osmo-trx (1.4.1) unstable; urgency=medium [ Oliver Smith ] diff --git a/debian/control b/debian/control index 672f3f84..51817bdf 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9), libtalloc-dev, libusrp-dev, liblimesuite-dev, - libosmocore-dev (>= 1.6.0), + libosmocore-dev (>= 1.8.0), osmo-gsm-manuals-dev Standards-Version: 3.9.6 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-trx