1. 19ae715 Transceiver52M: fixup for c5da660: We don't need to check for NULL with delete operator. by Alexander Chemeris · 11 years ago
  2. 129ad76 Transceiver52M: Delay is no longer needed at the transceiver exit, threads should shut down cleanly. by Alexander Chemeris · 11 years ago
  3. de202e3 Transceiver52M: Port all threads to the new Thread interface. by Alexander Chemeris · 11 years ago
  4. 8eaa40d Transceiver52M: Remove unused thread mAlignRadioServiceLoopThread; by Alexander Chemeris · 11 years ago
  5. c5da660 Transceiver52M: Fix crash in uhd_device destructor due to deleting statically allocated memory. by Alexander Chemeris · 11 years ago
  6. 42ade04 Transceiver52M: Setup independent gain and tune elements for dual channel by Thomas Tsou · 11 years ago
  7. 5e18001 Transceiver52M: Disable TSC check on slot setting by Thomas Tsou · 11 years ago
  8. 621e52a Transceiver52M: Disable dynamic filler table setting and fix deallocation by Thomas Tsou · 11 years ago
  9. f86aa2c Transceiver52M: Fix build in the new repository. by Alexander Chemeris · 11 years ago
  10. 48f8fb3 Transceiver52M: Setup UmTRX dual carrier support by Thomas Tsou · 11 years ago
  11. 40c3d0a transceiver: mcbts: remove unused call in drive loop by Thomas Tsou · 12 years ago
  12. 41c6657 multi-arfcn: refactor to match upstream GSM core by Thomas Tsou · 12 years ago
  13. cd576c9 uhd: fix local overflow handling of buffer reads by Thomas Tsou · 12 years ago
  14. 3eeda48 multi-arfcn, trx: create transceivers based on command line arg by Thomas Tsou · 12 years ago
  15. 5d64491 transceiver, uhd: dynamically allocate async event thread by Thomas Tsou · 12 years ago
  16. b5c450d multi-arfcn, trx: attach FIFO's internally in transceiver by Thomas Tsou · 12 years ago
  17. afb04f8 multi-arfcn, trx: fix infinite energy threshold bug by Thomas Tsou · 12 years ago
  18. 5f13377 multi-arfcn, trx: handle thread exiting on shutdown by Thomas Tsou · 12 years ago
  19. a6ca73c multi-arfcn, trx: allocate threads on heap and fix thread release by Thomas Tsou · 12 years ago
  20. 5a37840 multi-arfcn, trx: remove unused reset() call in drive loop by Thomas Tsou · 12 years ago
  21. ca5d35c multi-arfcn, trx: remove unused attach call() by Thomas Tsou · 12 years ago
  22. 507e6d4 multi-arfcn, trx: only deallocate radio resouces if started by Thomas Tsou · 12 years ago
  23. 1f330a9 transceiver: define virtual destructor for base device by Thomas Tsou · 12 years ago
  24. 7c6f58a multi-arfcn, trx: add and modify transceiver main for new interfaces by Thomas Tsou · 12 years ago
  25. 996f426 multi-arfcn, trx: split transceiver to handle multiple channels by Thomas Tsou · 12 years ago
  26. 711e6af multi-arfcn, trx: modify radio interface for multi-channel use by Thomas Tsou · 12 years ago
  27. 222688d multi-arfcn, trx: add header wrappers for radio interface by Thomas Tsou · 12 years ago
  28. 20bc24d Transceiver52M: Add UmTRX support by Thomas Tsou · 11 years ago
  29. 59796e1 Transceiver52M: Explicitly check for USRP2 device type by Thomas Tsou · 11 years ago
  30. 19a506d Transceiver52M: Use exception blocks for rate changes by Thomas Tsou · 11 years ago
  31. fbd6e1c Transceiver52M: Allow tolerance in UHD sample rate selection by Thomas Tsou · 11 years ago
  32. 0366985 Transceiver52M: Set resampling option automatically based on device by Thomas Tsou · 11 years ago
  33. 5d0e392 Transceiver52M: Set sample rate from within the radio device by Thomas Tsou · 11 years ago
  34. 801ce60 Transceiver52M: Remove and rename oversampling variables by Thomas Tsou · 11 years ago
  35. ed64e79 Transceiver52M: Remove periodic alignment update from UHD build by Thomas Tsou · 11 years ago
  36. d1bcab2 Transceiver52M: Add device offset correction table by Thomas Tsou · 11 years ago
  37. 00493f1 Transceiver52M: Add UHD device type checking by Thomas Tsou · 11 years ago
  38. d565556 Transceiver52M: Setup test case for second UmTRX channel by Thomas Tsou · 11 years ago
  39. 2b48784 Transceiver52M: Update to UHD streamer interface by Thomas Tsou · 11 years ago
  40. 635e342 umtrx: set timing offset and clocking frequency by Thomas Tsou · 12 years ago
  41. 9e5e208 Transceier52M: Make error response to an unknown command on UDP command interface more understandable. by Alexander Chemeris · 11 years ago
  42. 8f47387 Transceiver52M: Check for correctly set TSC before setting timeslot types. by Alexander Chemeris · 11 years ago
  43. c707f42 Modified fillerTable usage in pushRadioVector function. by Ivan Kluchnikov · 11 years ago
  44. 00ed144 umtrx: flush any possible garbage bursts at start by Thomas Tsou · 12 years ago
  45. 8d804a4 transceiver: workaround for transmit testing with no clock reset by Thomas Tsou · 12 years ago
  46. 82ede3e Transceiver52M: add antenna selection from configuration by Thomas Tsou · 11 years ago
  47. d734e2d Fix build of the Transceiver. by Alexander Chemeris · 11 years ago
  48. fc40a84 Transceiver52M: Add more complete specification of GPRS types by ttsou · 11 years ago
  49. 258855c Transceiver52M: Add GPRS combinations to correlation types by ttsou · 11 years ago
  50. bec4103 Transceiver52M: Fix calculation of TS correlation for 2 sps and higher by ttsou · 11 years ago
  51. 2064297 Transceiver52: allow for handling of TCH/H slots by ttsou · 11 years ago
  52. 1a2d244 Correction of trivial warnings. by kurtis.heimerl · 11 years ago
  53. d3564ff Transceiver52M: Read IP address and port to bind to from a configuration instead of hardcoding them. by ttsou · 11 years ago
  54. 5298de1 Transceiver52M: Properly pass samplerate to RadioDevice::make() by ttsou · 11 years ago
  55. e8dde02 transceiver52m: reset energy threshold on receive gain changes by ttsou · 11 years ago
  56. ec842de Alexander's patches: by kurtis.heimerl · 12 years ago
  57. f60dafa Transceiver52M: UHD: Setup option to pass arguments from command line by ttsou · 12 years ago
  58. 60dc4c9 transceiver: uhd: prevent output of underrun message at ERROR level by ttsou · 12 years ago
  59. 221f23e transceiver: uhd: allow underrun flag to reset during timing alignment by ttsou · 12 years ago
  60. 2173abf transceiver: b100: raise minimum transmit latency value by ttsou · 12 years ago
  61. 711fdf6 transceiver, usrp1: fix transmit gain setting bug by ttsou · 12 years ago
  62. 724eb36 transceiver, uhd: output timestamps on monontonic error by ttsou · 12 years ago
  63. 3b5c0c1 transceiver, uhd: fix build error due to log level by ttsou · 12 years ago
  64. 37720be transceiver, uhd: display device information on make failure by ttsou · 12 years ago
  65. b371ed5 transceiver, uhd: alert user on unrecoverable errors by ttsou · 12 years ago
  66. 856bbbe Matching UHD changes in gnuradio by kurtis.heimerl · 12 years ago
  67. e332032 transceiver52M: bump critial errors to ALERT level by kurtis.heimerl · 13 years ago
  68. 4403d4f transceiver, uhd: exit informatively if no devices are found by kurtis.heimerl · 13 years ago
  69. 523ae5a transceiver, uhd: reject usrp1 if compiled with uhd support by kurtis.heimerl · 13 years ago
  70. ac0ee12 transceiver, uhd: runtime check for setting master clock rate by kurtis.heimerl · 13 years ago
  71. 4ba4718 changing config scripts to explitly target UHD/USRP1 by kurtis.heimerl · 13 years ago
  72. b99cbf3 transceiver, resamp: enlarge transmit resampler output buffer by kurtis.heimerl · 13 years ago
  73. 66ad2db transceiver: enable USRP1 firmware binary install by kurtis.heimerl · 13 years ago
  74. a198d45 transceiver, resamp: insert missing filter values by kurtis.heimerl · 13 years ago
  75. e417c5a transceiver: uhd: increase log level on constructor errors by kurtis.heimerl · 13 years ago
  76. 3758b16 transceiver: usrp1: select single dboard use at compile time by kurtis.heimerl · 13 years ago
  77. c6b9b70 transceiver: uhd: make external reference a compile time option by kurtis.heimerl · 13 years ago
  78. d3d4af3 uhd: increase initial transmit transport latency by kurtis.heimerl · 13 years ago
  79. 67e3d5a transceiver: update main to non-device specific interface by kurtis.heimerl · 13 years ago
  80. 4e59d66 transceiver: update to log messages to work with P2.8 by kurtis.heimerl · 13 years ago
  81. 75336d9 build: insert autofoo for usrp transceiver and options by kurtis.heimerl · 13 years ago
  82. 3998da7 transceiver: add a newline for uhd information outputs by kurtis.heimerl · 13 years ago
  83. b7358ce transceiver: reject usrp1 if detected using uhd by kurtis.heimerl · 13 years ago
  84. e380af3 transceiver: make the transmit drive loop bus dependent by kurtis.heimerl · 13 years ago
  85. 0803ad9 transceiver: reroute uhd messages to logging facility by kurtis.heimerl · 13 years ago
  86. 5435404 transceiver: clean variable init of radio interface constructor by kurtis.heimerl · 13 years ago
  87. e724d6d transceiver: move various radio interface definitions by kurtis.heimerl · 13 years ago
  88. 0628613 transceiver: rename getting radio vector time to getTime() by kurtis.heimerl · 13 years ago
  89. ce31733 transceiver: add option for host based resampling by kurtis.heimerl · 13 years ago
  90. 513a629 uhd: keep reading on overrun or other non-fatal errors by kurtis.heimerl · 13 years ago
  91. 9b55783 transceiver: separate I/O portion of radio interface implementation by kurtis.heimerl · 13 years ago
  92. 8aea56e transceiver: separate radio clock and vector interfaces by kurtis.heimerl · 13 years ago
  93. 119ca9c transceiver: uhd: update copyright header by kurtis.heimerl · 13 years ago
  94. 1979c6f transceiver: minor cleanup of sample type sizing in uhd by kurtis.heimerl · 13 years ago
  95. be1decc transceiver: remove extraneous comments by kurtis.heimerl · 13 years ago
  96. 3b8ad24 transceiver: remove extra typedefs to remove warnings by kurtis.heimerl · 13 years ago
  97. 26ca5bc uhd: remove external clock polarity setting by kurtis.heimerl · 13 years ago
  98. d3e2590 uhd: verify setting of master clock rate by kurtis.heimerl · 13 years ago
  99. 16c6540 transceiver: fix bug in setting low-level attenuation by kurtis.heimerl · 13 years ago
  100. 2b28c69 uhd: remove uhd type argument by kurtis.heimerl · 13 years ago