aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/lms/LMSDevice.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-25devices: unify band handlingEric1-7/+30
2023-07-25transceiver: pass cfg struct instead of argsEric1-13/+12
2021-09-21lms,uhd: Allow changing band between poweroff & poweronPau Espin Pedrol1-0/+1
2020-10-14Calculate RSSI offset based on RxGain configurationPau Espin Pedrol1-2/+20
2020-06-25Drop old TxGain APIs from parent radioDevice abstract classPau Espin Pedrol1-4/+0
2020-06-25LMSDevice: Compute TxGain on LimeSuite API based on expected Tx output powerPau Espin Pedrol1-12/+15
2020-06-09radioInterface: Operate on real Tx power attenuation rather than on device sp...Pau Espin Pedrol1-14/+13
2020-06-08Transceiver: Implement TRXC cmd NOMTXPOWERPau Espin Pedrol1-0/+2
2020-03-12radioDevice: Drop unused isControl param from WriteSamples APIPau Espin Pedrol1-3/+1
2020-03-12radioDevice: Drop unused RSSI param from readSamples APIPau Espin Pedrol1-2/+1
2020-01-15lms: Store device type specific parameters in one placePau Espin Pedrol1-1/+10
2020-01-13lms: Change radioDevice constructor arg name to avoid masking instance attrPau Espin Pedrol1-1/+1
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
2019-09-13radioDevice: Introduce getTxGain() APIPau Espin Pedrol1-0/+5
2019-09-13LMSDevice: Return previous txGain/rxGain if setting value failedPau Espin Pedrol1-2/+2
2019-08-26lms: Log available antennas if requested antenna failsPau Espin Pedrol1-0/+1
2019-08-21Drop old setPriority related codePau Espin Pedrol1-4/+0
2019-08-01lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctrPau Espin Pedrol1-1/+2
2019-07-22Add SPDX annotationPau Espin Pedrol1-1/+4
2019-06-06lms: Drop unusued variable masterClockRatePau Espin Pedrol1-3/+0
2019-06-05Add rate_ctr support to store/retrieve SDR errors through VTYPau Espin Pedrol1-5/+0
2019-05-06lms: Use smpl_buf to recover from timestamp jumpsPau Espin Pedrol1-0/+3
2019-05-03device: Drop unused numberRead/numberWritten APIsPau Espin Pedrol1-9/+0
2019-04-25lms: Catch and log dropped packets by HW during recvPau Espin Pedrol1-0/+1
2019-04-25lms: Remove unused var m_last_tx_overrunsPau Espin Pedrol1-1/+0
2019-04-17lms: add device type detection and device specific gainsJoachim Steiger1-0/+1
2019-04-17lms: move LMS_GetLPFBWRange and LMS_Calibrate calls from open to startJoachim Steiger1-0/+2
2018-12-07lms: Move {under,over}run checks into separate methodPau Espin Pedrol1-0/+1
2018-12-04lms: Make sure LMS_Close is called when Device is torn downPau Espin Pedrol1-0/+1
2018-11-29lms: User correct scale factor for transmit samplesHarald Welte1-1/+8
2018-06-14radioDevice: better encapsulation in base classHarald Welte1-2/+1
2018-06-13radioDevice: Move tx_sps from derived into base classHarald Welte1-2/+2
2018-06-13lms: Fix support for rx_paths / tx_pathsHarald Welte1-1/+3
2018-06-13move set_antennas() from UHD to generic radioDevice base classHarald Welte1-2/+0
2018-06-13lms: Several improvements and compilation/runtime fixesPau Espin Pedrol1-12/+36
2018-06-13Initial work towards direct LimeSuite support in OsmoTRXHarald Welte1-0/+179