aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2015-05-19Transceiver: Check TSC values to be in [0..7] range.Alexander Chemeris1-3/+4
2015-05-17uhd: Output Rx/Tx gain limits to log to make it more transparent.Alexander Chemeris1-4/+10
2015-05-14Transceiver52M: Add clipping detection on RACH inputTom Tsou3-5/+38
2015-05-08A hack to pass all dev.args to UHD.Alexander Chemeris1-1/+1
2015-05-07umtrx: Don't use DSP tuning, because LMS6002D PLL steps are small enough.Alexander Chemeris1-1/+13
2015-05-07uhd: Update UmTRX specific code to work with PA Tx gain.Alexander Chemeris1-2/+3
2015-05-07uhd: Set RF frontend bandwidth for UmTRX to improve signal quality.Alexander Chemeris1-0/+10
2015-04-28Revert "UmTRX: Fix Tx gain setting procedure for the best signal quality."Alexander Chemeris1-12/+22
2015-03-25uhd: Use full DAC scale with UmTRX to improve signal quality.Alexander Chemeris1-2/+3
2014-12-16Handover support for transceiver (TCH/F TCH/H SDCCH4 SDCCH8)Ivan Kluchnikov2-0/+39
2014-09-26UmTRX: Fix Tx gain setting procedure for the best signal quality.Ivan Kluchnikov1-22/+12
2014-09-22Transceiver52M: UHD: Exit on receive more than 100 timeout errorsIvan Kluchnikov1-0/+6
2014-09-22UmTRX: Manually set Tx gain stages for the best signal quality.Alexander Chemeris1-5/+39
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
2014-03-27Transceiver52M: Set UHD rates before creating streamersThomas Tsou1-12/+12
2014-03-06Transceivert52M: Add option for baseband frequency offsetThomas Tsou3-13/+28
2014-03-03Transceiver52M: Enable B210 dual channel supportThomas Tsou1-12/+89
2014-03-03Transceiver52M: Disable initial device time resetThomas Tsou2-21/+31
2014-03-03Transceiver52M: Split B200 and B210 identifiersThomas Tsou1-7/+13
2014-02-13Transceiver52M: Set B2XX clock frequency to 26 MHzThomas Tsou1-1/+1
2014-01-26Transceiver52M: Disable filler table retransmissions by defaultThomas Tsou3-23/+60
2013-11-18Transceiver52M: Add missing scaling vector resizeThomas Tsou1-0/+1
2013-11-17Transceiver52M: Remove database configuration file requirementThomas Tsou1-31/+14
2013-11-16Transceiver52M: Ignore channel estimation if we are not equalizingThomas Tsou1-1/+1
2013-11-16Transceiver52M: UHD: Check running status before stopping streamThomas Tsou1-1/+4
2013-11-16Transceiver52M: Create new osmo-trx executableThomas Tsou4-237/+420
2013-11-16Transceiver52M: Output device and operating mode to stdoutThomas Tsou1-12/+17
2013-11-15Transceiver52M: Enable all warnings and resolveThomas Tsou8-17/+17
2013-11-15Transceiver52M: Add virtual destructor for radio deviceThomas Tsou1-0/+2
2013-11-15Transceiver52M: Remove unused codeThomas Tsou6-68/+3
2013-11-15Transceiver52M: Allow only channel zero to set TSC valueThomas Tsou1-3/+5
2013-11-15Transceiver52M: Use independent power scaling varables for each channelThomas Tsou4-22/+20
2013-11-15Transceiver52M: Set const qualifier on appropriate radio vector methodsThomas Tsou2-4/+4
2013-11-15Transceiver52M: Use independent noise vectors for each channelThomas Tsou4-24/+27
2013-11-15Transceiver52M: Ignore detected bursts at the noise floorThomas Tsou1-4/+5
2013-11-15Transceiver52M: Check time slot validity of incoming burstsThomas Tsou1-0/+5
2013-11-15Transceiver52M: Add dual channel diversity receiver optionThomas Tsou11-50/+390
2013-11-15Transceiver52M: Refactor receive path outer burst handlingThomas Tsou2-95/+141
2013-11-15Transceiver52M: sigproc: Wrap internal phase on frequency shiftThomas Tsou1-0/+4
2013-11-15Transceiver52M: UHD: Add string descriptors to device-offset pairsThomas Tsou1-10/+11
2013-11-15Transceiver52M: Add vectorized radio burst capabilityThomas Tsou5-26/+62
2013-11-15Transceiver52M: Rearrange socket port assignemntsThomas Tsou1-4/+8
2013-11-15Transceiver52M: Dynamically allocate correlation vectorsThomas Tsou1-6/+10
2013-11-15Transceiver52M: Allow separate in/out vectors for delay and decimationThomas Tsou2-55/+65
2013-11-15Transceiver52M: Setup sinc() call directly with table lookupThomas Tsou1-2/+23
2013-11-15Transceiver52M: Preallocate head room for burst correlationThomas Tsou3-4/+17
2013-11-15Transceiver52M: UHD: Continue on receive and send timeoutsThomas Tsou2-8/+0