aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/usrp1/USRPDevice.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-07-25transceiver: pass cfg struct instead of argsEric1-23/+16
2023-07-13USRPDevice:updateAlignment: remove byteswap codeOliver Smith1-2/+1
2020-06-25Drop old TxGain APIs from parent radioDevice abstract classPau Espin Pedrol1-16/+15
2020-06-08Transceiver: Implement TRXC cmd NOMTXPOWERPau Espin Pedrol1-0/+8
2020-03-12radioDevice: Drop unused isControl param from WriteSamples APIPau Espin Pedrol1-4/+9
2020-03-12radioDevice: Drop unused RSSI param from readSamples APIPau Espin Pedrol1-3/+5
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