1. 0b8aa00 conditional load testing (selected at compile time), turned on by default. by Alexander Chemeris · 11 years ago achemeris/load_testing
  2. 1ed2e27 Transceiver52M: Remove unused test code from main by Thomas Tsou · 11 years ago
  3. 91ac934 Transceiver52M: Verify global config sanity at start by Thomas Tsou · 11 years ago
  4. 7398a75 Transceiver52M: Disable equalization for SPS greater than 1 by Thomas Tsou · 11 years ago
  5. 44389b8 Transceiver52M: Add command line device args passing by Thomas Tsou · 11 years ago
  6. 3e24f79 Transceiver52M: Setup dual Laurent pulse filter by Thomas Tsou · 11 years ago
  7. ef7c258 Transceiver52M: Refactor RACH and TSC detection by Thomas Tsou · 11 years ago
  8. fb6e757 Transceiver52M: Disable energy detector by Thomas Tsou · 11 years ago
  9. 23ee900 Transceiver52M: Add SSE floating point / integer conversion by Thomas Tsou · 11 years ago
  10. 98e58b9 Transceiver52M: Add 4 samples-per-symbol Laurent pulse shape by Thomas Tsou · 11 years ago
  11. 0c260ae Transceiver52M: Reverse storage of convolution vectors by Thomas Tsou · 11 years ago
  12. acc9ee9 Transceiver52M: Replace convolve and related calls with SSE implementation by Thomas Tsou · 11 years ago
  13. 9520ecd Transceiver52M: Generate RACH correlation sequence at initialization by Thomas Tsou · 11 years ago
  14. ab599f8 Transceiver52M: Remove logging from signal processing core by Thomas Tsou · 11 years ago
  15. d6ed8c0 Transceiver52M: Add destructors to correlation seqeunce objects by Thomas Tsou · 11 years ago
  16. c8ce878 Transceiver52M: Make GSM pulse filter internal to implementation by Thomas Tsou · 11 years ago
  17. e01e1b3 Transceiver52M: Rename samples-per-symbol variable names by Thomas Tsou · 11 years ago
  18. dbd27a6 CommonLibs: Fix compile time warnings. by Alexander Chemeris · 11 years ago
  19. c5da660 Transceiver52M: Fix crash in uhd_device destructor due to deleting statically allocated memory. by Alexander Chemeris · 11 years ago
  20. 42ade04 Transceiver52M: Setup independent gain and tune elements for dual channel by Thomas Tsou · 11 years ago
  21. 5e18001 Transceiver52M: Disable TSC check on slot setting by Thomas Tsou · 11 years ago
  22. 621e52a Transceiver52M: Disable dynamic filler table setting and fix deallocation by Thomas Tsou · 11 years ago
  23. f86aa2c Transceiver52M: Fix build in the new repository. by Alexander Chemeris · 11 years ago
  24. 48f8fb3 Transceiver52M: Setup UmTRX dual carrier support by Thomas Tsou · 11 years ago
  25. 40c3d0a transceiver: mcbts: remove unused call in drive loop by Thomas Tsou · 12 years ago
  26. 41c6657 multi-arfcn: refactor to match upstream GSM core by Thomas Tsou · 12 years ago
  27. cd576c9 uhd: fix local overflow handling of buffer reads by Thomas Tsou · 12 years ago
  28. 3eeda48 multi-arfcn, trx: create transceivers based on command line arg by Thomas Tsou · 12 years ago
  29. 5d64491 transceiver, uhd: dynamically allocate async event thread by Thomas Tsou · 12 years ago
  30. b5c450d multi-arfcn, trx: attach FIFO's internally in transceiver by Thomas Tsou · 12 years ago
  31. afb04f8 multi-arfcn, trx: fix infinite energy threshold bug by Thomas Tsou · 12 years ago
  32. 5f13377 multi-arfcn, trx: handle thread exiting on shutdown by Thomas Tsou · 12 years ago
  33. a6ca73c multi-arfcn, trx: allocate threads on heap and fix thread release by Thomas Tsou · 12 years ago
  34. 5a37840 multi-arfcn, trx: remove unused reset() call in drive loop by Thomas Tsou · 12 years ago
  35. ca5d35c multi-arfcn, trx: remove unused attach call() by Thomas Tsou · 12 years ago
  36. 507e6d4 multi-arfcn, trx: only deallocate radio resouces if started by Thomas Tsou · 12 years ago
  37. 1f330a9 transceiver: define virtual destructor for base device by Thomas Tsou · 12 years ago
  38. 7c6f58a multi-arfcn, trx: add and modify transceiver main for new interfaces by Thomas Tsou · 12 years ago
  39. 996f426 multi-arfcn, trx: split transceiver to handle multiple channels by Thomas Tsou · 12 years ago
  40. 711e6af multi-arfcn, trx: modify radio interface for multi-channel use by Thomas Tsou · 12 years ago
  41. 222688d multi-arfcn, trx: add header wrappers for radio interface by Thomas Tsou · 12 years ago
  42. 20bc24d Transceiver52M: Add UmTRX support by Thomas Tsou · 11 years ago
  43. 59796e1 Transceiver52M: Explicitly check for USRP2 device type by Thomas Tsou · 11 years ago
  44. 19a506d Transceiver52M: Use exception blocks for rate changes by Thomas Tsou · 11 years ago
  45. fbd6e1c Transceiver52M: Allow tolerance in UHD sample rate selection by Thomas Tsou · 11 years ago
  46. 0366985 Transceiver52M: Set resampling option automatically based on device by Thomas Tsou · 11 years ago
  47. 5d0e392 Transceiver52M: Set sample rate from within the radio device by Thomas Tsou · 11 years ago
  48. 801ce60 Transceiver52M: Remove and rename oversampling variables by Thomas Tsou · 11 years ago
  49. ed64e79 Transceiver52M: Remove periodic alignment update from UHD build by Thomas Tsou · 11 years ago
  50. d1bcab2 Transceiver52M: Add device offset correction table by Thomas Tsou · 11 years ago
  51. 00493f1 Transceiver52M: Add UHD device type checking by Thomas Tsou · 11 years ago
  52. d565556 Transceiver52M: Setup test case for second UmTRX channel by Thomas Tsou · 11 years ago
  53. 2b48784 Transceiver52M: Update to UHD streamer interface by Thomas Tsou · 11 years ago
  54. 635e342 umtrx: set timing offset and clocking frequency by Thomas Tsou · 12 years ago
  55. 9e5e208 Transceier52M: Make error response to an unknown command on UDP command interface more understandable. by Alexander Chemeris · 11 years ago
  56. 8f47387 Transceiver52M: Check for correctly set TSC before setting timeslot types. by Alexander Chemeris · 11 years ago
  57. c707f42 Modified fillerTable usage in pushRadioVector function. by Ivan Kluchnikov · 11 years ago
  58. 00ed144 umtrx: flush any possible garbage bursts at start by Thomas Tsou · 12 years ago
  59. 8d804a4 transceiver: workaround for transmit testing with no clock reset by Thomas Tsou · 12 years ago
  60. 82ede3e Transceiver52M: add antenna selection from configuration by Thomas Tsou · 11 years ago
  61. d734e2d Fix build of the Transceiver. by Alexander Chemeris · 11 years ago
  62. 040b305 Checking in build system for the Transceiver. by Alexander Chemeris · 11 years ago
  63. fc40a84 Transceiver52M: Add more complete specification of GPRS types by ttsou · 11 years ago
  64. 258855c Transceiver52M: Add GPRS combinations to correlation types by ttsou · 11 years ago
  65. 5a87247 syncing commonlibs with Many thanks to Michael Iedema for these patches, makes config a lot better. by kurtis.heimerl · 11 years ago
  66. bec4103 Transceiver52M: Fix calculation of TS correlation for 2 sps and higher by ttsou · 11 years ago
  67. 2064297 Transceiver52: allow for handling of TCH/H slots by ttsou · 11 years ago
  68. f7afddd Synced sqlite3utils with private and fixed a small recursive bug in SIPEngine that was already fixed in private by kurtis.heimerl · 11 years ago
  69. 1a2d244 Correction of trivial warnings. by kurtis.heimerl · 11 years ago
  70. 0775c80 From b453f10d65dd1ff1df0dd3747adf63f4e1fd7d30 Mon Sep 17 00:00:00 2001 by kurtis.heimerl · 11 years ago
  71. eb63ec9 From 32bbfc3c89b1c56672bf2fd3660a45c513ac54d4 Mon Sep 17 00:00:00 2001 by kurtis.heimerl · 11 years ago
  72. d3564ff Transceiver52M: Read IP address and port to bind to from a configuration instead of hardcoding them. by ttsou · 11 years ago
  73. 5298de1 Transceiver52M: Properly pass samplerate to RadioDevice::make() by ttsou · 11 years ago
  74. 8fd86a5 OH GOOD GIT MISSED THESE FILES THANKS GIT by kurtis.heimerl · 11 years ago
  75. 00913d7 Sylvain patch #2, with modifications: by kurtis.heimerl · 11 years ago
  76. db70eb4 Patch 4545 in private: Added support for performance-reporting counters. by kurtis.heimerl · 11 years ago
  77. e8dde02 transceiver52m: reset energy threshold on receive gain changes by ttsou · 11 years ago
  78. 9eafbe9 missed something in one of the socket patches. now works as expected by kurtis.heimerl · 11 years ago
  79. ec842de Alexander's patches: by kurtis.heimerl · 11 years ago
  80. a7fee63 r4425 in private: by kurtis.heimerl · 11 years ago
  81. 0aaabd4 r4408 in private: by kurtis.heimerl · 11 years ago
  82. c9f268d Oh kay. Lots of patches trying to catch up to mainline: by kurtis.heimerl · 11 years ago
  83. e766abb Alexander's patch #1: by kurtis.heimerl · 12 years ago
  84. 42267fd Alexander's patch #3: Configuration Tests should not include crashing by kurtis.heimerl · 12 years ago
  85. bcf60a8 merged private Config to public: r4211: by kurtis.heimerl · 12 years ago
  86. f60dafa Transceiver52M: UHD: Setup option to pass arguments from command line by ttsou · 12 years ago
  87. 60dc4c9 transceiver: uhd: prevent output of underrun message at ERROR level by ttsou · 12 years ago
  88. 221f23e transceiver: uhd: allow underrun flag to reset during timing alignment by ttsou · 12 years ago
  89. 2173abf transceiver: b100: raise minimum transmit latency value by ttsou · 12 years ago
  90. 9123274 Public release now works with g++4.7. In 4.7, unistd.h is no longer imported by default by kurtis.heimerl · 12 years ago
  91. 711fdf6 transceiver, usrp1: fix transmit gain setting bug by ttsou · 12 years ago
  92. 724eb36 transceiver, uhd: output timestamps on monontonic error by ttsou · 12 years ago
  93. 7645fca Harvind found a bug in BitVector.cpp: by kurtis.heimerl · 12 years ago
  94. 3b5c0c1 transceiver, uhd: fix build error due to log level by ttsou · 12 years ago
  95. 37720be transceiver, uhd: display device information on make failure by ttsou · 12 years ago
  96. b371ed5 transceiver, uhd: alert user on unrecoverable errors by ttsou · 12 years ago
  97. d009319 Locking gethostbyname call, as Alexander notes that it is not thread safe by kurtis.heimerl · 12 years ago
  98. f041e25 Reverted bad function header. There are no timing inversion deadlocks, I made those up. by kurtis.heimerl · 12 years ago
  99. 4395f4b Alexander's change. Fixes MTC bug by supporting 64bit processors in Timeval. Math was bad. by kurtis.heimerl · 12 years ago
  100. 1ac561b Fixing Thomas's MTC receive bug. We don't have a ticket for it, but there seemed to be a timing inversion deadlock in Interthread.h. We mostly duck it, instead of solving it. by kurtis.heimerl · 12 years ago