blob: 90f554e588e044c126def7f369c417015f0f9f18 [file] [log] [blame]
Pau Espin Pedrol2ada8872023-09-12 15:56:57 +02001osmo-trx (1.6.0) unstable; urgency=medium
2
3 [ Vadim Yanitskiy ]
4 * configure.ac: check if LIBTRXCON_DIR (submodule) exists
5 * tests: Makefile.am: move -I flags from AM_CFLAGS to AM_CPPFLAGS
6 * tests: there shall be no libraries in LDFLAGS
7 * tests: use -no-install libtool flag to avoid ./lt-* scripts
8 * tests: LMSDeviceTest: fix CPPFLAGS vs CXXFLAGS
9 * ipc-driver-test: clean up variables in Makefile.am
10 * CommonLibs: remove unused *trx in cfg[_no]_ctr_error_threshold_cmd
11 * CommonLibs: clean up and fix Makefile.am
12 * ms: logging: print category, level, and extended timestamp
13
14 [ Oliver Smith ]
15 * Run struct_endianness.py
16 * debian: set compat level to 10
17 * systemd: depend on networking-online.target
18 * USRPDevice:updateAlignment: remove byteswap code
19
20 [ Eric ]
21 * .clang-format: adjust template formatting
22 * ms: update submodule to currently known working version
23 * ms: adjust tx scaling for tx samples
24 * ms : fix the template formatting
25 * ms: fix the gain init for blade
26 * ms: prettify scheduling + add odroid
27 * ms: fix startup & shutdown of blade
28 * ms: block burst q to upper layer
29 * ms: use single thread pool
30 * ms : rename var
31 * ms : rename var
32 * ms: cache frequency
33 * ms: pretty tx buf class
34 * ms: rearrange internal trxcon<->phy if
35 * ms: remove syncthing tool
36 * ms: prune common sch acq code
37 * ms: rearrange code to allow clean exits
38 * ms: flexible template for value_type buffer sum
39 * ms: make init call less confusing
40 * transceiver: pass cfg struct instead of args
41 * devices: unify band handling
42 * ms: fix blocking logging
43 * ms: drop the tx burst padding
44 * trx: fix dev-args issue
45 * ms: update osmocom-bb
46 * ms: restructure the va code to add rach support
47 * transceiver: add experimental viterbi equalizer support
48 * ms/va: make ancient gcc < 8 happy
49 * ms: fix thread prio startup issue
50 * ms: fix a few coverity complaints related to initialization
51 * ms: bump osmocom-bb submodule to current head
52
53 [ Eric Wild ]
54 * ms: adjust float<->integral type conversion
55 * ms: sch: drop intermediate softvector
56 * devices: add freq/gain override for uhd
57
58 [ arehbein ]
59 * Transition to use of 'telnet_init_default'
60
61 [ Pau Espin Pedrol ]
62 * Call osmo_fd_unregister() before closing and changing bfd->fd
63 * ms: update osmocom-bb submodule
64
65 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Sep 2023 15:56:57 +0200
66
Pau Espin Pedrol5e631512023-02-07 17:08:17 +010067osmo-trx (1.5.0) unstable; urgency=medium
68
69 [ Oliver Smith ]
70 * configure.ac: add -lboost_thread for uhd < 4.2.0
71 * gitignore: add uhddev_ipc.cpp
72 * contrib/jenkins: don't run "make distcheck" on arm
73
74 [ Vadim Yanitskiy ]
75 * threshold_timer_update_intv(): call osmo_timer_del() unconditionally
76 * Transceiver::expectedCorrType(): RACH is always 8-bit on PTCCH/U
77 * contrib/jenkins.sh: dump submodule status before building
78 * configure.ac: fix: properly check whether to enable ms-trx
79 * configure.ac: allow building without cloning submodules
80 * configure.ac: cosmetic: rearrange MS TRX related logic
81 * configure.ac: make use of AC_MSG_CHECKING and AC_MSG_RESULT
82
83 [ Max ]
84 * Set working directory in systemd service file
85 * Add realtime scheduling and set priority in service file
86 * ctrl: take both address and port from vty config
87
88 [ Eric ]
89 * ignore vscode dirs
90 * rename noisevector class -> avgvector
91 * osmocom-bb for ms-trx side trxcon integration
92 * add checkpatch config
93 * bladerf xa4 support
94 * update osmocom-bb submodule to fix make distcheck
95 * vita demod by piotr krysik, modified
96 * properly update osmocom-bb submodule, for real this time..
97 * ms-trx support
98 * clean up mutex, scopedlock, and signal classes
99 * ipc: add missing override
100 * clang-format: proper c++ standard
101 * ipc: remove old autotools workaround
102 * ms: init trash used to escape the usb callbacks
103 * radio interface: fix init
104
105 [ Eric Wild ]
106 * mstrx: do not wait forever if clock locking fails
107
108 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 07 Feb 2023 17:08:17 +0100
109
Pau Espin Pedrola39fa872022-06-29 09:32:56 +0200110osmo-trx (1.4.1) unstable; urgency=medium
111
112 [ Oliver Smith ]
113 * treewide: remove FSF address
114
115 [ Vadim Yanitskiy ]
116 * tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
117
118 [ Harald Welte ]
119 * update git URLs (git -> https; gitea)
120
121 -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 29 Jun 2022 09:32:56 +0200
122
Pau Espin Pedrola7143d32021-11-16 16:27:26 +0100123osmo-trx (1.4.0) unstable; urgency=medium
124
125 [ Pau Espin Pedrol ]
126 * Threads.cpp: Fix missing extern C around libosmocore include
127 * Drop logging pthread ID
128 * Threads: Avoid printing pthread_self()
129 * ipc: Makefile.am: Clean LDADD variable
130 * Use new stat item/ctr getter APIs
131 * detectBurst(): Clear downsampling code path
132 * detectBurst(): constify parameter
133 * computeCI(): Constify param and pass it as reference
134 * computeCI(): Rename verbose repeated getter to constant
135 * computeCI(): Constify read-only variable
136 * detectGeneralBurst(): Increase log level about clipping to INFO
137 * cosmetic: Fix typo in comment
138 * computeCI: Document hardcoded multiplier
139 * lms: Drop duplicated check
140 * lms,uhd: Validate band of RxFreq too
141 * lms,uhd: Skip re-assigning same band
142 * lms,uhd: Allow changing band between poweroff & poweron
143
144 [ Vadim Yanitskiy ]
145 * gitignore: remove non-existing 'doc/manuals/osmomsc-usermanual.xml'
146 * ctrl_sock_handle_rx(): fix missing space in LOGCHAN() statement
147 * trx_rate_ctr: use thread safe strerror() in device_sig_cb()
148 * IPCDevice: use thread safe strerror_r() instead of strerror()
149 * IPCDevice: check value returned from select()
150 * LMSDevice: LMS_GetDeviceList() may return a negative number
151
152 [ Eric ]
153 * add hidden fn adjustment command
154 * uhd: ensure configured clock source is actually used
155 * vty: printing fn offset should be signed
156 * lms: init band
157
158 [ Oliver Smith ]
159 * d/patches/build-for-debian8.patch: remove
160
161 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 16:27:26 +0100
162
Harald Welte90d84172021-02-28 11:32:12 +0100163osmo-trx (1.3.1) unstable; urgency=medium
164
165 * mark uhddev_ipc.cpp as BUILT_SOURCES
166
167 -- Harald Welte <laforge@osmocom.org> Sun, 28 Feb 2021 11:32:11 +0100
168
Pau Espin Pedrol309ad4d2021-02-23 14:27:15 +0100169osmo-trx (1.3.0) unstable; urgency=medium
170
171 [ Pau Espin Pedrol ]
172 * Make logging category DLMS generic and reusable for other backends
173 * uhd: Use DEVDRV log category and support UHD >=3.11 logging framework
174 * uhd: Improve some logging lines printing UHD pretty-print output
175 * doc: clarify number of channels on B210 with multi-arfcn enabled
176 * radioInterfaceMulti: Fail to tune on freq not following multi-arfcn restrictions
177 * doc: Update vty reference xml file
178 * lms: Move initialization of field started to constructor
179 * lms: Drop unused define
180 * smpl_buf: Fix str_code() param and print unknown error val
181 * lms: Improve smpl_buf error logging
182 * lms: Change radioDevice constructor arg name to avoid masking instance attr
183 * lms: Make reference to std::vector unambiguous
184 * lms: Move rx_buffers allocation to constructor
185 * lms: Store device type specific parameters in one place
186 * lms: Make ts_offset and smpl rate coefs device-specific
187 * lms: Initial multi-arfcn support
188 * contrib/jenkins.sh: Reorder sanity checks
189 * debug.h: Avoid printing pthread_t type
190 * debug.h: Fix print format of chan in CLOGCHAN
191 * cosmetic: fix several typos found by codespell
192 * radioDevice: Drop unused RSSI param from readSamples API
193 * radioDevice: Drop unused isControl param from WriteSamples API
194 * Use OSMO_FD_READ instead of deprecated BSC_FD_READ
195 * Transceiver: Fix extra space in RSP NOISELEV error
196 * Transceiver: Implement TRXC cmd NOMTXPOWER
197 * UHDDevice: Implement getNominalTxPower() based on TxFrequency
198 * radioInterface: Operate on real Tx power attenuation rather than on device specific gains
199 * UHDDevice: Compute TxGain on UHD API based on expected Tx output power
200 * proto_trxd: Fix UndefinedBehaviorSanitizer from ubsan
201 * Transceiver: Allow sending negative nominal tx power in RSP NOMTXPOWER
202 * LMSDevice: Compute TxGain on LimeSuite API based on expected Tx output power
203 * Drop old TxGain APIs from parent radioDevice abstract class
204 * {UHD,LMS}Dervice: Log expected resulting TxPower when setting device specific TxGain
205 * cosmetic: trx_rate_ctr: Fix whitespace
206 * trx_rate_ctr: Fix immediate rescheduling on per-sec thresholds
207 * Rename device specific rate counter multi-thread helpers
208 * Introduce rate counter tx_stale_bursts
209 * TransceiverState: Initialize ctrs field in constructor
210 * doc/manuals: Update thread documentation after dropping CTRL sock threads
211 * trx_rate_ctr: Fix locking wrong mutex
212 * Introduce rate counters to detect issues in received Dl bursts from TRXD
213 * Transceiver: Fix race condition obtaining Dl burst from Upper layer
214 * Add rate counter for missing Txbursts when scheduled towards the radioInterface
215 * Transceiver: Provide initial value for TransceiverState::mFiller in constructor
216 * Transceiver: Use already obtained value from Rx msg structure
217 * Transceiver: Restrict conditions where FN gaps are detected
218 * trx_rate_ctr: Lower some log levels
219 * Introduce CTR log category
220 * Transceiver: Lower some log levels which have an associated counter
221 * Transceiver: Check log level before generating burst str representation
222 * Transceiver: Add several rate_ctr for rx error conditions
223 * Use new libosmovty cpu sched config features
224 * debian: Update debian8 osmo-trx specific patch
225 * jenkins.sh: Verify distro-specific patches apply
226 * ipc: fix var declaration in for loop
227 * Add support for TRXC MUTE command
228 * arch: x86: Fix convolve optimizations breaking signal
229 * contrib/jenkins: Enable parallel make in make distcheck
230 * Transceiver: Pass config struct instead of large list of params
231 * Calculate RSSI offset based on RxGain configuration
232 * main: generate coredump and exit upon SIGABRT received
233 * ipc: Fix wrong reference to BTS in log line
234 * ipc-driver-test: Allow setting dir prefix for UD socket
235 * radioInterfaceMulti: Fix memory leak upon close()
236 * ChannelizerBase: Fix memory leak
237 * Threads.cpp: Use already existing gettid wrapper function
238 * Replace my_gettid with libosmocore osmo_gettid API
239 * tests: Explicitly drop category from log
240 * tests: Replace deprecated API log_set_print_filename
241
242 [ Philipp Maier ]
243 * debug: use LOGL_NOTICE for log category DDEV
244 * doc: do not set the base-port of the trx
245 * doc: apply an rssi-offset of 28 by default.
246 * doc: switch log levels to notice
247 * Transceiver: Log when sending of CLK indications begins
248 * vty: add attributes to VTY commands indicating when they apply
249 * osmo-trx: add commandline option --vty-ref-xml
250
251 [ Eric ]
252 * configure.ac: fix libtool issue with clang and sanitizer
253 * transceiver: check the right vector
254 * transceiver: get rid of the ctrl threads
255 * add kernel style .clang-format with 120 chars per line limit
256 * devices: reset internal smart sample buffers upon stop
257 * transceiver: optimize code if optimizations are enabled
258 * transceiver: initialize reorder flag so we don't miscount
259
260 [ Harald Welte ]
261 * PRBS tool sending PRBS sequence to TRX
262 * prbs-tool: Add error simulation capabilities
263 * utils: Ensure content of this directory is included in 'make dist'
264 * prbs-tool: Don't require C99
265 * RPM spec file: Require uhd-firmware for osmo-trx-uhd
266 * osmo-trx.spec.in: Use %config(noreplace) to retain current config file
267 * Fix build on Debian8
268 * [cosmetic] radioInterfaceMulti: More comments
269 * [cosmetic] radioIntefaceMulti: Fix whitespace / indent
270 * ipc: Use OSMO_FD_* instead of deprecated BSC_FD_*
271 * Use osmo_fd_setup() wherever applicable
272 * Use osmo_fd_*_{disable,enable}
273 * README update
274 * manual: Fix typo OsmTRX -> OsmoTRX
275
276 [ Oliver Smith ]
277 * contrib: import RPM spec
278 * contrib: integrate RPM spec
279 * Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
280 * contrib/jenkins: don't build osmo-gsm-manuals
281 * configure.ac: set -std=gnu11
282
283 [ Vadim Yanitskiy ]
284 * UHDDevice: catch LookupError/IndexError in set{Rx,Tx}Antenna()
285 * debian/control: change maintainer to the Osmocom team / mailing list
286 * proto_trxd: cosmetic: 'if' is not a function, add space
287 * vty: add multi-ARFCN specific warning for chan N > 0
288 * radioDevice: fix set_antennas(): consider MULTI_ARFCN mode
289 * device/lms: fix: 'trx_vty.h' header requires C linkage
290 * device/lms: fix missing semicolon in LMSDevice::assign_band_desc()
291 * device/lms: get rid of 'using namespace std'
292 * device/common/Makefile.am: remove $(LMS_CFLAGS) from AM_CXXFLAGS
293 * main: add --vty-ref-mode, use vty_dump_xml_ref_mode()
294 * device: drop unreasonable LIBOSMO{CTRL,VTY}_{CFLAGS,LIBS}
295 * Transceiver: use size_t and ARRAY_SIZE() in constructor
296 * Transceiver: explicitly init m{Rx,Tx}LowerLoopThread
297 * vty: fix documentation for 'swap-channels (disable|enable)'
298 * vty: fix documentation for 'egprs (disable|enable)'
299 * vty: fix documentation for 'rx-sps (1|4)' and 'tx-sps (1|4)'
300 * vty: cosmetic: use VTY_IPV4_CMD in 'bind-ip' / 'remote-ip'
301 * vty: fix documentation for 'multi-arfcn (disable|enable)'
302 * vty: remove groundless statement about filler type 'dummy'
303 * vty: auto-generate cmd and doc strings for cfg_filler_type_cmd
304 * vty: fix documentation for 'ext-rach (disable|enable)'
305 * main: use logging API to print SIMD info instead of printf()
306 * doc/manuals: generate XML VTY reference at build-time
307 * vty: fix swapped documentation for 'filler type' command
308 * Transceiver: fix integer division in addRadioVector()
309 * Transceiver: use proper factor for amplitude scaling
310 * Add a (hidden) VTY parameter for Rx/Tx freq. shifting
311
312 [ Eric Wild ]
313 * osmo-trx-ipc
314
315 [ Alexander Couzens ]
316 * osmo-trx.spec: move ipc-driver-test into package ipc-test
317
318 [ Sylvain Munaut ]
319 * sigProcLib: fix C/I computation for 8-PSK modulated bursts
320
321 -- Pau Espin Pedrol <pespin@espeweb.net> Tue, 23 Feb 2021 14:27:15 +0100
322
Pau Espin Pedrolda7fee82020-01-03 19:54:00 +0100323osmo-trx (1.2.0) unstable; urgency=medium
324
325 [ Pau Espin Pedrol ]
326 * osmo-trx: log to stderr on signal received
327 * Drop old setPriority related code
328 * Transceiver: fix segfault during init if IP addr binding fails
329 * Transceiver: Check return value when binding IP addr for clock socket
330 * Transceiver: Clean up receival of downlink bursts
331 * Transceiver: Fix idle ul burst indications being dropped
332 * Transceiver: exit process when BTS drops connection
333 * Transceiver: Enable EDGE detection only on PDCH timeslots
334 * lms: Log available antennas if requested antenna fails
335 * device: Use LOGCHAN in set_antennas()
336 * Transceiver: Fix logging TN and version
337 * Transceiver: Use LOGCHAN in logRxBurst to unify log format
338 * Transceiver: Log error condition no burst in pullRadioVector()
339 * Transceiver: pullRadioVector(): Fix use of uninitialized value bi->tn
340 * Transceiver: Don't stop TRX if pulling from OFF timeslot
341 * radioInterface: Rename mRadio to mDevice
342 * radioInterfaceMulti: Check equals zero explicitly
343 * USRPDevice: Fix setRxGain return on error and getRxGain() returning always 0
344 * USRPDevice: Return previous txGain if setting value failed
345 * LMSDevice: Return previous txGain/rxGain if setting value failed
346 * radioInterface: Remove unusued getRxGain()
347 * radioDevice: Introduce getTxGain() API
348 * radioInterfaceMulti: Override setTxGain() to avoid chan!=0 calls
349 * UHDDevice: Drop unneeded MULTI_ARFCN checks
350 * radioInterface{Multi,Resamp}: Fix successful writeSamples() masking underrun from readSamples()
351 * radioInterface: Mark setRxGain as virtual
352 * Move multi-ARFCN chan amount modification from UHDDevice to parent class
353 * radioInterface: Atomically fetch and change underrun variable
354 * radioInterfaceMulti: write frequency offset direction (rx/tx) in log line
355 * Use new libosmocore logging lock API
356 * Transceiver: Fix wrong response upon CMD HANDOVER failure
357 * uhd: use value already cached in tmp variable
358 * Transceiver.cpp: Introduce and use new logging categories
359
360 [ Timo Jacobus ]
361 * Transceiver: Fixed copying of history into and from channelizer buffer.
362
363 [ Alexander Chemeris ]
364 * vty: Don't enable random filler bursts automatically with EDGE.
365 * vty: Simplify filler burst settings and improve help and readability.
366
367 [ Martin Hauke ]
368 * Fix common misspellings and typos
369
370 [ Harald Welte ]
371 * trx: exit() on unsupported positional arguments on command line
372
373 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 03 Jan 2020 19:54:00 +0100
374
Pau Espin Pedrold0cbb162019-08-08 13:00:06 +0200375osmo-trx (1.1.1) unstable; urgency=medium
376
377 * UNRELEASED
378
379 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 08 Aug 2019 13:00:05 +0200
380
Pau Espin Pedrole774d522019-08-07 21:12:56 +0200381osmo-trx (1.1.0) unstable; urgency=medium
382
383 [ Sylvain Munaut ]
384 * arm/convolve: Fix the vfp4 real convolution for h_len=12
385 * convolve: Remove support for step, offset parameters
386 * tests: Rework the convolve_test
387 * tests: Re-enable the convolve_test by default
388 * sigProcLib: Add C/I (Carrier-to-Interference ratio) computation
389
390 [ Vadim Yanitskiy ]
391 * VTY: add extended (11-bit) RACH detection toggle
392 * doc/configuration.adoc: fix incorrect number of physical RF channels for B210
393 * driveTxPriorityQueue(): cosmetic: use proper type for TDMA TN
394 * driveTxPriorityQueue(): use trxd_hdr_common for message parsing
395 * driveTxPriorityQueue(): check if message header format is supported
396 * driveTxPriorityQueue(): enrich logging message
397 * trxd_fill_common(): fix TRXD header version coding
398 * manuals/configuration.adoc: fix copy-paste error in config example
399
400 [ Pau Espin Pedrol ]
401 * osmo-trx: Avoid handling signals after shutdown triggered
402 * osmo-trx: Use signalfd to serialize signals in main thread ctx
403 * osmo-trx: Check return code of osmo_fd_register
404 * lms: flush_recv: alloc buf on stack instead of heap
405 * lms: Improve log during flush recv error
406 * cosmetic: Threads.h: Remove trailing whitespace
407 * Move duplicated thread_enable_cancel to CommonLibs
408 * lms: Log underrun/overrun events
409 * lms: Remove references to ALERT loglevel
410 * lms: Remove unused var m_last_tx_overruns
411 * lms: Catch and log dropped packets by HW during recv
412 * cosmetic: uhd: Move smpl_buf out of UHDDevice, move UHDDevice class definition to .h
413 * uhd: smpl_buf: Drop UHD specifics out back to UHDDevice
414 * uhd: smpl_buf: Use TIMESTAMP type in str_status
415 * cosmetic: uhd: Use loglevel ERROR instead of ERR
416 * uhd: Avoid reallocation of buffers every read
417 * Move smpl_buf out of uhd dir to re-use it in other devices
418 * device: Drop unused numberRead/numberWritten APIs
419 * smpl_buf: Remove unused clk_rt variable
420 * smpl_buf: Remove unused clk_rt variable (fixup)
421 * smpl_buf: Remove dbg log line with duplicated info
422 * Introduce LOGCHAN macro to standarize logging channel info
423 * smpl_buf: Move it to device/common and create libdevice_common.la
424 * lms: Use smpl_buf to recover from timestamp jumps
425 * lms: Fix stream_stats checks with droppedPackets
426 * Add rate_ctr support to store/retrieve SDR errors through VTY
427 * Rename and move STOP signal from Transceiver to main
428 * doc: vty: Update trx_vty_reference.xml
429 * lms: Drop unusued variable masterClockRate
430 * lms: Fix stream_stats checks with overrun/underrun
431 * Add VTY commands to set error ctr thresholds
432 * Remove AUTHORS file
433 * trx_{vty,rate_ctr}: Set proper license AGPLv3+
434 * Introduce structs to encode TRXD packets
435 * Transceiver: refactor: gather uplink burst parameters in struct
436 * Transceiver: Drop unused rssi_valid struct field
437 * Transceiver: Move nbits burst size calculation to pullRadioVector()
438 * Transceiver: Move calculation of normalized values (rssiOffset) to pullRadioVector()
439 * Transceiver: Move soft bits normalization to pullRadioVector()
440 * Transceiver: Drop use of GSM::Time from trx_ul_burst_ind
441 * Transceiver: Get rid of SoftVector in struct trx_ul_burst_ind
442 * Transceiver: replace UDPSocket with libosmocore socket API
443 * Transceiver: Avoid noise calculation formula in 2 branches in pullRadioVector
444 * Transceiver: Simplify code on early error return when calling detectAnyBurst
445 * Transceiver: pullRadioVector(): Move initialization of var to start of function
446 * Transceiver: Support pulling idle frames in pullRadioVector()
447 * sigProcLib: detectAnyBurst() family: Use struct to gather all out params
448 * sigProcLib: detectAnyBurst(): make TSC used to detect burst available to caller
449 * Logger: global Log mutex is now available from C code
450 * Transceiver: Move out TRXD socket send code to prepare for TRXDv1
451 * Transceiver: Support SETFORMAT command
452 * Transceiver: Support TRXD v1
453 * Transceiver: Initialize mExtRACH in constructor
454 * debian/copyright: Remove non existent radioInterfaceDiversity.cpp from list
455 * debian/copyright: Update wrong paths in license list
456 * debian/copyright: Add missing file Utils.* to LGPL-2.1+ list
457 * cosmetic: Fix trailing whitespace in several files
458 * Add SPDX annotation
459 * Bind CTRL port to IP addr specified in VTY config
460 * Transceiver: Store TRXD version per channel
461 * Transceiver: Clean up code passing parameters to threads
462 * Remove empty ChangeLog fnd NEWS files
463 * Remove unused autogen.sh
464 * radioInterface: Clarify how underruns are handled driving a radioDevice
465 * usrp1: don't check for non-null underrun pointer
466 * jenkins.sh: Workaround libusrp build race conditon
467 * lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctr
468 * Move inband-signaling-usb documentation to UserManual
469 * Move matlab files under utils/matlab
470 * Move Transceiver52/README to UserManual
471 * Move README.DFEsymbolspaced to utils/matlab
472 * Move std_inband.rbf under device/usrp1/ dir
473 * Drop old README information, provide new updated README
474 * Transceiver: Add missing include netinet/in.h
475 * Require newer version of libosmocore to avoid build failure
476
477 [ Tom Tsou ]
478 * multi-ARFCN: fix maximum number of carriers limitation
479
480 [ Harald Welte ]
481 * use BSC_FD_READ and not OSMO_FD_READ
482 * proto_trxd.c: Use bit-wise AND, not boolean AND
483 * Timeval: Restore output stream flags after changing them
484 * ChannelizerBase: fix initialization of class members
485 * CorrelationSequence: fix initialization of class members
486 * radioInterface.cpp: Fix missing member initialization of RadioInterface()
487
488 [ Joachim Steiger ]
489 * lms: Remove wrong unused code copied from -uhd
490 * lms: move LMS_EnableChannel from Start/Stop to Open/Close device
491 * lms: move LMS_GetLPFBWRange and LMS_Calibrate calls from open to start
492 * lms: add device type detection and device specific gains
493 * lms: properly call close if set_antennas() fails, add some comments
494
495 [ Oliver Smith ]
496 * debian: create -doc subpackage with pdf manuals
497 * contrib/jenkins.sh: run "make maintainer-clean"
498
499 [ Eric Wild ]
500 * Add option to set stack size in config file, default == 0 == OS default
501
502 [ Ruben Undheim ]
503 * Fix spelling discovered by lintian
504
505 -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 07 Aug 2019 21:12:56 +0200
506
Harald Welted20b7fa2019-01-20 19:35:05 +0100507osmo-trx (1.0.0) unstable; urgency=medium
508
509 [ Pau Espin Pedrol ]
510 * doc: examples: Add umtrx sample config
511 * UHDDevice: Fix setup failure with LimeSuite > 18.04.1
512 * examples: Set rt-prio 18 and print file basename
513 * lms: Several improvements and compilation/runtime fixes
514 * build: Add support for LimeSuite device backend
515 * LMSDevice: Set correct values for Max{Tx,Rx}Gain
516 * LMSDevice: Fix setup failure with LimeSuite > 18.04.1
517 * lms: Makefile.am: Reorder params to fix link issue
518 * lms: Check LPBFW to set is within supported range
519 * debian: Add package osmo-trx-lms
520 * contrib: Add systemd services for all backends
521 * debian: Add cfg file examples for osmo-trx-{lms,uhd}
522 * Add -V param to print version
523 * lms: Allow values diff than 34dB to be set by setRxGain()
524 * Use correct paths when installing example files
525 * debian: Enable build of osmo-trx-lms
526 * debian: Explicitly enable osmo-trx-uhd build
527 * configure.ac: Fix typo in with-lms help string
528 * vty: Fix typo in gpsdo clock reference type
529 * configure.ac: Add --enable-werror option
530 * Logger: Disable pthread cancel point inside Logger destructor
531 * cosmetic: Fix trailing whitespace
532 * radioInterface: forward errors from RadioDevice to Transceiver in recv path
533 * lms: Return error on device read timeout
534 * osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on error
535 * radioInterface: Fix variable storing integer return value
536 * configure.ac: Specify default language as C++
537 * UHHDDevice: Replace deprecated header uhd/utils/thread_priority.hpp
538 * SigProcLib: Use available copyTo Vector API instead of memcopy
539 * cosmetic: Fix trailing whitespace in several files
540 * radioInterfaceMulti:pullBuffer: Sanely convert float array to complex array
541 * Vector: Copy arrays in a sane way for non-trivially copyable types
542 * jenkins.sh: Add --enable-werror flag to osmo-trx configure step
543 * Install systemd services with autotools
544 * Install sample cfg file to /etc/osmocom
545 * cosmetic: Use proper whitespace in several for loops
546 * Use pthread_setname_np to name threads
547 * CommonLibs/Makefile.am: Specify libcommon_la_LIBADD
548 * Transciever: Log values causing Tx underrun
549 * examples: Use logging level 'set-all' instead of 'all'
550 * jenkins.sh: Enable build of osmo-trx-lms
551 * ChannelizerBase: Fix ASan alloc-dealloc-mismatch
552 * UHDDevice: setRxGain on chan 0 when using multi-arfcn
553 * lms: Use LimeSuite.h log level defines instead of hardcoded values
554 * lms: Apply LMS->OSMO log level conversion
555 * Introduce OsmoTRX manual
556 * Introduce chapter trx_if.adoc and add it to OsmoTRX and OsmoBTS
557 * trx: Add reference to project wiki page in overfiew section
558 * trx: Add Hardware architecture support section
559 * trx: Add Hardware device support section
560 * osmotrx: Split Device specific section from backend one
561 * osmotrx: Write initial documentation for several supported devices
562 * osmotrx: configuration: Add section to document multi-arfcn feature
563 * osmotrx: Create a common chapter for section documenting backends
564 * osmotrx: Introduce code architecture chapter
565 * lms: Fix start after stop of device
566 * lms: Destroy streams on device stop
567 * radioInterface: Fix memleak during close()
568 * PointerFIFO: Fix memleak of ListNode
569 * lms: Make sure LMS_Close is called when Device is torn down
570 * osmo-trx: Change some lines to use libosmocore logging instead of cout
571 * lms: Close device on LMS_Init failure
572 * SigProcLib: Improve Vector buffer allocation mess
573 * lms: Allow setting Tx/RxGain for chan!=0
574 * lms: Allow setting Tx/RxFreq for lchan!=0
575 * lms: Improve Set{Rx,Tx}{Gain,Freq} logging
576 * transceiver: log chan on CTRL command received
577 * Add TRXCTRL log category
578 * transceiver: Log TRXCTRL iface responses towards osmo-bts-trx
579 * lms: Move {under,over}run checks into separate method
580 * lms: Do {under,over}run checks even if LMS_RecvStream fails
581 * Timeval: passed() returns true if time is equal
582 * Timeval: Move implementation to use clock_gettime and timespec
583 * Timeval: Move to osmo_clock_gettime
584 * TimevalTest: Make test deterministic with fake time
585 * lms: Fix build against LimeSuite > 18.10
586 * configure.ac: check boost only if USRP1 support is enabled
587
588 [ Vadim Yanitskiy ]
589 * trx_vty.c: fix: use CONFIG_NODE as parent by default
590 * device/lms/LMSDevice.cpp: fix compilation warning
591 * sigProcLib: introduce both TS1 and TS2 RACH synch. sequences
592 * sigProcLib: add a CorrType for extended (11-bit) RACH
593
594 [ Harald Welte ]
595 * Initial work towards direct LimeSuite support in OsmoTRX
596 * update .gitignore to include osmo-trx-lms
597 * LMSDevice: Call LMS_Init() before setting sample rate
598 * LMSDevice: Print sample rate range + actual sample rate after setting it
599 * LMSDevice: Typo fix: s/Internal/External
600 * LMSDevice: Set low-pass filters to smallest possible option
601 * LMSDevice: Fix initial timestamp offset of 2500
602 * LMS_Device: Set ts_offset to 0.
603 * LMSDevice: Reduce Rx logging verbosity: Only log unexpected timestamps
604 * move set_antennas() from UHD to generic radioDevice base class
605 * lms: Fix support for rx_paths / tx_paths
606 * lms: Call set_antennas() during open() method
607 * radioDevice: Move tx_sps from derived into base class
608 * radioDevice: better encapsulation in base class
609 * lms: Fix coding style
610 * lms: Fail in case of unsupported configuration
611 * usrp1: Fail in case of unsupported configuration
612 * Fix config file saving of {tx,rx}-path VTY config strings
613 * logging: Introduce new "DDEV" category for device-specific code
614 * update git-version-gen to generate proper version numbers
615 * ensure well-formed example config files
616 * SocketsTest.testReaderIP(): Zero terminate received buffer
617 * trx_validate_config(): Fix validation of rx_sps
618 * vty-ref: Update URI of docbook 5.0 schema
619 * lms: User correct scale factor for transmit samples
620 * lms: Set Rx gain to midpoint, as comment suggests.
621 * usrp1: Remove uninitialized skipRx logic
622 * usrp1: Fix formatting of log message (missing space)
623 * cosmetic: Don't call the SDR "USRP" in error message
624
625 [ Zydrunas Tamosevicius ]
626 * lms: Use same timestamp offset like when using LimeSDR via UHD
627 * lms: Reduce log level of "send buffer of len ..."
628 * lms: fix LMS_StartStream() handling for multiple channels
629 * lms: Reduce Rx gain from 47 to 34 dB
630
631 [ Alexander Couzens ]
632 * debian: add patches for debian8
633
634 [ Oliver Smith ]
635 * Add long parameters (--help, --version, ...)
636 * build manuals moved here from osmo-gsm-manuals.git
637 * Fix DISTCHECK_CONFIGURE_FLAGS override
638 * contrib/jenkins.sh: build and publish manuals
639 * jenkins.sh: run "make distcheck"
640 * contrib: fix makedistcheck with disabled systemd
641 * osmo-trx.cpp: move comma_delimited_to_vector() to Utils.cpp
642 * LMSDevice: make use of dev-args in osmo-trx.cfg
643 * LMSDeviceTest: fix link errors on OBS
644
645 [ Neels Hofmeyr ]
646 * Importing history from osmo-gsm-manuals.git
647
648 [ d0gtail ]
649 * UHDDevice: log exception information on device open failure
650
651 -- Harald Welte <laforge@gnumonks.org> Sun, 20 Jan 2019 19:35:04 +0100
652
Pau Espin Pedrold0ac9262018-05-03 16:23:30 +0200653osmo-trx (0.4.0) unstable; urgency=medium
654
655 [ Neels Hofmeyr ]
656 * jenkins: use osmo-clean-workspace.sh before and after build
657
658 [ Harald Welte ]
659 * SocketsTest: Fix printing of non-nul-terminated string
660 * Revert "debian: Remove osmo-trx-usrp1 until we can build libusrp1.deb"
661 * debian/control: Remove "Maintainer" from binary package section
662 * debian/rules: Make sure we always require libusrp
663 * debian: Ensure USRP1 firmware is part of osmo-trx-usrp1
664 * debian/control: Add build dependency to libusrp-dev
665 * update .gitignore for new executable names
666 * osmo-trx: s/GSM Core Address/GSM BTS Address/
667
668 [ Piotr Krysik ]
669 * UHDDevice.cpp: add USRP B205mini support
670
671 [ Max ]
672 * Mark release target as virtual
673 * Remove outdated references to OpenBTS
674 * Remove unused headers
675 * Update installation instructions
676 * Update legal disclaimer
677 * Update license notes
678 * tests: null-terminate buffer
679
680 [ Pau Espin Pedrol ]
681 * cosmetic: Remove trailing whitespace
682 * Logger: Stop using Log.Alarms.Max from config
683 * Logger: Stop using Log.File and Log.Level from config
684 * Drop use of ConfigurationTable gConfig
685 * Remove Configuration module and libsqlite dependency
686 * cosmetic: AUTHORS: fix trailing whitespace
687 * Set up GNU Autotest infrastructure
688 * tests: InterThread: adapt to have reproducible output and enable autotest
689 * tests: Timeval: adapt to have reproducible output and enable autotest
690 * tests: Log: adapt to have reproducible output and enable autotest
691 * Sockets.cpp: Fix initialization of UDD socket
692 * tests: Sockets: adapt to have reproducible output and enable autotest
693 * utils/convolvtest: Remove uneeded libosmocore dependency
694 * Move ARCH_LA to Makefile.common
695 * tests: Migrate convtest util to autotest infrastructure
696 * arm/convert.c: Fix compilation error
697 * arm/convert.c: Add missing convert_init implementation
698 * .gitignore: Add missing test related files
699 * Remove UDDSocket class
700 * tests: SocketTests: Pick OS-assigned instead of setting one manually
701 * tests: SocketsTest: Avoid hang forever if test fails
702 * tests: SocketsTest: Fail test on write fail
703 * tests: TimevalTest: refactor and avoid double comparison
704 * contrib/jenkins.sh: Use qemu+proot+debootstrap to run tests with ARM instruction set
705 * tests: convolve: Disable due to difference in output in different archs
706 * Remove unneeded libdl dependency
707 * Fix whitespace
708 * Add support to set Rx/TxAntenna
709 * UHDDevice: Initialize async_event_thrd in constructor
710 * Logger: Drop unused gLogEarly
711 * Logger: Remove unused logging macros
712 * Logger: get rid of alarm APIs
713 * Logger: Drop syslog support
714 * Logger: Drop support to log into file
715 * Logger: Remove unused includes
716 * Logger: Remove gLogToConsole flag
717 * configure.ac: Check for pkg-config
718 * Depend on libosmocore
719 * osmo-trx: set up signals using libosmocore helpers
720 * osmo-trx: Set up talloc ctx
721 * debian: Depend on libtalloc and libosmocore
722 * Add initial support for logging, vty, ctrl
723 * Logger: Use libosmocore logging system
724 * osmo-trx.cpp: Move trx start and stop to helper functions
725 * Move enums required by VTY to a separate header
726 * vty: Implement VTY cfg parsing for current parameters
727 * doc: Add sample cfg file for LimeSDR
728 * osmo-trx: Use VTY cfg structures while still allowing cmd line options
729 * osmo-trx: Re-introduce -l cmd line parameter
730 * Makefile.am: Avoid using subdir if arch is not required
731 * Build Transceiver52M/common as an .la lib
732 * use osmo_init_logging2()
733 * tests: Makefile.am: Fix typo in include path
734 * configure.ac: Add --enable-sanitize option
735 * Move arch specific fiels to arch subdir
736 * Move device specific files to device subdir
737 * Change configure define USRP1 to DEVICE_USRP1
738 * Move device specific code out of radioInterface
739 * Transceiver: Move device specific code to radioDevice class
740 * Build one osmo-trx binary for each device support enabled
741 * Logger: Print correct source file and line number
742 * Transceiver: log timing info of stale bursts
743 * build: Fix make distcheck
744 * build: More OBS build failure fixes
745 * jenkins.sh: Enable build of osmo-trx-usrp1
746 * debian: Remove osmo-trx-usrp1 until we can build libusrp1.deb
747 * debian: Fix OBS build
748 * build: Fix OBS build for ARM
749 * git-version-gen: Take into account tags not in master
750
751 [ Alexander Huemer ]
752 * Unbreak `./configure --with-usrp1` build
753 * Fix USRP1 build with support for setting Rx/TxAntenna
754
755 [ Alexander Couzens ]
756 * jenkins.sh: fix the download url if the qemu image wasn't setup
757 * jenkins.sh: cleanup always the workspace
758 * jenkins.sh: change qemu-img default location to $HOME/qemu-img instead of /opt/qemu-img
759
760 [ Vadim Yanitskiy ]
761 * Transceiver.cpp: use a define for the MAX_PACKET_LENGTH
762 * Transceiver.cpp: properly zero-terminate received commands
763 * Transceiver.cpp: use pointer arithmetics for CMD parsing
764 * Transceiver.cpp: fix incorrect format string for SETTSC
765 * Transceiver.cpp: prevent out-of-range array access
766
767 [ Martin Hauke ]
768 * configure.ac: Fix typo
769
770 [ Philipp Maier ]
771 * doc: add example config for usrp B200 series
772
773 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 16:23:29 +0200
774
Harald Welte78e1cd22017-10-28 17:52:32 +0200775osmo-trx (0.2.0) unstable; urgency=medium
776
777 [ Alexander Chemeris ]
778 * EDGE: Add support for UmTRX.
779 * Common: Get rid of a compilation warning.
780 * Common: Make sure gLogEarly() log to the same facilities as the normal log.
781 * transceiver: Properly handle MAXDLY.
782 * transceiver: Add an option to generate random Access Bursts.
783 * osmo-trx: Output Rx SPS as a part of configuration output.
784 * transceiver: Do not pass transceiver state struct to function where it's not used.
785 * makefile: Fix build from an external path.
786 * radioDevice: GSMRATE macro must have parentheses around its definition.
787 * uhd: Fix comment.
788 * radioInterface: Initialize power scale with a meaningful default.
789 * transceiver: Log channel number in DEBUG output of demoded bursts.
790 * transceiver: Add an option to emulate a RACH delay in random filler mode.
791 * UHD: Initial LimeSDR support.
792 * CommonLibs: Remove unused files.
793 * sigProcLib: Typo sybols -> symbols
794 * radioBuffer: Remove extra ; at the end of inline function definitions.
795 * sigProcLib: Fix documentation, sync argument names in .cpp and .h files.
796 * sigProcLib: make energyDetect() simpler by returning actual energy.
797 * sigProcLib: Rename demodulateBurst() to demodGmskBurst() for clarity.
798 * sigProcLib: Slice SoftVector instead of signalVector for GMSK demod.
799 * Call vectorSlicer() right before packing bits for transmission to osmo-bts.
800 * CommonLibs: Print soft bits with less confidence to console when printing a soft vector.
801 * BitVector: Remove convolutional codec - we don't use it in osmo-trx.
802 * BitVector: Convert SoftVector from 0..1 to -1..+1 soft bits.
803 * signalVector: Implement segment().
804 * vector: Introduce segmentMove() method to move data inside of a vector.
805 * vector: Introduce shrink() function to shrink vector size without loosing data.
806 * Move CorrType type from Transceiver to sigProcLib.
807 * sigProcLib: rename signalError type to SignalError.
808 * Move Transceiver::detectBurst() to sigProcLib to make it reusable.
809 * Move BURST_THRESH from Transceiver.cpp to sigProcLib.h to make it reusable.
810 * sigProcLib: Add operator<< to print CorrType to a string.
811 * sigProcLib.h: Fix whitespaces. No non-whitespace changes.
812 * Move Transceiver::demodulate() to sigProcLib to make it reusable.
813 * sigProcLib: constify signalVector arguments for detectBurst() functions.
814 * sigProcLib: Constify demodulation functions burst argument.
815 * sigProcLib: Fix number of tail bits in random Normal Bursts and zero Stealing Bits.
816 * Configuration: Variables allocated with 'new' must be freed with 'delete'.
817 * BitVector: Remove Generator class.
818 * PRBS: a Pseudo-random binary sequence (PRBS) generator class.
819
820 [ Tom Tsou ]
821 * EDGE: Fix USRP B210 device support
822 * uhd: Correct timing alignment in 8-PSK and GMSK downlink bursts
823 * EDGE: Fix demodulation slicer input
824 * common: Restrict UDP binding to localhost only
825 * common: Add mandatory length field to UDP receive calls
826 * uhd: Update default E3XX settings
827 * uhd: Set default Tx sampling to 4 sps
828 * uhd: Make device offset check a private method
829 * uhd: Set minimum UHD version requirement for E3XX
830 * sigproc: Expand RACH, TSC, and EDGE correlation windows
831 * transceiver: Do not report error on SETTSC when radio is on
832 * transceiver: Add Rx samples-per-symbol option
833 * radioInterface: Convert diversity argument to general type
834 * iface: Add inner ring-buffer implementation
835 * mcbts: Add multi-ARFCN channelizing filters
836 * mcbts: Add multi-ARFCN radio support
837 * sigproc: Adjust burst detection threshold criteria
838 * egprs: Enable 8-PSK length vectors on the Tx interface
839 * egprs: Enable 8-PSK burst detection when EDGE is enabled
840 * transceiver: Remove HANDOVER warnings
841 * mcbts: Allow out of order channel setup
842 * radioInterface: Fix multi-channel buffer index bug
843 * uhd: Add command line option for GPS reference
844 * transceiver: Fix mixed GSMK / 8-PSK transmission
845 * transceiver: Fix 4 SPS receive TOA value
846 * sigproc: Fix missing 8-PSK tail symbols
847 * uhd: Update USRP2/N200/N210 for 4 SPS Rx
848 * sigproc: Match differential GMSK start/end bits to tail bits
849 * uhd: Add missing B200 sample timing for 4 SPS receive
850 * transceiver: Fix command build warning
851 * uhd: Set minimum supported version to 3.9.0
852 * uhd: Add X300 sample timing for 4 SPS
853 * Revert "uhd: Set minimum supported version to 3.9.0"
854 * uhd: Add support for UHD-3.11 logging control
855 * uhd: Increase MC-BTS FPGA clock rate to 51.2 MHz
856 * Resampler: Fix initialization return checking
857 * sigProcLib: Remove unreachable code and no-effect checks
858 * sigProcLib: Check return status on downsampling
859 * sigProcLib: Fix negative value check on unsigned value
860 * Resampler: Fix non-array delete for filter taps
861 * Transceiver: Remove unsigned negative compares
862 * Configuration: Fix const and signedness compile warnings
863 * config: Remove OpenBTS style sqlite configuration
864 * radioInterface: Remove UmTRX 'diversity' option
865 * build: Require and check for gcc C++11 support
866 * uhd: Use map container for for device parameter access
867 * sigProcLib: Remove unused functions from public interface
868 * uhd: Add non-UmTRX channel swap support
869 * uhd: Fix Tx-RX timing offset setting
870 * uhd: Fix USRP2/N200/N210 device detection
871 * transceiver: Fix POWEROFF crash on USRP2/N200/X300 devices
872 * sigProcLib: Fix complex/real vector flag in Laurent modulator
873 * sigProcLib: Remove heap based signal vector allocations
874 * common: Declare explicit Vector move constructor
875 * sigProcLib: Remove trigonometric tables
876 * sigProcLib: Use explicit NaN check in sinc table generation
877 * sigProcLib: Replace dynamically allocated resampling buffers
878 * sigProcLib: Specify standard namespace for isnan()
879 * uhd: Always specify samples-per-symbol for device lookup
880 * LimeSDR: set approximate tx offset value to make GSM work
881
882 [ Neels Hofmeyr ]
883 * add basic .gitignore
884 * configure.ac: check for boost/config.hpp header
885 * The INSTALL file is being overwritten by autoreconf, but it is committed as empty file. As a result, the INSTALL file always shows as modified. Instead, remove INSTALL from git and ignore it.
886 * add contrib/jenkins.sh, for gerrit build bot
887
888 [ pierre.baudry ]
889 * transceiver: Fix mismatched allocations and deallocations
890
891 [ Holger Hans Peter Freyther ]
892 * debian: Require fftw3 header files for osmo-trx
893
894 [ Max ]
895 * Add gerrit settings
896 * Integrate Debian packaging changes
897 * Remove embedded sqlite3
898 * Fix building against sqlite3
899 * Add autoconf-archive to dependencies
900 * debian: remove obsolete dependency
901 * deb: remove unused dependency
902 * Remove redundant explicit dependency
903 * Use release helper from libosmocore
904
905 [ Ruben Undheim ]
906 * Do not embed sqlite3 when building
907
908 [ Philipp Maier ]
909 * buildenv: Turn off native architecture builds
910 * cosmetic: Make parameter lists uniform
911 * Add test program to verify convolution implementation
912 * ssedetect: Add runtime CPU detection
913 * cosmetic: remove code duplication
914 * buildenv: Make build CPU invariant
915 * buildenv: Split up SSE3 and SSE4.1 code
916 * cosmetic: Add info about SSE support
917
918 [ Vadim Yanitskiy ]
919 * buildenv: correct the ax_sse macro description
920 * buildenv: actually strip unused cpuid functionality
921 * buildenv: fix build on systems without SIMD support
922 * buildenv: cosmetic changes
923 * buildenv: check for __builtin_cpu_supports call support
924 * ssedetect: call __builtin_cpu_supports() only if supported
925
926 [ Pau Espin Pedrol ]
927 * cosmetic: transciever: Remove trailing whitespaces
928 * transceiver: Avoid sending clock indications when trx is not powered on
929 * Add -j option to bind to specific address
930
931 [ ignasj ]
932 * LimeSDR: Change device detection to work with USB and PCIe versions
933 * LimeSDR: change tx window type to TX_WINDOW_FIXED
934 * LimeSDR: Fix sample value range
935
936 [ Harald Welte ]
937 * Add '-t' command line option to enable SCHED_RR
938 * Import git-version-gen and update AC_INIT()
939
940 -- Harald Welte <laforge@gnumonks.org> Sat, 28 Oct 2017 17:52:32 +0200
941
Holger Hans Peter Freytherd17b1892016-03-18 20:13:23 +0100942osmo-trx (0.1.9) trusty; urgency=medium
943
944 * Ask Ivan, really
945
946 -- Kirill Zakharenko <earwin@gmail.com> Thu, 16 Jul 2015 12:13:46 +0000
947
948osmo-trx (0.1.8) precise; urgency=low
949
950 * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP
951
952 -- Ivan Klyuchnikov <Ivan.Kluchnikov@fairwaves.ru> Sun, 9 Mar 2014 14:10:10 +0400