Release v1.1.1 on 2019-08-08.
  1. 68a7809 lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctr by Pau Espin Pedrol · 4 years, 10 months ago
  2. 21d03d3 Add SPDX annotation by Pau Espin Pedrol · 4 years, 10 months ago
  3. bdb970e cosmetic: Fix trailing whitespace in several files by Pau Espin Pedrol · 4 years, 10 months ago
  4. 2a3d8ba Timeval: Restore output stream flags after changing them by Harald Welte · 4 years, 10 months ago
  5. c9202ab Logger: global Log mutex is now available from C code by Pau Espin Pedrol · 4 years, 11 months ago
  6. b9d2515 Transceiver: replace UDPSocket with libosmocore socket API by Pau Espin Pedrol · 4 years, 11 months ago
  7. e9ce77b trx_{vty,rate_ctr}: Set proper license AGPLv3+ by Pau Espin Pedrol · 5 years ago
  8. ac0487e Add option to set stack size in config file, default == 0 == OS default by Eric Wild · 5 years ago
  9. 6a305fe Add VTY commands to set error ctr thresholds by Pau Espin Pedrol · 5 years ago
  10. b426e4a Rename and move STOP signal from Transceiver to main by Pau Espin Pedrol · 5 years ago
  11. 4456b6f Add rate_ctr support to store/retrieve SDR errors through VTY by Pau Espin Pedrol · 5 years ago
  12. fc73c07 Introduce LOGCHAN macro to standarize logging channel info by Pau Espin Pedrol · 5 years ago
  13. 75cb0b9 Move duplicated thread_enable_cancel to CommonLibs by Pau Espin Pedrol · 5 years ago
  14. 46324d3 cosmetic: Threads.h: Remove trailing whitespace by Pau Espin Pedrol · 5 years ago
  15. d280045 multi-ARFCN: fix maximum number of carriers limitation by Tom Tsou · 5 years ago
  16. a8b3565 VTY: add extended (11-bit) RACH detection toggle by Vadim Yanitskiy · 6 years ago
  17. 4703140 Timeval: Move to osmo_clock_gettime by Pau Espin Pedrol · 5 years ago
  18. 0646b3c Timeval: Move implementation to use clock_gettime and timespec by Pau Espin Pedrol · 5 years ago
  19. 46cf9ef Timeval: passed() returns true if time is equal by Pau Espin Pedrol · 5 years ago
  20. 8d9a05c osmo-trx.cpp: move comma_delimited_to_vector() to Utils.cpp by Oliver Smith · 5 years ago
  21. 441d82a Add TRXCTRL log category by Pau Espin Pedrol · 5 years ago
  22. f733176 SigProcLib: Improve Vector buffer allocation mess by Pau Espin Pedrol · 5 years ago
  23. 41c68aa PointerFIFO: Fix memleak of ListNode by Pau Espin Pedrol · 5 years ago
  24. 55dd2aa CommonLibs/Makefile.am: Specify libcommon_la_LIBADD by Pau Espin Pedrol · 6 years ago
  25. 5b60c98 Use pthread_setname_np to name threads by Pau Espin Pedrol · 6 years ago
  26. e625553 Vector: Copy arrays in a sane way for non-trivially copyable types by Pau Espin Pedrol · 6 years ago
  27. 21ce05c cosmetic: Fix trailing whitespace in several files by Pau Espin Pedrol · 6 years ago
  28. 5e68cde SigProcLib: Use available copyTo Vector API instead of memcopy by Pau Espin Pedrol · 6 years ago
  29. db936b9 osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on error by Pau Espin Pedrol · 6 years ago
  30. 86be40b Logger: Disable pthread cancel point inside Logger destructor by Pau Espin Pedrol · 6 years ago
  31. aae403f vty: Fix typo in gpsdo clock reference type by Pau Espin Pedrol · 6 years ago
  32. 5cc8858 logging: Introduce new "DDEV" category for device-specific code by Harald Welte · 6 years ago
  33. 03b3c30 Fix config file saving of {tx,rx}-path VTY config strings by Harald Welte · 6 years ago
  34. c7a0bf1 lms: Several improvements and compilation/runtime fixes by Pau Espin Pedrol · 6 years ago
  35. 01eea0a trx_vty.c: fix: use CONFIG_NODE as parent by default by Vadim Yanitskiy · 6 years ago
  36. 478f82f build: Fix make distcheck by Pau Espin Pedrol · 6 years ago
  37. 3b78cbf Logger: Print correct source file and line number by Pau Espin Pedrol · 6 years ago
  38. a3ab8c2 vty: Implement VTY cfg parsing for current parameters by Pau Espin Pedrol · 6 years ago
  39. efac20b Move enums required by VTY to a separate header by Pau Espin Pedrol · 6 years ago
  40. 3da1f83 Logger: Use libosmocore logging system by Pau Espin Pedrol · 6 years ago
  41. 5ea1817 Add initial support for logging, vty, ctrl by Pau Espin Pedrol · 6 years ago
  42. 61837c0 Logger: Remove gLogToConsole flag by Pau Espin Pedrol · 6 years ago
  43. f83e11f Logger: Remove unused includes by Pau Espin Pedrol · 6 years ago
  44. 01aff88 Logger: Drop support to log into file by Pau Espin Pedrol · 6 years ago
  45. 11d50d9 Logger: Drop syslog support by Pau Espin Pedrol · 6 years ago
  46. 8bd111c Logger: get rid of alarm APIs by Pau Espin Pedrol · 6 years ago
  47. 3808e47 Logger: Remove unused logging macros by Pau Espin Pedrol · 6 years ago
  48. bd45a97 Logger: Drop unused gLogEarly by Pau Espin Pedrol · 6 years ago
  49. 89be118 Remove unneeded libdl dependency by Pau Espin Pedrol · 6 years ago
  50. 8639fee Remove UDDSocket class by Pau Espin Pedrol · 6 years ago
  51. 2edbe4d Sockets.cpp: Fix initialization of UDD socket by Pau Espin Pedrol · 6 years ago
  52. 2ac788b Set up GNU Autotest infrastructure by Pau Espin Pedrol · 6 years ago
  53. caf2abc Remove Configuration module and libsqlite dependency by Pau Espin Pedrol · 6 years ago
  54. de1685f Drop use of ConfigurationTable gConfig by Pau Espin Pedrol · 6 years ago
  55. f3837d2 Logger: Stop using Log.File and Log.Level from config by Pau Espin Pedrol · 6 years ago
  56. ddf4743 Logger: Stop using Log.Alarms.Max from config by Pau Espin Pedrol · 6 years ago
  57. 82f83ce cosmetic: Remove trailing whitespace by Pau Espin Pedrol · 6 years ago
  58. d09843c Remove unused headers by Max · 6 years ago
  59. 1468a5c SocketsTest: Fix printing of non-nul-terminated string by Harald Welte · 7 years ago
  60. 8c80095 Add -j option to bind to specific address by Pau Espin Pedrol · 7 years ago
  61. 87d158c common: Declare explicit Vector move constructor by Tom Tsou · 7 years ago
  62. 082bbbf PRBS: a Pseudo-random binary sequence (PRBS) generator class. by Alexander Chemeris · 7 years ago
  63. 15f9d95 BitVector: Remove Generator class. by Alexander Chemeris · 7 years ago
  64. 73dbccd Configuration: Variables allocated with 'new' must be freed with 'delete'. by Alexander Chemeris · 7 years ago
  65. 15da7e1 Configuration: Fix const and signedness compile warnings by Tom Tsou · 7 years ago
  66. f0189c4 vector: Introduce shrink() function to shrink vector size without loosing data. by Alexander Chemeris · 7 years ago
  67. c708816 vector: Introduce segmentMove() method to move data inside of a vector. by Alexander Chemeris · 7 years ago
  68. 38b6987 BitVector: Convert SoftVector from 0..1 to -1..+1 soft bits. by Alexander Chemeris · 7 years ago
  69. 7db522b BitVector: Remove convolutional codec - we don't use it in osmo-trx. by Alexander Chemeris · 7 years ago
  70. ae09b04 CommonLibs: Print soft bits with less confidence to console when printing a soft vector. by Alexander Chemeris · 7 years ago
  71. 4793f46 CommonLibs: Remove unused files. by Alexander Chemeris · 7 years ago
  72. 2dee3e9 Fix building against sqlite3 by Max · 7 years ago
  73. 2c650a6 common: Add mandatory length field to UDP receive calls by Tom Tsou · 8 years ago
  74. d4555f2 common: Restrict UDP binding to localhost only by Tom Tsou · 8 years ago
  75. a8cf208 Common: Make sure gLogEarly() log to the same facilities as the normal log. by Alexander Chemeris · 9 years ago
  76. f84232d Common: Get rid of a compilation warning. by Alexander Chemeris · 9 years ago
  77. cc6f79b Logger: Output ERR log messages to stderr as well. by Alexander Chemeris · 9 years ago
  78. 909ffbf Common: Use a scoped lock in the Logger to avoid deadlock on thread cancel. by Alexander Chemeris · 9 years ago
  79. 57ef87d Common: Log to console instead of loging to syslog by default. by Alexander Chemeris · 9 years ago
  80. 5721920 Common: Introduce a global variable to disable syslog logging. by Alexander Chemeris · 9 years ago
  81. b999759 CommonLibs: Add thread cancellation capability by Tom Tsou · 10 years ago
  82. 5a87247 syncing commonlibs with Many thanks to Michael Iedema for these patches, makes config a lot better. by kurtis.heimerl · 11 years ago
  83. 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
  84. 1a2d244 Correction of trivial warnings. by kurtis.heimerl · 11 years ago
  85. 0775c80 From b453f10d65dd1ff1df0dd3747adf63f4e1fd7d30 Mon Sep 17 00:00:00 2001 by kurtis.heimerl · 11 years ago
  86. eb63ec9 From 32bbfc3c89b1c56672bf2fd3660a45c513ac54d4 Mon Sep 17 00:00:00 2001 by kurtis.heimerl · 11 years ago
  87. 8fd86a5 OH GOOD GIT MISSED THESE FILES THANKS GIT by kurtis.heimerl · 11 years ago
  88. 00913d7 Sylvain patch #2, with modifications: by kurtis.heimerl · 11 years ago
  89. db70eb4 Patch 4545 in private: Added support for performance-reporting counters. by kurtis.heimerl · 11 years ago
  90. 9eafbe9 missed something in one of the socket patches. now works as expected by kurtis.heimerl · 11 years ago
  91. a7fee63 r4425 in private: by kurtis.heimerl · 11 years ago
  92. 0aaabd4 r4408 in private: by kurtis.heimerl · 11 years ago
  93. c9f268d Oh kay. Lots of patches trying to catch up to mainline: by kurtis.heimerl · 11 years ago
  94. e766abb Alexander's patch #1: by kurtis.heimerl · 12 years ago
  95. 42267fd Alexander's patch #3: Configuration Tests should not include crashing by kurtis.heimerl · 12 years ago
  96. bcf60a8 merged private Config to public: r4211: by kurtis.heimerl · 12 years ago
  97. 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
  98. 7645fca Harvind found a bug in BitVector.cpp: by kurtis.heimerl · 12 years ago
  99. d009319 Locking gethostbyname call, as Alexander notes that it is not thread safe by kurtis.heimerl · 12 years ago
  100. f041e25 Reverted bad function header. There are no timing inversion deadlocks, I made those up. by kurtis.heimerl · 12 years ago