aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-10tests: InterThread: adapt to have reproducible output and enable autotestPau Espin Pedrol3-91/+33
2018-01-10Set up GNU Autotest infrastructurePau Espin Pedrol22-113/+359
2018-01-10cosmetic: AUTHORS: fix trailing whitespacePau Espin Pedrol1-4/+4
2018-01-09Remove Configuration module and libsqlite dependencyPau Espin Pedrol12-1951/+8
2018-01-09Drop use of ConfigurationTable gConfigPau Espin Pedrol3-12/+0
2018-01-09Logger: Stop using Log.File and Log.Level from configPau Espin Pedrol2-93/+17
2018-01-09Logger: Stop using Log.Alarms.Max from configPau Espin Pedrol2-13/+2
2018-01-09cosmetic: Remove trailing whitespacePau Espin Pedrol5-10/+4
2018-01-05Update license notesMax1-22/+6
2018-01-04Update legal disclaimerMax1-13/+7
2018-01-04Update installation instructionsMax1-13/+5
2018-01-04Remove unused headersMax4-8/+1
2018-01-04Remove outdated references to OpenBTSMax1-3/+0
2018-01-04Mark release target as virtualMax1-0/+2
2017-12-04UHDDevice.cpp: add USRP B205mini supportPiotr Krysik1-0/+1
2017-11-07SocketsTest: Fix printing of non-nul-terminated stringHarald Welte1-1/+2
2017-10-31jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-0/+5
2017-10-28Tag/Release 0.2.00.2.0Harald Welte1-0/+167
2017-10-28Import git-version-gen and update AC_INIT()Harald Welte2-1/+154
2017-08-28Use release helper from libosmocoreMax2-0/+5
2017-08-16Add -j option to bind to specific addressPau Espin Pedrol6-28/+40
2017-07-20Remove redundant explicit dependencyMax1-1/+1
2017-07-20Add '-t' command line option to enable SCHED_RRHarald Welte1-2/+29
2017-07-10LimeSDR: Fix sample value rangeignasj1-2/+1
2017-07-10LimeSDR: change tx window type to TX_WINDOW_FIXEDignasj1-1/+1
2017-07-10LimeSDR: Change device detection to work with USB and PCIe versionsignasj1-1/+1
2017-07-06deb: remove unused dependencyMax1-2/+1
2017-07-04transceiver: Avoid sending clock indications when trx is not powered onPau Espin Pedrol2-8/+6
2017-07-04cosmetic: transciever: Remove trailing whitespacesPau Espin Pedrol2-12/+11
2017-06-29LimeSDR: set approximate tx offset value to make GSM workTom Tsou1-1/+1
2017-06-27uhd: Always specify samples-per-symbol for device lookupTom Tsou1-2/+2
2017-06-22sigProcLib: Specify standard namespace for isnan()Tom Tsou1-1/+1
2017-06-22sigProcLib: Replace dynamically allocated resampling buffersTom Tsou2-76/+39
2017-06-19sigProcLib: Use explicit NaN check in sinc table generationTom Tsou1-9/+3
2017-06-19sigProcLib: Remove trigonometric tablesTom Tsou1-36/+8
2017-06-19common: Declare explicit Vector move constructorTom Tsou1-2/+2
2017-06-16sigProcLib: Remove heap based signal vector allocationsTom Tsou1-84/+51
2017-06-16sigProcLib: Fix complex/real vector flag in Laurent modulatorTom Tsou1-1/+0
2017-06-16transceiver: Fix POWEROFF crash on USRP2/N200/X300 devicesTom Tsou1-5/+4
2017-06-16uhd: Fix USRP2/N200/N210 device detectionTom Tsou1-12/+12
2017-06-15uhd: Fix Tx-RX timing offset settingTom Tsou1-1/+1
2017-06-14uhd: Add non-UmTRX channel swap supportTom Tsou1-21/+44
2017-06-14sigProcLib: Remove unused functions from public interfaceTom Tsou2-467/+52
2017-06-12uhd: Use map container for for device parameter accessTom Tsou1-274/+84
2017-06-09build: Require and check for gcc C++11 supportTom Tsou3-0/+1022
2017-06-08PRBS: a Pseudo-random binary sequence (PRBS) generator class.Alexander Chemeris4-0/+157
2017-06-08ssedetect: call __builtin_cpu_supports() only if supportedVadim Yanitskiy3-1/+11
2017-06-08buildenv: check for __builtin_cpu_supports call supportVadim Yanitskiy1-0/+27
2017-06-08buildenv: cosmetic changesVadim Yanitskiy1-6/+8
2017-06-08buildenv: fix build on systems without SIMD supportVadim Yanitskiy1-2/+3