aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 15:56:57 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 15:56:58 +0200
commit2ada8873673d3a8d6b86a4441ff1cda7d7bc44c0 (patch)
treee3aa45b27a5fb18f93b313160aac84a16135726c
parent5042156437c2844568dc8e706d569053a2642add (diff)
Bump version: 1.5.0.50-5042-dirty → 1.6.01.6.0
-rw-r--r--configure.ac8
-rw-r--r--contrib/osmo-trx.spec.in8
-rw-r--r--debian/changelog66
-rw-r--r--debian/control4
4 files changed, 76 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index abdcc2f..69055fd 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.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(
diff --git a/contrib/osmo-trx.spec.in b/contrib/osmo-trx.spec.in
index 0832dc6..5243d63 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.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}
diff --git a/debian/changelog b/debian/changelog
index 3218555..90f554e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]
diff --git a/debian/control b/debian/control
index 2b8546c..b1bb6c0 100644
--- a/debian/control
+++ b/debian/control
@@ -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