aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-16Transceiver52M: HACK: Exit transceiver on POWEROFF command.achemeris/poweroff_hackAlexander Chemeris1-0/+6
2013-07-16Transceiver52M: Start and stop all threads on POWERON/POWEROFF.Alexander Chemeris1-11/+15
2013-07-16Transceiver52M: Introduce usage counting for DriveLoop and RadioInterface.Alexander Chemeris4-6/+54
2013-07-16Transceiver52M: fixup for c5da660: We don't need to check for NULL with delet...Alexander Chemeris1-2/+1
2013-07-14CommonLibs: Adding a new ThreadsTest testsuite.Alexander Chemeris2-0/+99
2013-07-14CommonLibs: Port InterthreadTest and SocketsTest to the new Thread API.Alexander Chemeris3-93/+137
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-14CommonLibs: Rewrite Threads class to be predictable during start/stop.Alexander Chemeris2-46/+329
2013-07-14CommonLibs: Signal::wait() should return the value which pthread_cond_timedwa...Alexander Chemeris2-5/+5
2013-07-14CommonLibs: Add shutdown() method to the DatagramSocket class.Alexander Chemeris2-0/+12
2013-07-14CommonLibs: Allow NULLs to be retrieved from InterthreadQueue.Alexander Chemeris1-1/+2
2013-07-14CommonLibs: DEBUG: Mark interthread classes which are not used in OsmoTRX.Alexander Chemeris1-2/+5
2013-07-14Transceiver52M: Remove unused thread mAlignRadioServiceLoopThread;Alexander Chemeris2-3/+0
2013-07-14CommonLibs: Fix compile time warnings.Alexander Chemeris1-1/+1
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 Tsou11-130/+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 Tsou2-29/+16