aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/usrp1
AgeCommit message (Expand)AuthorFilesLines
2020-10-24device: drop unreasonable LIBOSMO{CTRL,VTY}_{CFLAGS,LIBS}Vadim Yanitskiy1-1/+1
2020-10-14Calculate RSSI offset based on RxGain configurationPau Espin Pedrol1-0/+2
2020-06-25Drop old TxGain APIs from parent radioDevice abstract classPau Espin Pedrol2-22/+18
2020-06-09radioInterface: Operate on real Tx power attenuation rather than on device sp...Pau Espin Pedrol1-12/+12
2020-06-08Transceiver: Implement TRXC cmd NOMTXPOWERPau Espin Pedrol2-0/+10
2020-03-12radioDevice: Drop unused isControl param from WriteSamples APIPau Espin Pedrol2-6/+13
2020-03-12radioDevice: Drop unused RSSI param from readSamples APIPau Espin Pedrol2-6/+6
2020-01-13lms: Change radioDevice constructor arg name to avoid masking instance attrPau Espin Pedrol2-3/+3
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
2019-09-13radioDevice: Introduce getTxGain() APIPau Espin Pedrol1-0/+3
2019-09-13USRPDevice: Return previous txGain if setting value failedPau Espin Pedrol2-2/+5
2019-09-13USRPDevice: Fix setRxGain return on error and getRxGain() returning always 0Pau Espin Pedrol1-2/+3
2019-08-21Drop old setPriority related codePau Espin Pedrol1-3/+0
2019-08-01Move std_inband.rbf under device/usrp1/ dirPau Espin Pedrol2-0/+6
2019-07-29usrp1: don't check for non-null underrun pointerPau Espin Pedrol1-2/+2
2019-07-22Add SPDX annotationPau Espin Pedrol2-1/+6
2019-05-06smpl_buf: Move it to device/common and create libdevice_common.laPau Espin Pedrol1-1/+1
2019-05-03device: Drop unused numberRead/numberWritten APIsPau Espin Pedrol2-10/+0
2019-01-11usrp1: Fix formatting of log message (missing space)Harald Welte1-2/+2
2019-01-11usrp1: Remove uninitialized skipRx logicHarald Welte2-9/+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 Welte2-5/+10
2018-06-13radioDevice: Move tx_sps from derived into base classHarald Welte2-8/+7
2018-06-13move set_antennas() from UHD to generic radioDevice base classHarald Welte1-2/+0
2018-04-24Transceiver: Move device specific code to radioDevice classPau Espin Pedrol2-0/+7
2018-04-24Move device specific code out of radioInterfacePau Espin Pedrol2-0/+7
2018-04-24Move device specific files to device subdirPau Espin Pedrol3-0/+862