aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/lms/LMSDevice.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-06-13lms: Fix coding stylelaforge/limeHarald Welte1-10/+10
2018-06-13radioDevice: better encapsulation in base classHarald Welte1-8/+5
2018-06-13radioDevice: Move tx_sps from derived into base classHarald Welte1-6/+7
2018-06-13lms: Call set_antennas() during open() methodHarald Welte1-0/+5
2018-06-13lms: Fix support for rx_paths / tx_pathsHarald Welte1-2/+7
2018-06-12lms: Reduce Rx gain from 47 to 34 dBZydrunas Tamosevicius1-1/+1
2018-06-12lms: fix LMS_StartStream() handling for multiple channelsZydrunas Tamosevicius1-0/+5
2018-06-12lms: Reduce log level of "send buffer of len ..."Zydrunas Tamosevicius1-1/+1
2018-06-12lms: Use same timestamp offset like when using LimeSDR via UHDZydrunas Tamosevicius1-5/+2
2018-05-29lms: Check LPBFW to set is within supported rangePau Espin Pedrol1-6/+26
2018-05-25LMSDevice: Fix setup failure with LimeSuite > 18.04.1Pau Espin Pedrol1-1/+1
2018-05-25LMSDevice: Set correct values for Max{Tx,Rx}GainPau Espin Pedrol1-2/+2
2018-05-25LMSDevice: Reduce Rx logging verbosity: Only log unexpected timestampsHarald Welte1-1/+2
2018-05-25LMS_Device: Set ts_offset to 0.Harald Welte1-1/+2
2018-05-25LMSDevice: Fix initial timestamp offset of 2500Harald Welte1-1/+1
2018-05-25LMSDevice: Set low-pass filters to smallest possible optionHarald Welte1-0/+4
2018-05-25LMSDevice: Typo fix: s/Internal/ExternalHarald Welte1-1/+1
2018-05-25LMSDevice: Print sample rate range + actual sample rate after setting itHarald Welte1-0/+9
2018-05-25LMSDevice: Call LMS_Init() before setting sample rateHarald Welte1-4/+6
2018-05-25lms: Several improvements and compilation/runtime fixesPau Espin Pedrol1-111/+224
2018-05-25Initial work towards direct LimeSuite support in OsmoTRXHarald Welte1-0/+469