aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/common
AgeCommit message (Expand)AuthorFilesLines
2023-11-09devices: fix wrong gain to power mappingEric1-1/+5
2023-07-25devices: unify band handlingEric2-1/+134
2023-07-25transceiver: pass cfg struct instead of argsEric1-22/+26
2022-12-23clean up mutex, scopedlock, and signal classesEric1-2/+1
2020-10-24device: drop unreasonable LIBOSMO{CTRL,VTY}_{CFLAGS,LIBS}Vadim Yanitskiy1-1/+1
2020-10-24device/common/Makefile.am: remove $(LMS_CFLAGS) from AM_CXXFLAGSVadim Yanitskiy1-1/+1
2020-10-14Calculate RSSI offset based on RxGain configurationPau Espin Pedrol1-0/+3
2020-09-12radioDevice: fix set_antennas(): consider MULTI_ARFCN modeVadim Yanitskiy1-0/+14
2020-08-25devices: reset internal smart sample buffers upon stopEric2-2/+14
2020-06-25Drop old TxGain APIs from parent radioDevice abstract classPau Espin Pedrol1-20/+2
2020-06-09radioInterface: Operate on real Tx power attenuation rather than on device sp...Pau Espin Pedrol1-12/+21
2020-06-08Transceiver: Implement TRXC cmd NOMTXPOWERPau Espin Pedrol1-0/+3
2020-03-12radioDevice: Drop unused isControl param from WriteSamples APIPau Espin Pedrol1-2/+1
2020-03-12radioDevice: Drop unused RSSI param from readSamples APIPau Espin Pedrol1-3/+1
2020-01-13smpl_buf: Fix str_code() param and print unknown error valPau Espin Pedrol2-3/+5
2019-10-17Fix common misspellings and typosMartin Hauke2-2/+2
2019-09-20Move multi-ARFCN chan amount modification from UHDDevice to parent classPau Espin Pedrol1-2/+7
2019-09-13radioDevice: Introduce getTxGain() APIPau Espin Pedrol1-0/+3
2019-08-26device: Use LOGCHAN in set_antennas()Pau Espin Pedrol1-4/+4
2019-08-21Drop old setPriority related codePau Espin Pedrol1-3/+0
2019-07-22Add SPDX annotationPau Espin Pedrol2-0/+4
2019-06-05Add rate_ctr support to store/retrieve SDR errors through VTYPau Espin Pedrol1-1/+9
2019-05-06smpl_buf: Move it to device/common and create libdevice_common.laPau Espin Pedrol4-0/+476