aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-30Transcever:hack: Support second independent channel by adding CLK socket to t...achemeris/2sectorAlexander Chemeris2-8/+13
2015-06-22uhd: Output Rx/Tx gain limits to log to make it more transparent.Alexander Chemeris1-4/+10
2015-06-22Logger: Output ERR log messages to stderr as well.Alexander Chemeris1-1/+1
2015-06-20Transceiver: Add support for OsmoBTS style handover.Alexander Chemeris2-4/+47
2015-06-20Transceiver: Fix whitespace.Alexander Chemeris1-2/+2
2015-06-20uhd: Fix UmTRX tuning broken in commit 90f7a01d.Alexander Chemeris1-1/+2
2015-06-12transceiver: Add a debug option to dump selected timeslots to disk.Alexander Chemeris2-1/+27
2015-06-10Transceiver: Do not update state->SNRestimate if equalization is disabled.Alexander Chemeris1-4/+4
2015-06-10uhd: Fix rounding error in timestamp conversion functions.Alexander Chemeris1-2/+14
2015-06-10sigProcLib: Abstract out common part of Normal/RACH burst detection.Alexander Chemeris3-82/+65
2015-06-10Checking in clockdump.sh utility.Alexander Chemeris1-0/+3
2015-06-10Checking in a more relevant README.Alexander Chemeris1-135/+83
2015-06-10Transceiver: Update noise level only when the timeslot is marked as IDLE.Alexander Chemeris2-16/+32
2015-06-07transceiver: Remove noise/RSSI gating.Alexander Chemeris1-2/+1
2015-06-07osmo-trx: Add an option to swap channels on UmTRX.Alexander Chemeris5-9/+16
2015-06-05sigProcLib: Check for bogus TOA before using it.Alexander Chemeris1-2/+2
2015-06-05Transceiver: Fix clipping detection.Alexander Chemeris3-36/+55
2015-06-05Transceiver: Print noise level for each burst in debug mode.Alexander Chemeris2-10/+14
2015-06-04osmo-trx: Add a command line option for the dBFS to dBm offset.Alexander Chemeris3-28/+46
2015-06-04Common: Use a scoped lock in the Logger to avoid deadlock on thread cancel.Alexander Chemeris1-2/+1
2015-06-01sigProcLib: Fix burst start phase.Alexander Chemeris1-1/+1
2015-06-01transceiver: Drive clock indication form the receive thread.Alexander Chemeris1-10/+5
2015-06-01transceiver: Fix out-of-bounds acces in genRandNormalBurst().Alexander Chemeris1-2/+2
2015-05-24osmo-trx: Fix random filler command line option.Alexander Chemeris2-3/+13
2015-05-24Common: Log to console instead of loging to syslog by default.Alexander Chemeris1-2/+2
2015-05-24Common: Introduce a global variable to disable syslog logging.Alexander Chemeris2-8/+11
2015-05-24Transceiver52M: Change POWERON behavior to return success if the transceiver ...Ivan Kluchnikov1-1/+1
2015-05-20Transceiver: Check TSC values to be in [0..7] range.Alexander Chemeris1-3/+3
2015-05-20Transceiver: Make error response to an unknown command on UDP command interfa...Alexander Chemeris1-0/+1
2015-05-19test: Add command line random normal burst optionTom Tsou3-100/+164
2015-05-18uhd: Pass UHD command line arguments to constructorTom Tsou1-2/+2
2015-05-18umtrx: Don't use DSP tuning, because LMS6002D PLL steps are small enough.Alexander Chemeris1-1/+13
2015-05-18uhd: Set RF frontend bandwidth for UmTRX to improve signal quality.Alexander Chemeris1-0/+10
2015-05-18UmTRX: Manually set Tx gain stages for the best signal quality.Alexander Chemeris1-4/+41
2015-05-18build: Provide option for disabling SSE autodetectionTom Tsou1-1/+8
2015-05-18sigproc: Add clipping detection on RACH and TSC inputTom Tsou3-6/+43
2015-05-18uhd: Use full DAC scale with UmTRX to improve signal quality.Alexander Chemeris1-3/+17
2015-05-18build: Add 'subdir-objects' to AM_INIT_AUTOMAKETom Tsou1-1/+1
2015-05-07radioInterface: Reset sample buffer cursors on each startTom Tsou1-0/+3
2015-01-19usrp1: Update device API for frequency offset tuningTom Tsou1-1/+1
2014-12-15b210: Lock dual-channel tuning accessTom Tsou1-0/+3
2014-12-15Transceiver52M: Add X300/X310 and E310 USRP supportTom Tsou1-13/+38
2014-12-15Transceiver52M: Implement POWEROFF commandTom Tsou7-102/+229
2014-12-15Transceiver52M: Allow setting gain before POWERONTom Tsou4-30/+26
2014-12-15CommonLibs: Add thread cancellation capabilityTom Tsou1-1/+8
2014-12-15uhd: Display current timestamp with buffer status errorsTom Tsou1-6/+7
2014-05-08Transceiver52M: Fix SSE convolution shuffle registerThomas Tsou1-1/+1
2014-04-15Transceiver52M: Fix retransmissions when filler table is enabledThomas Tsou1-0/+4
2014-04-09Transceiver52M: Add E1XX USRP device id and timingsThomas Tsou1-2/+21
2014-03-27Transceiver52M: Allow startup delay for stream alignmentThomas Tsou1-5/+11