From da7fee8ea87d958991a2a465d077e72d53f698ee Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 3 Jan 2020 19:54:00 +0100 Subject: =?UTF-8?q?Bump=20version:=201.1.1.38-9f2b-dirty=20=E2=86=92=201.2?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9009eb44e7d8100294da139300480fc3a2f6b616 --- configure.ac | 6 ++-- debian/changelog | 52 ++++++++++++++++++++++++++++++++++ debian/control | 2 +- debian/patches/build-for-debian8.patch | 2 +- 4 files changed, 57 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index d5463e9..b0be728 100644 --- a/configure.ac +++ b/configure.ac @@ -75,9 +75,9 @@ AC_TYPE_SIZE_T AC_HEADER_TIME AC_C_BIGENDIAN -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.12.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.12.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 0.12.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.3.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.3.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.3.0) AC_ARG_ENABLE(sanitize, [AS_HELP_STRING( diff --git a/debian/changelog b/debian/changelog index 96cd208..0ec7b9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,55 @@ +osmo-trx (1.2.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * osmo-trx: log to stderr on signal received + * Drop old setPriority related code + * Transceiver: fix segfault during init if IP addr binding fails + * Transceiver: Check return value when binding IP addr for clock socket + * Transceiver: Clean up receival of downlink bursts + * Transceiver: Fix idle ul burst indications being dropped + * Transceiver: exit process when BTS drops connection + * Transceiver: Enable EDGE detection only on PDCH timeslots + * lms: Log available antennas if requested antenna fails + * device: Use LOGCHAN in set_antennas() + * Transceiver: Fix logging TN and version + * Transceiver: Use LOGCHAN in logRxBurst to unify log format + * Transceiver: Log error condition no burst in pullRadioVector() + * Transceiver: pullRadioVector(): Fix use of uninitialized value bi->tn + * Transceiver: Don't stop TRX if pulling from OFF timeslot + * radioInterface: Rename mRadio to mDevice + * radioInterfaceMulti: Check equals zero explicitly + * USRPDevice: Fix setRxGain return on error and getRxGain() returning always 0 + * USRPDevice: Return previous txGain if setting value failed + * LMSDevice: Return previous txGain/rxGain if setting value failed + * radioInterface: Remove unusued getRxGain() + * radioDevice: Introduce getTxGain() API + * radioInterfaceMulti: Override setTxGain() to avoid chan!=0 calls + * UHDDevice: Drop unneeded MULTI_ARFCN checks + * radioInterface{Multi,Resamp}: Fix successful writeSamples() masking underrun from readSamples() + * radioInterface: Mark setRxGain as virtual + * Move multi-ARFCN chan amount modification from UHDDevice to parent class + * radioInterface: Atomically fetch and change underrun variable + * radioInterfaceMulti: write frequency offset direction (rx/tx) in log line + * Use new libosmocore logging lock API + * Transceiver: Fix wrong response upon CMD HANDOVER failure + * uhd: use value already cached in tmp variable + * Transceiver.cpp: Introduce and use new logging categories + + [ Timo Jacobus ] + * Transceiver: Fixed copying of history into and from channelizer buffer. + + [ Alexander Chemeris ] + * vty: Don't enable random filler bursts automatically with EDGE. + * vty: Simplify filler burst settings and improve help and readability. + + [ Martin Hauke ] + * Fix common misspellings and typos + + [ Harald Welte ] + * trx: exit() on unsupported positional arguments on command line + + -- Pau Espin Pedrol Fri, 03 Jan 2020 19:54:00 +0100 + osmo-trx (1.1.1) unstable; urgency=medium * UNRELEASED diff --git a/debian/control b/debian/control index 750f7b9..de4be16 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9), libtalloc-dev, libusrp-dev, liblimesuite-dev, - libosmocore-dev (>= 0.12.0), + libosmocore-dev (>= 1.3.0), osmo-gsm-manuals-dev Standards-Version: 3.9.6 Vcs-Browser: http://cgit.osmocom.org/osmo-trx diff --git a/debian/patches/build-for-debian8.patch b/debian/patches/build-for-debian8.patch index cce063c..4bf0207 100644 --- a/debian/patches/build-for-debian8.patch +++ b/debian/patches/build-for-debian8.patch @@ -7,7 +7,7 @@ index 8ff59f0..126c16a 100644 libtalloc-dev, libusrp-dev, - liblimesuite-dev, - libosmocore-dev (>= 0.12.0), + libosmocore-dev (>= 1.3.0), osmo-gsm-manuals-dev Standards-Version: 3.9.6 @@ -30,7 +29,7 @@ Package: osmo-trx-dbg -- cgit v1.2.3