<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/15089">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Bump version: 1.0.0.104-190b → 1.1.0<br><br>Change-Id: Ifd5abfb03015e9233814eb9d843ce2e218987283<br>---<br>M debian/changelog<br>1 file changed, 126 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/89/15089/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/debian/changelog b/debian/changelog</span><br><span>index dc20ec8..80cadd0 100644</span><br><span>--- a/debian/changelog</span><br><span>+++ b/debian/changelog</span><br><span>@@ -1,3 +1,129 @@</span><br><span style="color: hsl(120, 100%, 40%);">+osmo-trx (1.1.0) unstable; urgency=medium</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Sylvain Munaut ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * arm/convolve: Fix the vfp4 real convolution for h_len=12</span><br><span style="color: hsl(120, 100%, 40%);">+  * convolve: Remove support for step, offset parameters</span><br><span style="color: hsl(120, 100%, 40%);">+  * tests: Rework the convolve_test</span><br><span style="color: hsl(120, 100%, 40%);">+  * tests: Re-enable the convolve_test by default</span><br><span style="color: hsl(120, 100%, 40%);">+  * sigProcLib: Add C/I (Carrier-to-Interference ratio) computation</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Vadim Yanitskiy ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * VTY: add extended (11-bit) RACH detection toggle</span><br><span style="color: hsl(120, 100%, 40%);">+  * doc/configuration.adoc: fix incorrect number of physical RF channels for B210</span><br><span style="color: hsl(120, 100%, 40%);">+  * driveTxPriorityQueue(): cosmetic: use proper type for TDMA TN</span><br><span style="color: hsl(120, 100%, 40%);">+  * driveTxPriorityQueue(): use trxd_hdr_common for message parsing</span><br><span style="color: hsl(120, 100%, 40%);">+  * driveTxPriorityQueue(): check if message header format is supported</span><br><span style="color: hsl(120, 100%, 40%);">+  * driveTxPriorityQueue(): enrich logging message</span><br><span style="color: hsl(120, 100%, 40%);">+  * trxd_fill_common(): fix TRXD header version coding</span><br><span style="color: hsl(120, 100%, 40%);">+  * manuals/configuration.adoc: fix copy-paste error in config example</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Pau Espin Pedrol ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * osmo-trx: Avoid handling signals after shutdown triggered</span><br><span style="color: hsl(120, 100%, 40%);">+  * osmo-trx: Use signalfd to serialize signals in main thread ctx</span><br><span style="color: hsl(120, 100%, 40%);">+  * osmo-trx: Check return code of osmo_fd_register</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: flush_recv: alloc buf on stack instead of heap</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: Improve log during flush recv error</span><br><span style="color: hsl(120, 100%, 40%);">+  * cosmetic: Threads.h: Remove trailing whitespace</span><br><span style="color: hsl(120, 100%, 40%);">+  * Move duplicated thread_enable_cancel to CommonLibs</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: Log underrun/overrun events</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: Remove references to ALERT loglevel</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: Remove unused var m_last_tx_overruns</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: Catch and log dropped packets by HW during recv</span><br><span style="color: hsl(120, 100%, 40%);">+  * cosmetic: uhd: Move smpl_buf out of UHDDevice, move UHDDevice class definition to .h</span><br><span style="color: hsl(120, 100%, 40%);">+  * uhd: smpl_buf: Drop UHD specifics out back to UHDDevice</span><br><span style="color: hsl(120, 100%, 40%);">+  * uhd: smpl_buf: Use TIMESTAMP type in str_status</span><br><span style="color: hsl(120, 100%, 40%);">+  * cosmetic: uhd: Use loglevel ERROR instead of ERR</span><br><span style="color: hsl(120, 100%, 40%);">+  * uhd: Avoid reallocation of buffers every read</span><br><span style="color: hsl(120, 100%, 40%);">+  * Move smpl_buf out of uhd dir to re-use it in other devices</span><br><span style="color: hsl(120, 100%, 40%);">+  * device: Drop unused numberRead/numberWritten APIs</span><br><span style="color: hsl(120, 100%, 40%);">+  * smpl_buf: Remove unused clk_rt variable</span><br><span style="color: hsl(120, 100%, 40%);">+  * smpl_buf: Remove unused clk_rt variable (fixup)</span><br><span style="color: hsl(120, 100%, 40%);">+  * smpl_buf: Remove dbg log line with duplicated info</span><br><span style="color: hsl(120, 100%, 40%);">+  * Introduce LOGCHAN macro to standarize logging channel info</span><br><span style="color: hsl(120, 100%, 40%);">+  * smpl_buf: Move it to device/common and create libdevice_common.la</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: Use smpl_buf to recover from timestamp jumps</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: Fix stream_stats checks with droppedPackets</span><br><span style="color: hsl(120, 100%, 40%);">+  * Add rate_ctr support to store/retrieve SDR errors through VTY</span><br><span style="color: hsl(120, 100%, 40%);">+  * Rename and move STOP signal from Transceiver to main</span><br><span style="color: hsl(120, 100%, 40%);">+  * doc: vty: Update trx_vty_reference.xml</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: Drop unusued variable masterClockRate</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: Fix stream_stats checks with overrun/underrun</span><br><span style="color: hsl(120, 100%, 40%);">+  * Add VTY commands to set error ctr thresholds</span><br><span style="color: hsl(120, 100%, 40%);">+  * Remove AUTHORS file</span><br><span style="color: hsl(120, 100%, 40%);">+  * trx_{vty,rate_ctr}: Set proper license AGPLv3+</span><br><span style="color: hsl(120, 100%, 40%);">+  * Introduce structs to encode TRXD packets</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: refactor: gather uplink burst parameters in struct</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Drop unused rssi_valid struct field</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Move nbits burst size calculation to pullRadioVector()</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Move calculation of normalized values (rssiOffset) to pullRadioVector()</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Move soft bits normalization to pullRadioVector()</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Drop use of GSM::Time from trx_ul_burst_ind</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Get rid of SoftVector in struct trx_ul_burst_ind</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: replace UDPSocket with libosmocore socket API</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Avoid noise calculation formula in 2 branches in pullRadioVector</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Simplify code on early error return when calling detectAnyBurst</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: pullRadioVector(): Move initialization of var to start of function</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Support pulling idle frames in pullRadioVector()</span><br><span style="color: hsl(120, 100%, 40%);">+  * sigProcLib: detectAnyBurst() family: Use struct to gather all out params</span><br><span style="color: hsl(120, 100%, 40%);">+  * sigProcLib: detectAnyBurst(): make TSC used to detect burst available to caller</span><br><span style="color: hsl(120, 100%, 40%);">+  * Logger: global Log mutex is now available from C code</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Move out TRXD socket send code to prepare for TRXDv1</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Support SETFORMAT command</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Support TRXD v1</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Initialize mExtRACH in constructor</span><br><span style="color: hsl(120, 100%, 40%);">+  * debian/copyright: Remove non existent radioInterfaceDiversity.cpp from list</span><br><span style="color: hsl(120, 100%, 40%);">+  * debian/copyright: Update wrong paths in license list</span><br><span style="color: hsl(120, 100%, 40%);">+  * debian/copyright: Add missing file Utils.* to LGPL-2.1+ list</span><br><span style="color: hsl(120, 100%, 40%);">+  * cosmetic: Fix trailing whitespace in several files</span><br><span style="color: hsl(120, 100%, 40%);">+  * Add SPDX annotation</span><br><span style="color: hsl(120, 100%, 40%);">+  * Bind CTRL port to IP addr specified in VTY config</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Store TRXD version per channel</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Clean up code passing parameters to threads</span><br><span style="color: hsl(120, 100%, 40%);">+  * Remove empty ChangeLog fnd NEWS files</span><br><span style="color: hsl(120, 100%, 40%);">+  * Remove unused autogen.sh</span><br><span style="color: hsl(120, 100%, 40%);">+  * radioInterface: Clarify how underruns are handled driving a radioDevice</span><br><span style="color: hsl(120, 100%, 40%);">+  * usrp1: don't check for non-null underrun pointer</span><br><span style="color: hsl(120, 100%, 40%);">+  * jenkins.sh: Workaround libusrp build race conditon</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctr</span><br><span style="color: hsl(120, 100%, 40%);">+  * Move inband-signaling-usb documentation to UserManual</span><br><span style="color: hsl(120, 100%, 40%);">+  * Move matlab files under utils/matlab</span><br><span style="color: hsl(120, 100%, 40%);">+  * Move Transceiver52/README to UserManual</span><br><span style="color: hsl(120, 100%, 40%);">+  * Move README.DFEsymbolspaced to utils/matlab</span><br><span style="color: hsl(120, 100%, 40%);">+  * Move std_inband.rbf under device/usrp1/ dir</span><br><span style="color: hsl(120, 100%, 40%);">+  * Drop old README information, provide new updated README</span><br><span style="color: hsl(120, 100%, 40%);">+  * Transceiver: Add missing header netinet/in.h</span><br><span style="color: hsl(120, 100%, 40%);">+  * Require newer version of libosmocore to avoid build failure</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Tom Tsou ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * multi-ARFCN: fix maximum number of carriers limitation</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Harald Welte ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * use BSC_FD_READ and not OSMO_FD_READ</span><br><span style="color: hsl(120, 100%, 40%);">+  * proto_trxd.c: Use bit-wise AND, not boolean AND</span><br><span style="color: hsl(120, 100%, 40%);">+  * Timeval: Restore output stream flags after changing them</span><br><span style="color: hsl(120, 100%, 40%);">+  * ChannelizerBase: fix initialization of class members</span><br><span style="color: hsl(120, 100%, 40%);">+  * CorrelationSequence: fix initialization of class members</span><br><span style="color: hsl(120, 100%, 40%);">+  * radioInterface.cpp: Fix missing member initialization of RadioInterface()</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Joachim Steiger ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: Remove wrong unused code copied from -uhd</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: move LMS_EnableChannel from Start/Stop to Open/Close device</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: move LMS_GetLPFBWRange and LMS_Calibrate calls from open to start</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: add device type detection and device specific gains</span><br><span style="color: hsl(120, 100%, 40%);">+  * lms: properly call close if set_antennas() fails, add some comments</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Oliver Smith ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * debian: create -doc subpackage with pdf manuals</span><br><span style="color: hsl(120, 100%, 40%);">+  * contrib/jenkins.sh: run "make maintainer-clean"</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Eric Wild ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * Add option to set stack size in config file, default == 0 == OS default</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Ruben Undheim ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * Fix spelling discovered by lintian</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+ -- Pau Espin Pedrol <pespin@sysmocom.de>  Wed, 07 Aug 2019 12:52:13 +0200</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> osmo-trx (1.0.0) unstable; urgency=medium</span><br><span> </span><br><span>   [ Pau Espin Pedrol ]</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/15089">change 15089</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-trx/+/15089"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ifd5abfb03015e9233814eb9d843ce2e218987283 </div>
<div style="display:none"> Gerrit-Change-Number: 15089 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>