aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/usrp1/USRPDevice.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-13lms: Change radioDevice constructor arg name to avoid masking instance attrPau Espin Pedrol1-2/+2
2019-09-13USRPDevice: Return previous txGain if setting value failedPau Espin Pedrol1-2/+4
2019-09-13USRPDevice: Fix setRxGain return on error and getRxGain() returning always 0Pau Espin Pedrol1-2/+3
2019-07-29usrp1: don't check for non-null underrun pointerPau Espin Pedrol1-2/+2
2019-07-22Add SPDX annotationPau Espin Pedrol1-0/+2
2019-05-03device: Drop unused numberRead/numberWritten APIsPau Espin Pedrol1-5/+0
2019-01-11usrp1: Fix formatting of log message (missing space)Harald Welte1-2/+2
2019-01-11usrp1: Remove uninitialized skipRx logicHarald Welte1-8/+3
2018-09-13cosmetic: Use proper whitespace in several for loopsPau Espin Pedrol1-1/+1
2018-08-17logging: Introduce new "DDEV" category for device-specific codeHarald Welte1-39/+39
2018-06-14usrp1: Fail in case of unsupported configurationHarald Welte1-0/+12
2018-06-14radioDevice: better encapsulation in base classHarald Welte1-4/+7
2018-06-13radioDevice: Move tx_sps from derived into base classHarald Welte1-6/+6
2018-04-24Transceiver: Move device specific code to radioDevice classPau Espin Pedrol1-0/+4
2018-04-24Move device specific code out of radioInterfacePau Espin Pedrol1-0/+4
2018-04-24Move device specific files to device subdirPau Espin Pedrol1-0/+648