aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* uhd: Display current timestamp with buffer status errorsTom Tsou2014-12-151-6/+7
* Transceiver52M: Fix SSE convolution shuffle registerThomas Tsou2014-05-081-1/+1
* Transceiver52M: Fix retransmissions when filler table is enabledThomas Tsou2014-04-151-0/+4
* Transceiver52M: Add E1XX USRP device id and timingsThomas Tsou2014-04-091-2/+21
* Transceiver52M: Allow startup delay for stream alignmentThomas Tsou2014-03-271-5/+11
* Transceiver52M: Set UHD rates before creating streamersThomas Tsou2014-03-271-12/+12
* Transceivert52M: Add option for baseband frequency offsetThomas Tsou2014-03-063-13/+28
* Transceiver52M: Enable B210 dual channel supportThomas Tsou2014-03-031-12/+89
* Transceiver52M: Disable initial device time resetThomas Tsou2014-03-032-21/+31
* Transceiver52M: Split B200 and B210 identifiersThomas Tsou2014-03-031-7/+13
* Transceiver52M: Set B2XX clock frequency to 26 MHzThomas Tsou2014-02-131-1/+1
* Transceiver52M: Disable filler table retransmissions by defaultThomas Tsou2014-01-263-23/+60
* Transceiver52M: Add missing scaling vector resizeThomas Tsou2013-11-181-0/+1
* Transceiver52M: Remove database configuration file requirementThomas Tsou2013-11-171-31/+14
* Transceiver52M: Ignore channel estimation if we are not equalizingThomas Tsou2013-11-161-1/+1
* Transceiver52M: UHD: Check running status before stopping streamThomas Tsou2013-11-161-1/+4
* Transceiver52M: Create new osmo-trx executableThomas Tsou2013-11-164-237/+420
* Transceiver52M: Output device and operating mode to stdoutThomas Tsou2013-11-161-12/+17
* Transceiver52M: Enable all warnings and resolveThomas Tsou2013-11-158-17/+17
* Transceiver52M: Add virtual destructor for radio deviceThomas Tsou2013-11-151-0/+2
* Transceiver52M: Remove unused codeThomas Tsou2013-11-156-68/+3
* Transceiver52M: Allow only channel zero to set TSC valueThomas Tsou2013-11-151-3/+5
* Transceiver52M: Use independent power scaling varables for each channelThomas Tsou2013-11-154-22/+20
* Transceiver52M: Set const qualifier on appropriate radio vector methodsThomas Tsou2013-11-152-4/+4
* Transceiver52M: Use independent noise vectors for each channelThomas Tsou2013-11-154-24/+27
* Transceiver52M: Ignore detected bursts at the noise floorThomas Tsou2013-11-151-4/+5
* Transceiver52M: Check time slot validity of incoming burstsThomas Tsou2013-11-151-0/+5
* Transceiver52M: Add dual channel diversity receiver optionThomas Tsou2013-11-1511-50/+390
* Transceiver52M: Refactor receive path outer burst handlingThomas Tsou2013-11-152-95/+141
* Transceiver52M: sigproc: Wrap internal phase on frequency shiftThomas Tsou2013-11-151-0/+4