aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2018-11-29lms: User correct scale factor for transmit samplesHarald Welte1-1/+8
2018-11-23lms: Apply LMS->OSMO log level conversionPau Espin Pedrol1-1/+1
2018-11-23lms: Use LimeSuite.h log level defines instead of hardcoded valuesPau Espin Pedrol1-4/+4
2018-11-19UHDDevice: setRxGain on chan 0 when using multi-arfcnPau Espin Pedrol1-0/+3
2018-11-01ChannelizerBase: Fix ASan alloc-dealloc-mismatchPau Espin Pedrol1-1/+1
2018-10-24sigProcLib: add a CorrType for extended (11-bit) RACHVadim Yanitskiy2-6/+12
2018-10-24sigProcLib: introduce both TS1 and TS2 RACH synch. sequencesVadim Yanitskiy2-17/+24
2018-10-23Add long parameters (--help, --version, ...)Oliver Smith1-5/+13
2018-10-21trx_validate_config(): Fix validation of rx_spsHarald Welte1-1/+1
2018-10-02Transciever: Log values causing Tx underrunPau Espin Pedrol1-1/+2
2018-09-28Use pthread_setname_np to name threadsPau Espin Pedrol3-0/+18
2018-09-20device/lms/LMSDevice.cpp: fix compilation warningVadim Yanitskiy1-1/+1
2018-09-13cosmetic: Use proper whitespace in several for loopsPau Espin Pedrol1-1/+1
2018-09-10Vector: Copy arrays in a sane way for non-trivially copyable typesPau Espin Pedrol1-3/+15
2018-09-10radioInterfaceMulti:pullBuffer: Sanely convert float array to complex arrayPau Espin Pedrol1-3/+16
2018-09-10cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol1-9/+9
2018-09-10SigProcLib: Use available copyTo Vector API instead of memcopyPau Espin Pedrol1-6/+4
2018-09-10UHHDDevice: Replace deprecated header uhd/utils/thread_priority.hppPau Espin Pedrol1-1/+3
2018-09-04radioInterface: Fix variable storing integer return valuePau Espin Pedrol1-2/+3
2018-09-04osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on errorPau Espin Pedrol3-2/+43
2018-09-03lms: Return error on device read timeoutPau Espin Pedrol1-3/+5
2018-09-03radioInterface: forward errors from RadioDevice to Transceiver in recv pathPau Espin Pedrol4-18/+22
2018-09-03cosmetic: Fix trailing whitespacePau Espin Pedrol3-4/+4
2018-08-17logging: Introduce new "DDEV" category for device-specific codeHarald Welte3-171/+171
2018-06-20lms: Allow values diff than 34dB to be set by setRxGain()Pau Espin Pedrol1-3/+1
2018-06-20Add -V param to print versionPau Espin Pedrol1-1/+8
2018-06-14usrp1: Fail in case of unsupported configurationHarald Welte1-0/+12
2018-06-14lms: Fail in case of unsupported configurationHarald Welte1-0/+8
2018-06-14lms: Fix coding styleHarald Welte1-10/+10
2018-06-14radioDevice: better encapsulation in base classHarald Welte6-34/+38
2018-06-13radioDevice: Move tx_sps from derived into base classHarald Welte6-17/+18
2018-06-13lms: Call set_antennas() during open() methodHarald Welte1-0/+5
2018-06-13lms: Fix support for rx_paths / tx_pathsHarald Welte2-3/+10
2018-06-13move set_antennas() from UHD to generic radioDevice base classHarald Welte4-33/+29
2018-06-13lms: Reduce Rx gain from 47 to 34 dBZydrunas Tamosevicius1-1/+1
2018-06-13lms: fix LMS_StartStream() handling for multiple channelsZydrunas Tamosevicius1-0/+5
2018-06-13lms: Reduce log level of "send buffer of len ..."Zydrunas Tamosevicius1-1/+1
2018-06-13lms: Use same timestamp offset like when using LimeSDR via UHDZydrunas Tamosevicius1-5/+2
2018-06-13lms: Check LPBFW to set is within supported rangePau Espin Pedrol1-6/+26
2018-06-13lms: Makefile.am: Reorder params to fix link issuePau Espin Pedrol1-2/+2
2018-06-13LMSDevice: Fix setup failure with LimeSuite > 18.04.1Pau Espin Pedrol1-1/+1
2018-06-13LMSDevice: Set correct values for Max{Tx,Rx}GainPau Espin Pedrol1-2/+2
2018-06-13LMSDevice: Reduce Rx logging verbosity: Only log unexpected timestampsHarald Welte1-1/+2
2018-06-13LMS_Device: Set ts_offset to 0.Harald Welte1-1/+2
2018-06-13LMSDevice: Fix initial timestamp offset of 2500Harald Welte1-1/+1
2018-06-13LMSDevice: Set low-pass filters to smallest possible optionHarald Welte1-0/+4
2018-06-13LMSDevice: Typo fix: s/Internal/ExternalHarald Welte1-1/+1
2018-06-13LMSDevice: Print sample rate range + actual sample rate after setting itHarald Welte1-0/+9
2018-06-13LMSDevice: Call LMS_Init() before setting sample rateHarald Welte1-4/+6
2018-06-13build: Add support for LimeSuite device backendPau Espin Pedrol3-0/+24