blob: 9d9b83efee5028c7aaee5189ebcd4b160c89bb92 [file] [log] [blame]
Kirill Zakharenko9e552062020-05-01 19:16:59 +03001osmo-trx (1.2.0-fw.1) unstable; urgency=medium
2
3 * relocated to master:a7143bf7a12e
4
5 -- Kirill Zakharenko <kirill.zakharenko@fairwaves.co> Fri, 1 May 2020 18:23:29 +0300
6
Pau Espin Pedrolda7fee82020-01-03 19:54:00 +01007osmo-trx (1.2.0) unstable; urgency=medium
8
9 [ Pau Espin Pedrol ]
10 * osmo-trx: log to stderr on signal received
11 * Drop old setPriority related code
12 * Transceiver: fix segfault during init if IP addr binding fails
13 * Transceiver: Check return value when binding IP addr for clock socket
14 * Transceiver: Clean up receival of downlink bursts
15 * Transceiver: Fix idle ul burst indications being dropped
16 * Transceiver: exit process when BTS drops connection
17 * Transceiver: Enable EDGE detection only on PDCH timeslots
18 * lms: Log available antennas if requested antenna fails
19 * device: Use LOGCHAN in set_antennas()
20 * Transceiver: Fix logging TN and version
21 * Transceiver: Use LOGCHAN in logRxBurst to unify log format
22 * Transceiver: Log error condition no burst in pullRadioVector()
23 * Transceiver: pullRadioVector(): Fix use of uninitialized value bi->tn
24 * Transceiver: Don't stop TRX if pulling from OFF timeslot
25 * radioInterface: Rename mRadio to mDevice
26 * radioInterfaceMulti: Check equals zero explicitly
27 * USRPDevice: Fix setRxGain return on error and getRxGain() returning always 0
28 * USRPDevice: Return previous txGain if setting value failed
29 * LMSDevice: Return previous txGain/rxGain if setting value failed
30 * radioInterface: Remove unusued getRxGain()
31 * radioDevice: Introduce getTxGain() API
32 * radioInterfaceMulti: Override setTxGain() to avoid chan!=0 calls
33 * UHDDevice: Drop unneeded MULTI_ARFCN checks
34 * radioInterface{Multi,Resamp}: Fix successful writeSamples() masking underrun from readSamples()
35 * radioInterface: Mark setRxGain as virtual
36 * Move multi-ARFCN chan amount modification from UHDDevice to parent class
37 * radioInterface: Atomically fetch and change underrun variable
38 * radioInterfaceMulti: write frequency offset direction (rx/tx) in log line
39 * Use new libosmocore logging lock API
40 * Transceiver: Fix wrong response upon CMD HANDOVER failure
41 * uhd: use value already cached in tmp variable
42 * Transceiver.cpp: Introduce and use new logging categories
43
44 [ Timo Jacobus ]
45 * Transceiver: Fixed copying of history into and from channelizer buffer.
46
47 [ Alexander Chemeris ]
48 * vty: Don't enable random filler bursts automatically with EDGE.
49 * vty: Simplify filler burst settings and improve help and readability.
50
51 [ Martin Hauke ]
52 * Fix common misspellings and typos
53
54 [ Harald Welte ]
55 * trx: exit() on unsupported positional arguments on command line
56
57 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 03 Jan 2020 19:54:00 +0100
58
Pau Espin Pedrold0cbb162019-08-08 13:00:06 +020059osmo-trx (1.1.1) unstable; urgency=medium
60
61 * UNRELEASED
62
63 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 08 Aug 2019 13:00:05 +0200
64
Pau Espin Pedrole774d522019-08-07 21:12:56 +020065osmo-trx (1.1.0) unstable; urgency=medium
66
67 [ Sylvain Munaut ]
68 * arm/convolve: Fix the vfp4 real convolution for h_len=12
69 * convolve: Remove support for step, offset parameters
70 * tests: Rework the convolve_test
71 * tests: Re-enable the convolve_test by default
72 * sigProcLib: Add C/I (Carrier-to-Interference ratio) computation
73
74 [ Vadim Yanitskiy ]
75 * VTY: add extended (11-bit) RACH detection toggle
76 * doc/configuration.adoc: fix incorrect number of physical RF channels for B210
77 * driveTxPriorityQueue(): cosmetic: use proper type for TDMA TN
78 * driveTxPriorityQueue(): use trxd_hdr_common for message parsing
79 * driveTxPriorityQueue(): check if message header format is supported
80 * driveTxPriorityQueue(): enrich logging message
81 * trxd_fill_common(): fix TRXD header version coding
82 * manuals/configuration.adoc: fix copy-paste error in config example
83
84 [ Pau Espin Pedrol ]
85 * osmo-trx: Avoid handling signals after shutdown triggered
86 * osmo-trx: Use signalfd to serialize signals in main thread ctx
87 * osmo-trx: Check return code of osmo_fd_register
88 * lms: flush_recv: alloc buf on stack instead of heap
89 * lms: Improve log during flush recv error
90 * cosmetic: Threads.h: Remove trailing whitespace
91 * Move duplicated thread_enable_cancel to CommonLibs
92 * lms: Log underrun/overrun events
93 * lms: Remove references to ALERT loglevel
94 * lms: Remove unused var m_last_tx_overruns
95 * lms: Catch and log dropped packets by HW during recv
96 * cosmetic: uhd: Move smpl_buf out of UHDDevice, move UHDDevice class definition to .h
97 * uhd: smpl_buf: Drop UHD specifics out back to UHDDevice
98 * uhd: smpl_buf: Use TIMESTAMP type in str_status
99 * cosmetic: uhd: Use loglevel ERROR instead of ERR
100 * uhd: Avoid reallocation of buffers every read
101 * Move smpl_buf out of uhd dir to re-use it in other devices
102 * device: Drop unused numberRead/numberWritten APIs
103 * smpl_buf: Remove unused clk_rt variable
104 * smpl_buf: Remove unused clk_rt variable (fixup)
105 * smpl_buf: Remove dbg log line with duplicated info
106 * Introduce LOGCHAN macro to standarize logging channel info
107 * smpl_buf: Move it to device/common and create libdevice_common.la
108 * lms: Use smpl_buf to recover from timestamp jumps
109 * lms: Fix stream_stats checks with droppedPackets
110 * Add rate_ctr support to store/retrieve SDR errors through VTY
111 * Rename and move STOP signal from Transceiver to main
112 * doc: vty: Update trx_vty_reference.xml
113 * lms: Drop unusued variable masterClockRate
114 * lms: Fix stream_stats checks with overrun/underrun
115 * Add VTY commands to set error ctr thresholds
116 * Remove AUTHORS file
117 * trx_{vty,rate_ctr}: Set proper license AGPLv3+
118 * Introduce structs to encode TRXD packets
119 * Transceiver: refactor: gather uplink burst parameters in struct
120 * Transceiver: Drop unused rssi_valid struct field
121 * Transceiver: Move nbits burst size calculation to pullRadioVector()
122 * Transceiver: Move calculation of normalized values (rssiOffset) to pullRadioVector()
123 * Transceiver: Move soft bits normalization to pullRadioVector()
124 * Transceiver: Drop use of GSM::Time from trx_ul_burst_ind
125 * Transceiver: Get rid of SoftVector in struct trx_ul_burst_ind
126 * Transceiver: replace UDPSocket with libosmocore socket API
127 * Transceiver: Avoid noise calculation formula in 2 branches in pullRadioVector
128 * Transceiver: Simplify code on early error return when calling detectAnyBurst
129 * Transceiver: pullRadioVector(): Move initialization of var to start of function
130 * Transceiver: Support pulling idle frames in pullRadioVector()
131 * sigProcLib: detectAnyBurst() family: Use struct to gather all out params
132 * sigProcLib: detectAnyBurst(): make TSC used to detect burst available to caller
133 * Logger: global Log mutex is now available from C code
134 * Transceiver: Move out TRXD socket send code to prepare for TRXDv1
135 * Transceiver: Support SETFORMAT command
136 * Transceiver: Support TRXD v1
137 * Transceiver: Initialize mExtRACH in constructor
138 * debian/copyright: Remove non existent radioInterfaceDiversity.cpp from list
139 * debian/copyright: Update wrong paths in license list
140 * debian/copyright: Add missing file Utils.* to LGPL-2.1+ list
141 * cosmetic: Fix trailing whitespace in several files
142 * Add SPDX annotation
143 * Bind CTRL port to IP addr specified in VTY config
144 * Transceiver: Store TRXD version per channel
145 * Transceiver: Clean up code passing parameters to threads
146 * Remove empty ChangeLog fnd NEWS files
147 * Remove unused autogen.sh
148 * radioInterface: Clarify how underruns are handled driving a radioDevice
149 * usrp1: don't check for non-null underrun pointer
150 * jenkins.sh: Workaround libusrp build race conditon
151 * lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctr
152 * Move inband-signaling-usb documentation to UserManual
153 * Move matlab files under utils/matlab
154 * Move Transceiver52/README to UserManual
155 * Move README.DFEsymbolspaced to utils/matlab
156 * Move std_inband.rbf under device/usrp1/ dir
157 * Drop old README information, provide new updated README
158 * Transceiver: Add missing include netinet/in.h
159 * Require newer version of libosmocore to avoid build failure
160
161 [ Tom Tsou ]
162 * multi-ARFCN: fix maximum number of carriers limitation
163
164 [ Harald Welte ]
165 * use BSC_FD_READ and not OSMO_FD_READ
166 * proto_trxd.c: Use bit-wise AND, not boolean AND
167 * Timeval: Restore output stream flags after changing them
168 * ChannelizerBase: fix initialization of class members
169 * CorrelationSequence: fix initialization of class members
170 * radioInterface.cpp: Fix missing member initialization of RadioInterface()
171
172 [ Joachim Steiger ]
173 * lms: Remove wrong unused code copied from -uhd
174 * lms: move LMS_EnableChannel from Start/Stop to Open/Close device
175 * lms: move LMS_GetLPFBWRange and LMS_Calibrate calls from open to start
176 * lms: add device type detection and device specific gains
177 * lms: properly call close if set_antennas() fails, add some comments
178
179 [ Oliver Smith ]
180 * debian: create -doc subpackage with pdf manuals
181 * contrib/jenkins.sh: run "make maintainer-clean"
182
183 [ Eric Wild ]
184 * Add option to set stack size in config file, default == 0 == OS default
185
186 [ Ruben Undheim ]
187 * Fix spelling discovered by lintian
188
189 -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 07 Aug 2019 21:12:56 +0200
190
Harald Welted20b7fa2019-01-20 19:35:05 +0100191osmo-trx (1.0.0) unstable; urgency=medium
192
193 [ Pau Espin Pedrol ]
194 * doc: examples: Add umtrx sample config
195 * UHDDevice: Fix setup failure with LimeSuite > 18.04.1
196 * examples: Set rt-prio 18 and print file basename
197 * lms: Several improvements and compilation/runtime fixes
198 * build: Add support for LimeSuite device backend
199 * LMSDevice: Set correct values for Max{Tx,Rx}Gain
200 * LMSDevice: Fix setup failure with LimeSuite > 18.04.1
201 * lms: Makefile.am: Reorder params to fix link issue
202 * lms: Check LPBFW to set is within supported range
203 * debian: Add package osmo-trx-lms
204 * contrib: Add systemd services for all backends
205 * debian: Add cfg file examples for osmo-trx-{lms,uhd}
206 * Add -V param to print version
207 * lms: Allow values diff than 34dB to be set by setRxGain()
208 * Use correct paths when installing example files
209 * debian: Enable build of osmo-trx-lms
210 * debian: Explicitly enable osmo-trx-uhd build
211 * configure.ac: Fix typo in with-lms help string
212 * vty: Fix typo in gpsdo clock reference type
213 * configure.ac: Add --enable-werror option
214 * Logger: Disable pthread cancel point inside Logger destructor
215 * cosmetic: Fix trailing whitespace
216 * radioInterface: forward errors from RadioDevice to Transceiver in recv path
217 * lms: Return error on device read timeout
218 * osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on error
219 * radioInterface: Fix variable storing integer return value
220 * configure.ac: Specify default language as C++
221 * UHHDDevice: Replace deprecated header uhd/utils/thread_priority.hpp
222 * SigProcLib: Use available copyTo Vector API instead of memcopy
223 * cosmetic: Fix trailing whitespace in several files
224 * radioInterfaceMulti:pullBuffer: Sanely convert float array to complex array
225 * Vector: Copy arrays in a sane way for non-trivially copyable types
226 * jenkins.sh: Add --enable-werror flag to osmo-trx configure step
227 * Install systemd services with autotools
228 * Install sample cfg file to /etc/osmocom
229 * cosmetic: Use proper whitespace in several for loops
230 * Use pthread_setname_np to name threads
231 * CommonLibs/Makefile.am: Specify libcommon_la_LIBADD
232 * Transciever: Log values causing Tx underrun
233 * examples: Use logging level 'set-all' instead of 'all'
234 * jenkins.sh: Enable build of osmo-trx-lms
235 * ChannelizerBase: Fix ASan alloc-dealloc-mismatch
236 * UHDDevice: setRxGain on chan 0 when using multi-arfcn
237 * lms: Use LimeSuite.h log level defines instead of hardcoded values
238 * lms: Apply LMS->OSMO log level conversion
239 * Introduce OsmoTRX manual
240 * Introduce chapter trx_if.adoc and add it to OsmoTRX and OsmoBTS
241 * trx: Add reference to project wiki page in overfiew section
242 * trx: Add Hardware architecture support section
243 * trx: Add Hardware device support section
244 * osmotrx: Split Device specific section from backend one
245 * osmotrx: Write initial documentation for several supported devices
246 * osmotrx: configuration: Add section to document multi-arfcn feature
247 * osmotrx: Create a common chapter for section documenting backends
248 * osmotrx: Introduce code architecture chapter
249 * lms: Fix start after stop of device
250 * lms: Destroy streams on device stop
251 * radioInterface: Fix memleak during close()
252 * PointerFIFO: Fix memleak of ListNode
253 * lms: Make sure LMS_Close is called when Device is torn down
254 * osmo-trx: Change some lines to use libosmocore logging instead of cout
255 * lms: Close device on LMS_Init failure
256 * SigProcLib: Improve Vector buffer allocation mess
257 * lms: Allow setting Tx/RxGain for chan!=0
258 * lms: Allow setting Tx/RxFreq for lchan!=0
259 * lms: Improve Set{Rx,Tx}{Gain,Freq} logging
260 * transceiver: log chan on CTRL command received
261 * Add TRXCTRL log category
262 * transceiver: Log TRXCTRL iface responses towards osmo-bts-trx
263 * lms: Move {under,over}run checks into separate method
264 * lms: Do {under,over}run checks even if LMS_RecvStream fails
265 * Timeval: passed() returns true if time is equal
266 * Timeval: Move implementation to use clock_gettime and timespec
267 * Timeval: Move to osmo_clock_gettime
268 * TimevalTest: Make test deterministic with fake time
269 * lms: Fix build against LimeSuite > 18.10
270 * configure.ac: check boost only if USRP1 support is enabled
271
272 [ Vadim Yanitskiy ]
273 * trx_vty.c: fix: use CONFIG_NODE as parent by default
274 * device/lms/LMSDevice.cpp: fix compilation warning
275 * sigProcLib: introduce both TS1 and TS2 RACH synch. sequences
276 * sigProcLib: add a CorrType for extended (11-bit) RACH
277
278 [ Harald Welte ]
279 * Initial work towards direct LimeSuite support in OsmoTRX
280 * update .gitignore to include osmo-trx-lms
281 * LMSDevice: Call LMS_Init() before setting sample rate
282 * LMSDevice: Print sample rate range + actual sample rate after setting it
283 * LMSDevice: Typo fix: s/Internal/External
284 * LMSDevice: Set low-pass filters to smallest possible option
285 * LMSDevice: Fix initial timestamp offset of 2500
286 * LMS_Device: Set ts_offset to 0.
287 * LMSDevice: Reduce Rx logging verbosity: Only log unexpected timestamps
288 * move set_antennas() from UHD to generic radioDevice base class
289 * lms: Fix support for rx_paths / tx_paths
290 * lms: Call set_antennas() during open() method
291 * radioDevice: Move tx_sps from derived into base class
292 * radioDevice: better encapsulation in base class
293 * lms: Fix coding style
294 * lms: Fail in case of unsupported configuration
295 * usrp1: Fail in case of unsupported configuration
296 * Fix config file saving of {tx,rx}-path VTY config strings
297 * logging: Introduce new "DDEV" category for device-specific code
298 * update git-version-gen to generate proper version numbers
299 * ensure well-formed example config files
300 * SocketsTest.testReaderIP(): Zero terminate received buffer
301 * trx_validate_config(): Fix validation of rx_sps
302 * vty-ref: Update URI of docbook 5.0 schema
303 * lms: User correct scale factor for transmit samples
304 * lms: Set Rx gain to midpoint, as comment suggests.
305 * usrp1: Remove uninitialized skipRx logic
306 * usrp1: Fix formatting of log message (missing space)
307 * cosmetic: Don't call the SDR "USRP" in error message
308
309 [ Zydrunas Tamosevicius ]
310 * lms: Use same timestamp offset like when using LimeSDR via UHD
311 * lms: Reduce log level of "send buffer of len ..."
312 * lms: fix LMS_StartStream() handling for multiple channels
313 * lms: Reduce Rx gain from 47 to 34 dB
314
315 [ Alexander Couzens ]
316 * debian: add patches for debian8
317
318 [ Oliver Smith ]
319 * Add long parameters (--help, --version, ...)
320 * build manuals moved here from osmo-gsm-manuals.git
321 * Fix DISTCHECK_CONFIGURE_FLAGS override
322 * contrib/jenkins.sh: build and publish manuals
323 * jenkins.sh: run "make distcheck"
324 * contrib: fix makedistcheck with disabled systemd
325 * osmo-trx.cpp: move comma_delimited_to_vector() to Utils.cpp
326 * LMSDevice: make use of dev-args in osmo-trx.cfg
327 * LMSDeviceTest: fix link errors on OBS
328
329 [ Neels Hofmeyr ]
330 * Importing history from osmo-gsm-manuals.git
331
332 [ d0gtail ]
333 * UHDDevice: log exception information on device open failure
334
335 -- Harald Welte <laforge@gnumonks.org> Sun, 20 Jan 2019 19:35:04 +0100
336
Pau Espin Pedrold0ac9262018-05-03 16:23:30 +0200337osmo-trx (0.4.0) unstable; urgency=medium
338
339 [ Neels Hofmeyr ]
340 * jenkins: use osmo-clean-workspace.sh before and after build
341
342 [ Harald Welte ]
343 * SocketsTest: Fix printing of non-nul-terminated string
344 * Revert "debian: Remove osmo-trx-usrp1 until we can build libusrp1.deb"
345 * debian/control: Remove "Maintainer" from binary package section
346 * debian/rules: Make sure we always require libusrp
347 * debian: Ensure USRP1 firmware is part of osmo-trx-usrp1
348 * debian/control: Add build dependency to libusrp-dev
349 * update .gitignore for new executable names
350 * osmo-trx: s/GSM Core Address/GSM BTS Address/
351
352 [ Piotr Krysik ]
353 * UHDDevice.cpp: add USRP B205mini support
354
355 [ Max ]
356 * Mark release target as virtual
357 * Remove outdated references to OpenBTS
358 * Remove unused headers
359 * Update installation instructions
360 * Update legal disclaimer
361 * Update license notes
362 * tests: null-terminate buffer
363
364 [ Pau Espin Pedrol ]
365 * cosmetic: Remove trailing whitespace
366 * Logger: Stop using Log.Alarms.Max from config
367 * Logger: Stop using Log.File and Log.Level from config
368 * Drop use of ConfigurationTable gConfig
369 * Remove Configuration module and libsqlite dependency
370 * cosmetic: AUTHORS: fix trailing whitespace
371 * Set up GNU Autotest infrastructure
372 * tests: InterThread: adapt to have reproducible output and enable autotest
373 * tests: Timeval: adapt to have reproducible output and enable autotest
374 * tests: Log: adapt to have reproducible output and enable autotest
375 * Sockets.cpp: Fix initialization of UDD socket
376 * tests: Sockets: adapt to have reproducible output and enable autotest
377 * utils/convolvtest: Remove uneeded libosmocore dependency
378 * Move ARCH_LA to Makefile.common
379 * tests: Migrate convtest util to autotest infrastructure
380 * arm/convert.c: Fix compilation error
381 * arm/convert.c: Add missing convert_init implementation
382 * .gitignore: Add missing test related files
383 * Remove UDDSocket class
384 * tests: SocketTests: Pick OS-assigned instead of setting one manually
385 * tests: SocketsTest: Avoid hang forever if test fails
386 * tests: SocketsTest: Fail test on write fail
387 * tests: TimevalTest: refactor and avoid double comparison
388 * contrib/jenkins.sh: Use qemu+proot+debootstrap to run tests with ARM instruction set
389 * tests: convolve: Disable due to difference in output in different archs
390 * Remove unneeded libdl dependency
391 * Fix whitespace
392 * Add support to set Rx/TxAntenna
393 * UHDDevice: Initialize async_event_thrd in constructor
394 * Logger: Drop unused gLogEarly
395 * Logger: Remove unused logging macros
396 * Logger: get rid of alarm APIs
397 * Logger: Drop syslog support
398 * Logger: Drop support to log into file
399 * Logger: Remove unused includes
400 * Logger: Remove gLogToConsole flag
401 * configure.ac: Check for pkg-config
402 * Depend on libosmocore
403 * osmo-trx: set up signals using libosmocore helpers
404 * osmo-trx: Set up talloc ctx
405 * debian: Depend on libtalloc and libosmocore
406 * Add initial support for logging, vty, ctrl
407 * Logger: Use libosmocore logging system
408 * osmo-trx.cpp: Move trx start and stop to helper functions
409 * Move enums required by VTY to a separate header
410 * vty: Implement VTY cfg parsing for current parameters
411 * doc: Add sample cfg file for LimeSDR
412 * osmo-trx: Use VTY cfg structures while still allowing cmd line options
413 * osmo-trx: Re-introduce -l cmd line parameter
414 * Makefile.am: Avoid using subdir if arch is not required
415 * Build Transceiver52M/common as an .la lib
416 * use osmo_init_logging2()
417 * tests: Makefile.am: Fix typo in include path
418 * configure.ac: Add --enable-sanitize option
419 * Move arch specific fiels to arch subdir
420 * Move device specific files to device subdir
421 * Change configure define USRP1 to DEVICE_USRP1
422 * Move device specific code out of radioInterface
423 * Transceiver: Move device specific code to radioDevice class
424 * Build one osmo-trx binary for each device support enabled
425 * Logger: Print correct source file and line number
426 * Transceiver: log timing info of stale bursts
427 * build: Fix make distcheck
428 * build: More OBS build failure fixes
429 * jenkins.sh: Enable build of osmo-trx-usrp1
430 * debian: Remove osmo-trx-usrp1 until we can build libusrp1.deb
431 * debian: Fix OBS build
432 * build: Fix OBS build for ARM
433 * git-version-gen: Take into account tags not in master
434
435 [ Alexander Huemer ]
436 * Unbreak `./configure --with-usrp1` build
437 * Fix USRP1 build with support for setting Rx/TxAntenna
438
439 [ Alexander Couzens ]
440 * jenkins.sh: fix the download url if the qemu image wasn't setup
441 * jenkins.sh: cleanup always the workspace
442 * jenkins.sh: change qemu-img default location to $HOME/qemu-img instead of /opt/qemu-img
443
444 [ Vadim Yanitskiy ]
445 * Transceiver.cpp: use a define for the MAX_PACKET_LENGTH
446 * Transceiver.cpp: properly zero-terminate received commands
447 * Transceiver.cpp: use pointer arithmetics for CMD parsing
448 * Transceiver.cpp: fix incorrect format string for SETTSC
449 * Transceiver.cpp: prevent out-of-range array access
450
451 [ Martin Hauke ]
452 * configure.ac: Fix typo
453
454 [ Philipp Maier ]
455 * doc: add example config for usrp B200 series
456
457 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 16:23:29 +0200
458
Harald Welte78e1cd22017-10-28 17:52:32 +0200459osmo-trx (0.2.0) unstable; urgency=medium
460
461 [ Alexander Chemeris ]
462 * EDGE: Add support for UmTRX.
463 * Common: Get rid of a compilation warning.
464 * Common: Make sure gLogEarly() log to the same facilities as the normal log.
465 * transceiver: Properly handle MAXDLY.
466 * transceiver: Add an option to generate random Access Bursts.
467 * osmo-trx: Output Rx SPS as a part of configuration output.
468 * transceiver: Do not pass transceiver state struct to function where it's not used.
469 * makefile: Fix build from an external path.
470 * radioDevice: GSMRATE macro must have parentheses around its definition.
471 * uhd: Fix comment.
472 * radioInterface: Initialize power scale with a meaningful default.
473 * transceiver: Log channel number in DEBUG output of demoded bursts.
474 * transceiver: Add an option to emulate a RACH delay in random filler mode.
475 * UHD: Initial LimeSDR support.
476 * CommonLibs: Remove unused files.
477 * sigProcLib: Typo sybols -> symbols
478 * radioBuffer: Remove extra ; at the end of inline function definitions.
479 * sigProcLib: Fix documentation, sync argument names in .cpp and .h files.
480 * sigProcLib: make energyDetect() simpler by returning actual energy.
481 * sigProcLib: Rename demodulateBurst() to demodGmskBurst() for clarity.
482 * sigProcLib: Slice SoftVector instead of signalVector for GMSK demod.
483 * Call vectorSlicer() right before packing bits for transmission to osmo-bts.
484 * CommonLibs: Print soft bits with less confidence to console when printing a soft vector.
485 * BitVector: Remove convolutional codec - we don't use it in osmo-trx.
486 * BitVector: Convert SoftVector from 0..1 to -1..+1 soft bits.
487 * signalVector: Implement segment().
488 * vector: Introduce segmentMove() method to move data inside of a vector.
489 * vector: Introduce shrink() function to shrink vector size without loosing data.
490 * Move CorrType type from Transceiver to sigProcLib.
491 * sigProcLib: rename signalError type to SignalError.
492 * Move Transceiver::detectBurst() to sigProcLib to make it reusable.
493 * Move BURST_THRESH from Transceiver.cpp to sigProcLib.h to make it reusable.
494 * sigProcLib: Add operator<< to print CorrType to a string.
495 * sigProcLib.h: Fix whitespaces. No non-whitespace changes.
496 * Move Transceiver::demodulate() to sigProcLib to make it reusable.
497 * sigProcLib: constify signalVector arguments for detectBurst() functions.
498 * sigProcLib: Constify demodulation functions burst argument.
499 * sigProcLib: Fix number of tail bits in random Normal Bursts and zero Stealing Bits.
500 * Configuration: Variables allocated with 'new' must be freed with 'delete'.
501 * BitVector: Remove Generator class.
502 * PRBS: a Pseudo-random binary sequence (PRBS) generator class.
503
504 [ Tom Tsou ]
505 * EDGE: Fix USRP B210 device support
506 * uhd: Correct timing alignment in 8-PSK and GMSK downlink bursts
507 * EDGE: Fix demodulation slicer input
508 * common: Restrict UDP binding to localhost only
509 * common: Add mandatory length field to UDP receive calls
510 * uhd: Update default E3XX settings
511 * uhd: Set default Tx sampling to 4 sps
512 * uhd: Make device offset check a private method
513 * uhd: Set minimum UHD version requirement for E3XX
514 * sigproc: Expand RACH, TSC, and EDGE correlation windows
515 * transceiver: Do not report error on SETTSC when radio is on
516 * transceiver: Add Rx samples-per-symbol option
517 * radioInterface: Convert diversity argument to general type
518 * iface: Add inner ring-buffer implementation
519 * mcbts: Add multi-ARFCN channelizing filters
520 * mcbts: Add multi-ARFCN radio support
521 * sigproc: Adjust burst detection threshold criteria
522 * egprs: Enable 8-PSK length vectors on the Tx interface
523 * egprs: Enable 8-PSK burst detection when EDGE is enabled
524 * transceiver: Remove HANDOVER warnings
525 * mcbts: Allow out of order channel setup
526 * radioInterface: Fix multi-channel buffer index bug
527 * uhd: Add command line option for GPS reference
528 * transceiver: Fix mixed GSMK / 8-PSK transmission
529 * transceiver: Fix 4 SPS receive TOA value
530 * sigproc: Fix missing 8-PSK tail symbols
531 * uhd: Update USRP2/N200/N210 for 4 SPS Rx
532 * sigproc: Match differential GMSK start/end bits to tail bits
533 * uhd: Add missing B200 sample timing for 4 SPS receive
534 * transceiver: Fix command build warning
535 * uhd: Set minimum supported version to 3.9.0
536 * uhd: Add X300 sample timing for 4 SPS
537 * Revert "uhd: Set minimum supported version to 3.9.0"
538 * uhd: Add support for UHD-3.11 logging control
539 * uhd: Increase MC-BTS FPGA clock rate to 51.2 MHz
540 * Resampler: Fix initialization return checking
541 * sigProcLib: Remove unreachable code and no-effect checks
542 * sigProcLib: Check return status on downsampling
543 * sigProcLib: Fix negative value check on unsigned value
544 * Resampler: Fix non-array delete for filter taps
545 * Transceiver: Remove unsigned negative compares
546 * Configuration: Fix const and signedness compile warnings
547 * config: Remove OpenBTS style sqlite configuration
548 * radioInterface: Remove UmTRX 'diversity' option
549 * build: Require and check for gcc C++11 support
550 * uhd: Use map container for for device parameter access
551 * sigProcLib: Remove unused functions from public interface
552 * uhd: Add non-UmTRX channel swap support
553 * uhd: Fix Tx-RX timing offset setting
554 * uhd: Fix USRP2/N200/N210 device detection
555 * transceiver: Fix POWEROFF crash on USRP2/N200/X300 devices
556 * sigProcLib: Fix complex/real vector flag in Laurent modulator
557 * sigProcLib: Remove heap based signal vector allocations
558 * common: Declare explicit Vector move constructor
559 * sigProcLib: Remove trigonometric tables
560 * sigProcLib: Use explicit NaN check in sinc table generation
561 * sigProcLib: Replace dynamically allocated resampling buffers
562 * sigProcLib: Specify standard namespace for isnan()
563 * uhd: Always specify samples-per-symbol for device lookup
564 * LimeSDR: set approximate tx offset value to make GSM work
565
566 [ Neels Hofmeyr ]
567 * add basic .gitignore
568 * configure.ac: check for boost/config.hpp header
569 * 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.
570 * add contrib/jenkins.sh, for gerrit build bot
571
572 [ pierre.baudry ]
573 * transceiver: Fix mismatched allocations and deallocations
574
575 [ Holger Hans Peter Freyther ]
576 * debian: Require fftw3 header files for osmo-trx
577
578 [ Max ]
579 * Add gerrit settings
580 * Integrate Debian packaging changes
581 * Remove embedded sqlite3
582 * Fix building against sqlite3
583 * Add autoconf-archive to dependencies
584 * debian: remove obsolete dependency
585 * deb: remove unused dependency
586 * Remove redundant explicit dependency
587 * Use release helper from libosmocore
588
589 [ Ruben Undheim ]
590 * Do not embed sqlite3 when building
591
592 [ Philipp Maier ]
593 * buildenv: Turn off native architecture builds
594 * cosmetic: Make parameter lists uniform
595 * Add test program to verify convolution implementation
596 * ssedetect: Add runtime CPU detection
597 * cosmetic: remove code duplication
598 * buildenv: Make build CPU invariant
599 * buildenv: Split up SSE3 and SSE4.1 code
600 * cosmetic: Add info about SSE support
601
602 [ Vadim Yanitskiy ]
603 * buildenv: correct the ax_sse macro description
604 * buildenv: actually strip unused cpuid functionality
605 * buildenv: fix build on systems without SIMD support
606 * buildenv: cosmetic changes
607 * buildenv: check for __builtin_cpu_supports call support
608 * ssedetect: call __builtin_cpu_supports() only if supported
609
610 [ Pau Espin Pedrol ]
611 * cosmetic: transciever: Remove trailing whitespaces
612 * transceiver: Avoid sending clock indications when trx is not powered on
613 * Add -j option to bind to specific address
614
615 [ ignasj ]
616 * LimeSDR: Change device detection to work with USB and PCIe versions
617 * LimeSDR: change tx window type to TX_WINDOW_FIXED
618 * LimeSDR: Fix sample value range
619
620 [ Harald Welte ]
621 * Add '-t' command line option to enable SCHED_RR
622 * Import git-version-gen and update AC_INIT()
623
624 -- Harald Welte <laforge@gnumonks.org> Sat, 28 Oct 2017 17:52:32 +0200
625
Holger Hans Peter Freytherd17b1892016-03-18 20:13:23 +0100626osmo-trx (0.1.9) trusty; urgency=medium
627
628 * Ask Ivan, really
629
630 -- Kirill Zakharenko <earwin@gmail.com> Thu, 16 Jul 2015 12:13:46 +0000
631
632osmo-trx (0.1.8) precise; urgency=low
633
634 * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP
635
636 -- Ivan Klyuchnikov <Ivan.Kluchnikov@fairwaves.ru> Sun, 9 Mar 2014 14:10:10 +0400