aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/lms/LMSDevice.h
AgeCommit message (Expand)AuthorFilesLines
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