aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2018-03-05Fix USRP1 build with support for setting Rx/TxAntennaAlexander Huemer1-0/+1
2018-02-20Logger: Drop syslog supportPau Espin Pedrol1-1/+1
2018-02-09UHDDevice: Initialize async_event_thrd in constructorPau Espin Pedrol1-1/+1
2018-02-07Add support to set Rx/TxAntennaPau Espin Pedrol5-10/+253
2018-02-05Fix whitespacePau Espin Pedrol3-48/+47
2018-01-23Remove unneeded libdl dependencyPau Espin Pedrol1-1/+1
2018-01-20Unbreak `./configure --with-usrp1` buildAlexander Huemer2-3/+5
2018-01-11arm/convert.c: Add missing convert_init implementationPau Espin Pedrol1-0/+3
2018-01-11arm/convert.c: Fix compilation errorPau Espin Pedrol1-1/+0
2018-01-10Move ARCH_LA to Makefile.commonPau Espin Pedrol1-6/+0
2018-01-09Remove Configuration module and libsqlite dependencyPau Espin Pedrol1-1/+1
2018-01-09Drop use of ConfigurationTable gConfigPau Espin Pedrol1-3/+0
2018-01-09cosmetic: Remove trailing whitespacePau Espin Pedrol1-2/+2
2018-01-04Remove unused headersMax3-4/+1
2017-12-04UHDDevice.cpp: add USRP B205mini supportPiotr Krysik1-0/+1
2017-08-16Add -j option to bind to specific addressPau Espin Pedrol3-15/+27
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-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-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-08ssedetect: call __builtin_cpu_supports() only if supportedVadim Yanitskiy3-1/+11
2017-05-29sigProcLib: Fix number of tail bits in random Normal Bursts and zero Stealing...Alexander Chemeris1-3/+9
2017-05-19radioInterface: Remove UmTRX 'diversity' optionTom Tsou9-406/+16
2017-05-19cosmetic: Add info about SSE supportPhilipp Maier1-0/+16
2017-05-19buildenv: Split up SSE3 and SSE4.1 codePhilipp Maier9-658/+881
2017-05-19cosmetic: remove code duplicationPhilipp Maier5-35/+49
2017-05-19ssedetect: Add runtime CPU detectionPhilipp Maier6-49/+142
2017-05-02cosmetic: Make parameter lists uniformPhilipp Maier2-110/+143
2017-05-02buildenv: Turn off native architecture buildsPhilipp Maier1-1/+1
2017-04-10config: Remove OpenBTS style sqlite configurationTom Tsou1-80/+4
2017-04-03Transceiver: Remove unsigned negative comparesTom Tsou2-3/+3
2017-04-03Resampler: Fix non-array delete for filter tapsTom Tsou1-1/+1
2017-03-31sigProcLib: Fix negative value check on unsigned valueTom Tsou1-1/+1
2017-03-31sigProcLib: Check return status on downsamplingTom Tsou1-2/+6