aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog52
-rw-r--r--debian/control2
-rw-r--r--debian/patches/build-for-debian8.patch2
3 files changed, 54 insertions, 2 deletions
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 <pespin@sysmocom.de> 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