aboutsummaryrefslogtreecommitdiffstats
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-08-29Build: Remove dependency on SVN since we don't use it anymore anywhere.achemeris/stable_threadsAlexander Chemeris1-7/+0
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