aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-19Transceier52M: Make error response to an unknown command on UDP command inter...fairwaves/master-oldAlexander Chemeris1-0/+1
2015-05-19Transceiver: Check TSC values to be in [0..7] range.Alexander Chemeris1-3/+4
2015-05-14Transceiver52M: Add clipping detection on RACH inputTom Tsou1-1/+9
2014-12-16Handover support for transceiver (TCH/F TCH/H SDCCH4 SDCCH8)Ivan Kluchnikov1-0/+38
2014-04-15Transceiver52M: Fix retransmissions when filler table is enabledThomas Tsou1-0/+4
2014-01-26Transceiver52M: Disable filler table retransmissions by defaultThomas Tsou1-17/+42
2013-11-16Transceiver52M: Ignore channel estimation if we are not equalizingThomas Tsou1-1/+1
2013-11-15Transceiver52M: Enable all warnings and resolveThomas Tsou1-1/+1
2013-11-15Transceiver52M: Remove unused codeThomas Tsou1-20/+2
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 Tsou1-12/+13
2013-11-15Transceiver52M: Use independent noise vectors for each channelThomas Tsou1-13/+16
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 Tsou1-1/+18
2013-11-15Transceiver52M: Refactor receive path outer burst handlingThomas Tsou1-95/+125
2013-11-15Transceiver52M: Add vectorized radio burst capabilityThomas Tsou1-13/+17
2013-11-15Transceiver52M: Rearrange socket port assignemntsThomas Tsou1-4/+8
2013-11-15Transceiver52M: Set priority on downlink socket threadThomas Tsou1-0/+2
2013-11-15Transceiver52M: Set variable thread priority levelsThomas Tsou1-1/+5
2013-11-15Transceiver52M: Add multi channel transceiver supportThomas Tsou1-165/+238
2013-11-08Transceiver52M: Separate transceiver per-slot state informationThomas Tsou1-72/+94
2013-11-08Transceiver52M: Delay socket allocation to heapThomas Tsou1-12/+17
2013-11-08Transceiver52M: Remove transmit logging optionThomas Tsou1-37/+0
2013-10-18Transceiver52M: Update RSSI calculationThomas Tsou1-3/+4
2013-10-18Transceiver52M: Update noise measurement calculationThomas Tsou1-53/+22
2013-10-18Transceiver52M: Setup dual sample rate transceiverThomas Tsou1-21/+14
2013-10-18Transceiver52M: Separate main transmit and receive drive threadsThomas Tsou1-11/+16
2013-10-18Transceiver52M: Disable equalizationThomas Tsou1-1/+1
2013-10-18Transceiver52M: Refactor RACH and normal burst detectionThomas Tsou1-2/+2
2013-10-18Transceiver52M: Disable energy detectorThomas Tsou1-1/+2
2013-10-18Transceiver52M: Generate RACH correlation sequence at initializationThomas Tsou1-1/+0
2013-10-18Transceiver52M: Make GSM pulse filter internal to implementationThomas Tsou1-34/+38
2013-10-18Transceiver52M: Rename samples-per-symbol variable namesThomas Tsou1-15/+15
2013-10-18Transceiver52M: Add UHD device type checkingThomas Tsou1-1/+1
2013-06-16Fix build of the Transceiver.Alexander Chemeris1-0/+2
2013-06-15Transceiver52M: Add more complete specification of GPRS typesttsou1-3/+13
2013-06-15Transceiver52M: Add GPRS combinations to correlation typesttsou1-0/+3
2013-03-27Transceiver52: allow for handling of TCH/H slotsttsou1-4/+1
2012-12-06transceiver52m: reset energy threshold on receive gain changesttsou1-1/+4
2012-11-23Alexander's patches:kurtis.heimerl1-3/+3
2012-08-08transceiver: b100: raise minimum transmit latency valuettsou1-3/+13
2011-11-26transceiver: make the transmit drive loop bus dependentkurtis.heimerl1-20/+20
2011-11-26transceiver: rename getting radio vector time to getTime()kurtis.heimerl1-17/+17
2011-11-26transceiver: fix energy threshold bugkurtis.heimerl1-0/+3
2011-11-26transceiver: simplify transmit power controlkurtis.heimerl1-1/+0
2011-11-26transceiver: rework digital gain settingskurtis.heimerl1-1/+1
2011-11-26uhd: disable adaptive buffering in 52 MHz transceiverkurtis.heimerl1-0/+2
2011-11-26uhd: inline thread priority settingkurtis.heimerl1-0/+2
2011-10-12Adding in the missing Transceiver52M directorydburgess1-0/+798