aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-15Transceiver52M: Set priority on downlink socket threadThomas Tsou1-0/+2
2013-11-15Transceiver52M: Default to 1 sample-per-symbol low powered devicesThomas Tsou1-3/+10
2013-11-15Transceiver52M: Precompute fractional delay filtersThomas Tsou1-14/+59
2013-11-15Transceiver52M: Separate signalVector into it's own fileThomas Tsou5-110/+161
2013-11-15Transceiver52M: Remove extra copy in receive drive pathThomas Tsou3-14/+17
2013-11-15Transceiver52M: Dynamically allocate convolution input vectorsThomas Tsou2-21/+31
2013-11-15Transceiver52M: Add NEON complex-complex multiplyThomas Tsou6-2/+131
2013-11-15Transceiver52M: Use USRP1 type window for B2xx devicesThomas Tsou1-6/+12
2013-11-15Transceiver52M: Set variable thread priority levelsThomas Tsou6-10/+14
2013-11-15Transceiver52M: Add ARM NEON supportThomas Tsou12-5/+743
2013-11-15Transceiver52M: Add multi channel transceiver supportThomas Tsou12-509/+743
2013-11-08Transceiver52M: Remove unnecessary UHD clock setting callThomas Tsou1-10/+1
2013-11-08Transceiver52M: Remove unused files and utilitiesThomas Tsou8-615/+2
2013-11-08Transceiver52M: Separate transceiver per-slot state informationThomas Tsou2-103/+163
2013-11-08Transceiver52M: Delay socket allocation to heapThomas Tsou2-17/+22
2013-11-08Transceiver52M: Remove transmit logging optionThomas Tsou2-52/+0
2013-11-08build: Remove subversion referencesThomas Tsou1-3/+0
2013-11-07Transceiver52M: Reset overrun and underrun indicatorsThomas Tsou1-0/+5
2013-11-07Transceiver52M: Fix SSE preprocessor definitionThomas Tsou1-1/+1
2013-11-04build: Set UHD driver as default configurationThomas Tsou2-37/+12
2013-11-04Transceiver52M: Separate architecture specific filesThomas Tsou8-138/+194
2013-10-18Transceiver52M: Update RSSI calculationThomas Tsou1-3/+4
2013-10-18Transceiver52M: Update noise measurement calculationThomas Tsou4-55/+63