aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/lms
AgeCommit message (Expand)AuthorFilesLines
2018-12-07lms: Do {under,over}run checks even if LMS_RecvStream failsPau Espin Pedrol1-1/+1
2018-12-07lms: Move {under,over}run checks into separate methodPau Espin Pedrol2-11/+16
2018-12-05lms: Improve Set{Rx,Tx}{Gain,Freq} loggingPau Espin Pedrol1-6/+10
2018-12-05lms: Allow setting Tx/RxFreq for lchan!=0Pau Espin Pedrol1-11/+0
2018-12-05lms: Allow setting Tx/RxGain for chan!=0Pau Espin Pedrol1-10/+0
2018-12-04lms: Close device on LMS_Init failurePau Espin Pedrol1-1/+1
2018-12-04lms: Make sure LMS_Close is called when Device is torn downPau Espin Pedrol2-0/+11
2018-12-03lms: Destroy streams on device stopPau Espin Pedrol1-0/+4
2018-12-03lms: Fix start after stop of devicePau Espin Pedrol1-0/+6
2018-11-29lms: Set Rx gain to midpoint, as comment suggests.Harald Welte1-1/+1
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-09-20device/lms/LMSDevice.cpp: fix compilation warningVadim Yanitskiy1-1/+1
2018-09-03lms: Return error on device read timeoutPau Espin Pedrol1-3/+5
2018-08-17logging: Introduce new "DDEV" category for device-specific codeHarald Welte1-56/+56
2018-06-20lms: Allow values diff than 34dB to be set by setRxGain()Pau Espin Pedrol1-3/+1
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 Welte2-10/+6
2018-06-13radioDevice: Move tx_sps from derived into base classHarald Welte2-8/+9
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 Welte1-2/+0
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-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 Pedrol1-0/+10
2018-06-13lms: Several improvements and compilation/runtime fixesPau Espin Pedrol2-123/+260
2018-06-13Initial work towards direct LimeSuite support in OsmoTRXHarald Welte2-0/+648