aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/lms/LMSDevice.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* radioDevice: Drop unused isControl param from WriteSamples APIPau Espin Pedrol2020-03-121-3/+1
* radioDevice: Drop unused RSSI param from readSamples APIPau Espin Pedrol2020-03-121-2/+1
* lms: Store device type specific parameters in one placePau Espin Pedrol2020-01-151-1/+10
* lms: Change radioDevice constructor arg name to avoid masking instance attrPau Espin Pedrol2020-01-131-1/+1
* Fix common misspellings and typosMartin Hauke2019-10-171-1/+1
* radioDevice: Introduce getTxGain() APIPau Espin Pedrol2019-09-131-0/+5
* LMSDevice: Return previous txGain/rxGain if setting value failedPau Espin Pedrol2019-09-131-2/+2
* lms: Log available antennas if requested antenna failsPau Espin Pedrol2019-08-261-0/+1
* Drop old setPriority related codePau Espin Pedrol2019-08-211-4/+0
* lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctrPau Espin Pedrol2019-08-011-1/+2
* Add SPDX annotationPau Espin Pedrol2019-07-221-1/+4
* lms: Drop unusued variable masterClockRatePau Espin Pedrol2019-06-061-3/+0
* Add rate_ctr support to store/retrieve SDR errors through VTYPau Espin Pedrol2019-06-051-5/+0
* lms: Use smpl_buf to recover from timestamp jumpsPau Espin Pedrol2019-05-061-0/+3
* device: Drop unused numberRead/numberWritten APIsPau Espin Pedrol2019-05-031-9/+0
* lms: Catch and log dropped packets by HW during recvPau Espin Pedrol2019-04-251-0/+1
* lms: Remove unused var m_last_tx_overrunsPau Espin Pedrol2019-04-251-1/+0
* lms: add device type detection and device specific gainsJoachim Steiger2019-04-171-0/+1
* lms: move LMS_GetLPFBWRange and LMS_Calibrate calls from open to startJoachim Steiger2019-04-171-0/+2
* lms: Move {under,over}run checks into separate methodPau Espin Pedrol2018-12-071-0/+1
* lms: Make sure LMS_Close is called when Device is torn downPau Espin Pedrol2018-12-041-0/+1
* lms: User correct scale factor for transmit samplesHarald Welte2018-11-291-1/+8
* radioDevice: better encapsulation in base classHarald Welte2018-06-141-2/+1
* radioDevice: Move tx_sps from derived into base classHarald Welte2018-06-131-2/+2
* lms: Fix support for rx_paths / tx_pathsHarald Welte2018-06-131-1/+3
* move set_antennas() from UHD to generic radioDevice base classHarald Welte2018-06-131-2/+0
* lms: Several improvements and compilation/runtime fixesPau Espin Pedrol2018-06-131-12/+36
* Initial work towards direct LimeSuite support in OsmoTRXHarald Welte2018-06-131-0/+179