aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bumped version to 0.1.9fairwaves/0.1.9Kirill Zakharenko2015-07-161-0/+6
* build with instruction set/tuning for atom processorsKirill Zakharenko2015-07-162-2/+4
* debian: make it possible to install osmo-trx dependencies manually on the systemIvan Kluchnikov2015-07-161-0/+3
* debian: update osmo-trx dependenciesIvan Kluchnikov2015-07-161-1/+1
* debian: Add debug package for the osmo-trxIvan Kluchnikov2015-07-165-6/+15
* debian: Add debian directory to ease building packagesIvan Kluchnikov2015-07-166-0/+58
* uhd: Output Rx/Tx gain limits to log to make it more transparent.Alexander Chemeris2015-06-221-4/+10
* Logger: Output ERR log messages to stderr as well.Alexander Chemeris2015-06-221-1/+1
* Transceiver: Add support for OsmoBTS style handover.Alexander Chemeris2015-06-202-4/+47
* Transceiver: Fix whitespace.Alexander Chemeris2015-06-201-2/+2
* uhd: Fix UmTRX tuning broken in commit 90f7a01d.Alexander Chemeris2015-06-201-1/+2
* transceiver: Add a debug option to dump selected timeslots to disk.Alexander Chemeris2015-06-122-1/+27
* Transceiver: Do not update state->SNRestimate if equalization is disabled.Alexander Chemeris2015-06-101-4/+4
* uhd: Fix rounding error in timestamp conversion functions.Alexander Chemeris2015-06-101-2/+14
* sigProcLib: Abstract out common part of Normal/RACH burst detection.Alexander Chemeris2015-06-103-82/+65
* Checking in clockdump.sh utility.Alexander Chemeris2015-06-101-0/+3
* Checking in a more relevant README.Alexander Chemeris2015-06-101-135/+83
* Transceiver: Update noise level only when the timeslot is marked as IDLE.Alexander Chemeris2015-06-102-16/+32
* transceiver: Remove noise/RSSI gating.Alexander Chemeris2015-06-071-2/+1
* osmo-trx: Add an option to swap channels on UmTRX.Alexander Chemeris2015-06-075-9/+16
* sigProcLib: Check for bogus TOA before using it.Alexander Chemeris2015-06-051-2/+2
* Transceiver: Fix clipping detection.Alexander Chemeris2015-06-053-36/+55
* Transceiver: Print noise level for each burst in debug mode.Alexander Chemeris2015-06-052-10/+14
* osmo-trx: Add a command line option for the dBFS to dBm offset.Alexander Chemeris2015-06-043-28/+46
* Common: Use a scoped lock in the Logger to avoid deadlock on thread cancel.Alexander Chemeris2015-06-041-2/+1
* sigProcLib: Fix burst start phase.Alexander Chemeris2015-06-011-1/+1
* transceiver: Drive clock indication form the receive thread.Alexander Chemeris2015-06-011-10/+5
* transceiver: Fix out-of-bounds acces in genRandNormalBurst().Alexander Chemeris2015-06-011-2/+2
* osmo-trx: Fix random filler command line option.Alexander Chemeris2015-05-242-3/+13
* Common: Log to console instead of loging to syslog by default.Alexander Chemeris2015-05-241-2/+2
* Common: Introduce a global variable to disable syslog logging.Alexander Chemeris2015-05-242-8/+11
* Transceiver52M: Change POWERON behavior to return success if the transceiver is already running, and only return fail on deviceIvan Kluchnikov2015-05-241-1/+1
* Transceiver: Check TSC values to be in [0..7] range.Alexander Chemeris2015-05-201-3/+3
* Transceiver: Make error response to an unknown command on UDP command interface more understandable.Alexander Chemeris2015-05-201-0/+1
* test: Add command line random normal burst optionTom Tsou2015-05-193-100/+164
* uhd: Pass UHD command line arguments to constructorTom Tsou2015-05-181-2/+2
* umtrx: Don't use DSP tuning, because LMS6002D PLL steps are small enough.Alexander Chemeris2015-05-181-1/+13
* uhd: Set RF frontend bandwidth for UmTRX to improve signal quality.Alexander Chemeris2015-05-181-0/+10
* UmTRX: Manually set Tx gain stages for the best signal quality.Alexander Chemeris2015-05-181-4/+41
* build: Provide option for disabling SSE autodetectionTom Tsou2015-05-181-1/+8
* sigproc: Add clipping detection on RACH and TSC inputTom Tsou2015-05-183-6/+43
* uhd: Use full DAC scale with UmTRX to improve signal quality.Alexander Chemeris2015-05-181-3/+17
* build: Add 'subdir-objects' to AM_INIT_AUTOMAKETom Tsou2015-05-181-1/+1
* radioInterface: Reset sample buffer cursors on each startTom Tsou2015-05-071-0/+3
* usrp1: Update device API for frequency offset tuningTom Tsou2015-01-191-1/+1
* b210: Lock dual-channel tuning accessTom Tsou2014-12-151-0/+3
* Transceiver52M: Add X300/X310 and E310 USRP supportTom Tsou2014-12-151-13/+38
* Transceiver52M: Implement POWEROFF commandTom Tsou2014-12-157-102/+229
* Transceiver52M: Allow setting gain before POWERONTom Tsou2014-12-154-30/+26
* CommonLibs: Add thread cancellation capabilityTom Tsou2014-12-151-1/+8