1. 03e6ecf Transceiver52M: Replace resampler with SSE enabled implementation by Thomas Tsou · 11 years ago
  2. 3eaae80 Transceiver52M: Replace convolve and related calls with SSE implementation by Thomas Tsou · 11 years ago
  3. e57004d Transceiver52M: Generate RACH correlation sequence at initialization by Thomas Tsou · 11 years ago
  4. 6aa1f18 Transceiver52M: Remove logging from signal processing core by Thomas Tsou · 11 years ago
  5. e5dcfc4 Transceiver52M: Add destructors to correlation seqeunce objects by Thomas Tsou · 11 years ago
  6. 83e0689 Transceiver52M: Make GSM pulse filter internal to implementation by Thomas Tsou · 11 years ago
  7. d24cc2c Transceiver52M: Rename samples-per-symbol variable names by Thomas Tsou · 11 years ago
  8. ddd6def Transceiver52M: Verify global config sanity before using by Thomas Tsou · 11 years ago
  9. 96794cb Transceiver52M: Remove unused test code from main by Thomas Tsou · 11 years ago
  10. 7e06806 Transceiver52M: Use exception blocks for rate changes by Thomas Tsou · 11 years ago
  11. cb69f08 Transceiver52M: Set resampling option automatically based on device by Thomas Tsou · 11 years ago
  12. 312e387 Transceiver52M: Remove and rename oversampling variables by Thomas Tsou · 11 years ago
  13. f2293b8 Transceiver52M: Remove periodic alignment update from UHD build by Thomas Tsou · 11 years ago
  14. e3e8814 Transceiver52M: Add device offset correction table by Thomas Tsou · 11 years ago
  15. 02d88d1 Transceiver52M: Add UHD device type checking by Thomas Tsou · 11 years ago
  16. b4cb4e2 Transceiver52M: Update to UHD streamer interface by Thomas Tsou · 11 years ago
  17. d734e2d Fix build of the Transceiver. by Alexander Chemeris · 11 years ago
  18. 040b305 Checking in build system for the Transceiver. by Alexander Chemeris · 11 years ago
  19. fc40a84 Transceiver52M: Add more complete specification of GPRS types by ttsou · 11 years ago
  20. 258855c Transceiver52M: Add GPRS combinations to correlation types by ttsou · 11 years ago
  21. 5a87247 syncing commonlibs with Many thanks to Michael Iedema for these patches, makes config a lot better. by kurtis.heimerl · 11 years ago
  22. bec4103 Transceiver52M: Fix calculation of TS correlation for 2 sps and higher by ttsou · 11 years ago
  23. 2064297 Transceiver52: allow for handling of TCH/H slots by ttsou · 11 years ago
  24. 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
  25. 1a2d244 Correction of trivial warnings. by kurtis.heimerl · 11 years ago
  26. 0775c80 From b453f10d65dd1ff1df0dd3747adf63f4e1fd7d30 Mon Sep 17 00:00:00 2001 by kurtis.heimerl · 11 years ago
  27. eb63ec9 From 32bbfc3c89b1c56672bf2fd3660a45c513ac54d4 Mon Sep 17 00:00:00 2001 by kurtis.heimerl · 11 years ago
  28. d3564ff Transceiver52M: Read IP address and port to bind to from a configuration instead of hardcoding them. by ttsou · 11 years ago
  29. 5298de1 Transceiver52M: Properly pass samplerate to RadioDevice::make() by ttsou · 11 years ago
  30. 8fd86a5 OH GOOD GIT MISSED THESE FILES THANKS GIT by kurtis.heimerl · 11 years ago
  31. 00913d7 Sylvain patch #2, with modifications: by kurtis.heimerl · 11 years ago
  32. db70eb4 Patch 4545 in private: Added support for performance-reporting counters. by kurtis.heimerl · 11 years ago
  33. e8dde02 transceiver52m: reset energy threshold on receive gain changes by ttsou · 11 years ago
  34. 9eafbe9 missed something in one of the socket patches. now works as expected by kurtis.heimerl · 12 years ago
  35. ec842de Alexander's patches: by kurtis.heimerl · 12 years ago
  36. a7fee63 r4425 in private: by kurtis.heimerl · 12 years ago
  37. 0aaabd4 r4408 in private: by kurtis.heimerl · 12 years ago
  38. c9f268d Oh kay. Lots of patches trying to catch up to mainline: by kurtis.heimerl · 12 years ago
  39. e766abb Alexander's patch #1: by kurtis.heimerl · 12 years ago
  40. 42267fd Alexander's patch #3: Configuration Tests should not include crashing by kurtis.heimerl · 12 years ago
  41. bcf60a8 merged private Config to public: r4211: by kurtis.heimerl · 12 years ago
  42. f60dafa Transceiver52M: UHD: Setup option to pass arguments from command line by ttsou · 12 years ago
  43. 60dc4c9 transceiver: uhd: prevent output of underrun message at ERROR level by ttsou · 12 years ago
  44. 221f23e transceiver: uhd: allow underrun flag to reset during timing alignment by ttsou · 12 years ago
  45. 2173abf transceiver: b100: raise minimum transmit latency value by ttsou · 12 years ago
  46. 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
  47. 711fdf6 transceiver, usrp1: fix transmit gain setting bug by ttsou · 12 years ago
  48. 724eb36 transceiver, uhd: output timestamps on monontonic error by ttsou · 12 years ago
  49. 7645fca Harvind found a bug in BitVector.cpp: by kurtis.heimerl · 12 years ago
  50. 3b5c0c1 transceiver, uhd: fix build error due to log level by ttsou · 12 years ago
  51. 37720be transceiver, uhd: display device information on make failure by ttsou · 12 years ago
  52. b371ed5 transceiver, uhd: alert user on unrecoverable errors by ttsou · 12 years ago
  53. d009319 Locking gethostbyname call, as Alexander notes that it is not thread safe by kurtis.heimerl · 12 years ago
  54. f041e25 Reverted bad function header. There are no timing inversion deadlocks, I made those up. by kurtis.heimerl · 12 years ago
  55. 4395f4b Alexander's change. Fixes MTC bug by supporting 64bit processors in Timeval. Math was bad. by kurtis.heimerl · 12 years ago
  56. 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
  57. 856bbbe Matching UHD changes in gnuradio by kurtis.heimerl · 12 years ago
  58. e332032 transceiver52M: bump critial errors to ALERT level by kurtis.heimerl · 13 years ago
  59. 4403d4f transceiver, uhd: exit informatively if no devices are found by kurtis.heimerl · 13 years ago
  60. 523ae5a transceiver, uhd: reject usrp1 if compiled with uhd support by kurtis.heimerl · 13 years ago
  61. ac0ee12 transceiver, uhd: runtime check for setting master clock rate by kurtis.heimerl · 13 years ago
  62. 4ba4718 changing config scripts to explitly target UHD/USRP1 by kurtis.heimerl · 13 years ago
  63. b99cbf3 transceiver, resamp: enlarge transmit resampler output buffer by kurtis.heimerl · 13 years ago
  64. 66ad2db transceiver: enable USRP1 firmware binary install by kurtis.heimerl · 13 years ago
  65. a198d45 transceiver, resamp: insert missing filter values by kurtis.heimerl · 13 years ago
  66. e417c5a transceiver: uhd: increase log level on constructor errors by kurtis.heimerl · 13 years ago
  67. 3758b16 transceiver: usrp1: select single dboard use at compile time by kurtis.heimerl · 13 years ago
  68. c6b9b70 transceiver: uhd: make external reference a compile time option by kurtis.heimerl · 13 years ago
  69. d3d4af3 uhd: increase initial transmit transport latency by kurtis.heimerl · 13 years ago
  70. 67e3d5a transceiver: update main to non-device specific interface by kurtis.heimerl · 13 years ago
  71. 4e59d66 transceiver: update to log messages to work with P2.8 by kurtis.heimerl · 13 years ago
  72. 75336d9 build: insert autofoo for usrp transceiver and options by kurtis.heimerl · 13 years ago
  73. 3998da7 transceiver: add a newline for uhd information outputs by kurtis.heimerl · 13 years ago
  74. b7358ce transceiver: reject usrp1 if detected using uhd by kurtis.heimerl · 13 years ago
  75. e380af3 transceiver: make the transmit drive loop bus dependent by kurtis.heimerl · 13 years ago
  76. 0803ad9 transceiver: reroute uhd messages to logging facility by kurtis.heimerl · 13 years ago
  77. 5435404 transceiver: clean variable init of radio interface constructor by kurtis.heimerl · 13 years ago
  78. e724d6d transceiver: move various radio interface definitions by kurtis.heimerl · 13 years ago
  79. 0628613 transceiver: rename getting radio vector time to getTime() by kurtis.heimerl · 13 years ago
  80. ce31733 transceiver: add option for host based resampling by kurtis.heimerl · 13 years ago
  81. 513a629 uhd: keep reading on overrun or other non-fatal errors by kurtis.heimerl · 13 years ago
  82. 9b55783 transceiver: separate I/O portion of radio interface implementation by kurtis.heimerl · 13 years ago
  83. 8aea56e transceiver: separate radio clock and vector interfaces by kurtis.heimerl · 13 years ago
  84. 119ca9c transceiver: uhd: update copyright header by kurtis.heimerl · 13 years ago
  85. 1979c6f transceiver: minor cleanup of sample type sizing in uhd by kurtis.heimerl · 13 years ago
  86. be1decc transceiver: remove extraneous comments by kurtis.heimerl · 13 years ago
  87. 3b8ad24 transceiver: remove extra typedefs to remove warnings by kurtis.heimerl · 13 years ago
  88. 26ca5bc uhd: remove external clock polarity setting by kurtis.heimerl · 13 years ago
  89. d3e2590 uhd: verify setting of master clock rate by kurtis.heimerl · 13 years ago
  90. 16c6540 transceiver: fix bug in setting low-level attenuation by kurtis.heimerl · 13 years ago
  91. 2b28c69 uhd: remove uhd type argument by kurtis.heimerl · 13 years ago
  92. ee5347a transceiver: reinsert digital gain scaling by kurtis.heimerl · 13 years ago
  93. 495d3c8 uhd: flush receive buffer should return true on timeout by kurtis.heimerl · 13 years ago
  94. b9e237e usrp1: fix transmit side tuning bug by kurtis.heimerl · 13 years ago
  95. c3c7c3e usrp1: fix typo in rx gain setting log message by kurtis.heimerl · 13 years ago
  96. 6cb348b uhd: log asynchronous errors as errors by kurtis.heimerl · 13 years ago
  97. 3ed6fb7 transceiver: fix energy threshold bug by kurtis.heimerl · 13 years ago
  98. 7ac54b1 transceiver: simplify transmit power control by kurtis.heimerl · 13 years ago
  99. d4be074 uhd: reorganize error handling, exit when non-recoverable by kurtis.heimerl · 13 years ago
  100. 13074c9 uhd: enable automatic alignment updates by kurtis.heimerl · 13 years ago