aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Debug: Shorten names of RTMD tracks, add instrumentation to Transceiver.cpp.achemeris/rtmdAlexander Chemeris3-15/+59
2013-08-29Debug: Store thread IDs by default.Alexander Chemeris1-10/+10
2013-08-29Debug: Update RTMD with Thread ID storage support.Alexander Chemeris2-11/+46
2013-08-29Debug: Allocate less memory for the RMD log.Alexander Chemeris1-2/+3
2013-08-29Debug: Enable RTMD in Makefile.am.Alexander Chemeris1-1/+2
2013-08-29Debug: More real-time instrumentation.Alexander Chemeris5-7/+38
2013-08-29Some RTMD instrumentation.Alexander Chemeris4-3/+43
2013-08-29Checking in implementation of the real-time monitoring.Alexander Chemeris4-2/+857
2013-07-16Transceiver52M: fixup for c5da660: We don't need to check for NULL with delet...Alexander Chemeris1-2/+1
2013-07-14Transceiver52M: Delay is no longer needed at the transceiver exit, threads sh...Alexander Chemeris1-3/+0
2013-07-14Transceiver52M: Port all threads to the new Thread interface.Alexander Chemeris5-101/+166
2013-07-14Transceiver52M: Remove unused thread mAlignRadioServiceLoopThread;Alexander Chemeris2-3/+0
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