aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix buildfairwaves/libxtrxSergey.Kostanbaev2017-12-142-1/+1
* initial libxtrx supportSergey.Kostanbaev2017-12-1411-33/+948
* UHDDevice.cpp: add USRP B205mini supportPiotr Krysik2017-12-041-0/+1
* SocketsTest: Fix printing of non-nul-terminated stringHarald Welte2017-11-071-1/+2
* jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr2017-10-311-0/+5
* Tag/Release 0.2.00.2.0Harald Welte2017-10-281-0/+167
* Import git-version-gen and update AC_INIT()Harald Welte2017-10-282-1/+154
* Use release helper from libosmocoreMax2017-08-282-0/+5
* Add -j option to bind to specific addressPau Espin Pedrol2017-08-166-28/+40
* Remove redundant explicit dependencyMax2017-07-201-1/+1
* Add '-t' command line option to enable SCHED_RRHarald Welte2017-07-201-2/+29
* LimeSDR: Fix sample value rangeignasj2017-07-101-2/+1
* LimeSDR: change tx window type to TX_WINDOW_FIXEDignasj2017-07-101-1/+1
* LimeSDR: Change device detection to work with USB and PCIe versionsignasj2017-07-101-1/+1
* deb: remove unused dependencyMax2017-07-061-2/+1
* transceiver: Avoid sending clock indications when trx is not powered onPau Espin Pedrol2017-07-042-8/+6
* cosmetic: transciever: Remove trailing whitespacesPau Espin Pedrol2017-07-042-12/+11
* LimeSDR: set approximate tx offset value to make GSM workTom Tsou2017-06-291-1/+1
* uhd: Always specify samples-per-symbol for device lookupTom Tsou2017-06-271-2/+2
* sigProcLib: Specify standard namespace for isnan()Tom Tsou2017-06-221-1/+1
* sigProcLib: Replace dynamically allocated resampling buffersTom Tsou2017-06-222-76/+39
* sigProcLib: Use explicit NaN check in sinc table generationTom Tsou2017-06-191-9/+3
* sigProcLib: Remove trigonometric tablesTom Tsou2017-06-191-36/+8
* common: Declare explicit Vector move constructorTom Tsou2017-06-191-2/+2
* sigProcLib: Remove heap based signal vector allocationsTom Tsou2017-06-161-84/+51
* sigProcLib: Fix complex/real vector flag in Laurent modulatorTom Tsou2017-06-161-1/+0
* transceiver: Fix POWEROFF crash on USRP2/N200/X300 devicesTom Tsou2017-06-161-5/+4
* uhd: Fix USRP2/N200/N210 device detectionTom Tsou2017-06-161-12/+12
* uhd: Fix Tx-RX timing offset settingTom Tsou2017-06-151-1/+1
* uhd: Add non-UmTRX channel swap supportTom Tsou2017-06-141-21/+44
* sigProcLib: Remove unused functions from public interfaceTom Tsou2017-06-142-467/+52
* uhd: Use map container for for device parameter accessTom Tsou2017-06-121-274/+84
* build: Require and check for gcc C++11 supportTom Tsou2017-06-093-0/+1022
* PRBS: a Pseudo-random binary sequence (PRBS) generator class.Alexander Chemeris2017-06-084-0/+157
* ssedetect: call __builtin_cpu_supports() only if supportedVadim Yanitskiy2017-06-083-1/+11
* buildenv: check for __builtin_cpu_supports call supportVadim Yanitskiy2017-06-081-0/+27
* buildenv: cosmetic changesVadim Yanitskiy2017-06-081-6/+8
* buildenv: fix build on systems without SIMD supportVadim Yanitskiy2017-06-081-2/+3
* buildenv: actually strip unused cpuid functionalityVadim Yanitskiy2017-06-083-164/+0
* buildenv: correct the ax_sse macro descriptionVadim Yanitskiy2017-06-081-6/+5
* BitVector: Remove Generator class.Alexander Chemeris2017-05-302-86/+0
* Configuration: Variables allocated with 'new' must be freed with 'delete'.Alexander Chemeris2017-05-301-3/+3
* sigProcLib: Fix number of tail bits in random Normal Bursts and zero Stealing Bits.Alexander Chemeris2017-05-291-3/+9
* debian: remove obsolete dependencyMax2017-05-191-1/+0
* radioInterface: Remove UmTRX 'diversity' optionTom Tsou2017-05-199-406/+16
* cosmetic: Add info about SSE supportPhilipp Maier2017-05-191-0/+16
* buildenv: Split up SSE3 and SSE4.1 codePhilipp Maier2017-05-1912-661/+893
* buildenv: Make build CPU invariantPhilipp Maier2017-05-191-166/+16
* cosmetic: remove code duplicationPhilipp Maier2017-05-195-35/+49
* ssedetect: Add runtime CPU detectionPhilipp Maier2017-05-196-49/+142