aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2013-09-05Transceiver52M: Add 4 samples-per-symbol Laurent pulse shapeThomas Tsou2-9/+123
2013-09-05Transceiver52M: Reverse storage of convolution vectorsThomas Tsou1-5/+4
2013-09-05Transceiver52M: Replace convolve and related calls with SSE implementationThomas Tsou6-578/+1067
2013-09-05Transceiver52M: Generate RACH correlation sequence at initializationThomas Tsou4-4/+15
2013-09-05Transceiver52M: Remove logging from signal processing coreThomas Tsou1-19/+0
2013-09-05Transceiver52M: Add destructors to correlation seqeunce objectsThomas Tsou1-76/+97
2013-09-05Transceiver52M: Make GSM pulse filter internal to implementationThomas Tsou7-115/+113
2013-09-02Transceiver52M: Rename samples-per-symbol variable namesThomas Tsou9-104/+109
2013-07-14Transceiver52M: Fix crash in uhd_device destructor due to deleting statically...Alexander Chemeris1-2/+2
2013-07-14Transceiver52M: Setup independent gain and tune elements for dual channelThomas Tsou5-51/+66
2013-07-14Transceiver52M: Disable TSC check on slot settingThomas Tsou1-1/+1
2013-07-14Transceiver52M: Disable dynamic filler table setting and fix deallocationThomas Tsou1-12/+2
2013-06-24Transceiver52M: Fix build in the new repository.Alexander Chemeris1-0/+2
2013-06-24Transceiver52M: Setup UmTRX dual carrier supportThomas Tsou12-669/+227
2013-06-24transceiver: mcbts: remove unused call in drive loopThomas Tsou1-3/+0
2013-06-24multi-arfcn: refactor to match upstream GSM coreThomas Tsou7-150/+174
2013-06-24uhd: fix local overflow handling of buffer readsThomas Tsou1-1/+1
2013-06-24multi-arfcn, trx: create transceivers based on command line argThomas Tsou1-22/+59
2013-06-24transceiver, uhd: dynamically allocate async event threadThomas Tsou1-5/+14
2013-06-24multi-arfcn, trx: attach FIFO's internally in transceiverThomas Tsou4-14/+3
2013-06-24multi-arfcn, trx: fix infinite energy threshold bugThomas Tsou3-7/+11
2013-06-24multi-arfcn, trx: handle thread exiting on shutdownThomas Tsou8-23/+95
2013-06-24multi-arfcn, trx: allocate threads on heap and fix thread releaseThomas Tsou4-16/+28
2013-06-24multi-arfcn, trx: remove unused reset() call in drive loopThomas Tsou2-7/+1
2013-06-24multi-arfcn, trx: remove unused attach call()Thomas Tsou1-3/+1
2013-06-24multi-arfcn, trx: only deallocate radio resouces if startedThomas Tsou1-7/+10
2013-06-24transceiver: define virtual destructor for base deviceThomas Tsou1-1/+2
2013-06-24multi-arfcn, trx: add and modify transceiver main for new interfacesThomas Tsou2-5/+126
2013-06-24multi-arfcn, trx: split transceiver to handle multiple channelsThomas Tsou6-415/+566
2013-06-24multi-arfcn, trx: modify radio interface for multi-channel useThomas Tsou2-49/+116
2013-06-24multi-arfcn, trx: add header wrappers for radio interfaceThomas Tsou1-1/+4
2013-06-24Transceiver52M: Add UmTRX supportThomas Tsou1-3/+10
2013-06-24Transceiver52M: Explicitly check for USRP2 device typeThomas Tsou1-5/+8
2013-06-24Transceiver52M: Use exception blocks for rate changesThomas Tsou1-5/+17
2013-06-24Transceiver52M: Allow tolerance in UHD sample rate selectionThomas Tsou1-5/+8
2013-06-24Transceiver52M: Set resampling option automatically based on deviceThomas Tsou10-120/+127
2013-06-24Transceiver52M: Set sample rate from within the radio deviceThomas Tsou5-20/+41
2013-06-24Transceiver52M: Remove and rename oversampling variablesThomas Tsou3-9/+4
2013-06-24Transceiver52M: Remove periodic alignment update from UHD buildThomas Tsou3-14/+9
2013-06-24Transceiver52M: Add device offset correction tableThomas Tsou4-28/+63
2013-06-24Transceiver52M: Add UHD device type checkingThomas Tsou5-40/+53
2013-06-24Transceiver52M: Setup test case for second UmTRX channelThomas Tsou1-9/+26
2013-06-24Transceiver52M: Update to UHD streamer interfaceThomas Tsou1-28/+15
2013-06-24umtrx: set timing offset and clocking frequencyThomas Tsou1-2/+2
2013-06-24Transceier52M: Make error response to an unknown command on UDP command inter...Alexander Chemeris1-0/+1
2013-06-24Transceiver52M: Check for correctly set TSC before setting timeslot types.Alexander Chemeris2-6/+7
2013-06-24Modified fillerTable usage in pushRadioVector function.Ivan Kluchnikov1-4/+21
2013-06-24umtrx: flush any possible garbage bursts at startThomas Tsou1-5/+7
2013-06-24transceiver: workaround for transmit testing with no clock resetThomas Tsou2-4/+17
2013-06-24Transceiver52M: add antenna selection from configurationThomas Tsou3-0/+45