aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/lms/LMSDevice.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* radioDevice: Drop unused isControl param from WriteSamples APIPau Espin Pedrol2020-03-121-7/+1
* radioDevice: Drop unused RSSI param from readSamples APIPau Espin Pedrol2020-03-121-1/+1
* lms: Initial multi-arfcn supportPau Espin Pedrol2020-01-151-7/+17
* lms: Make ts_offset and smpl rate coefs device-specificPau Espin Pedrol2020-01-151-8/+12
* lms: Store device type specific parameters in one placePau Espin Pedrol2020-01-151-24/+107
* lms: Move rx_buffers allocation to constructorPau Espin Pedrol2020-01-151-4/+5
* lms: Make reference to std::vector unambiguousPau Espin Pedrol2020-01-151-1/+1
* lms: Change radioDevice constructor arg name to avoid masking instance attrPau Espin Pedrol2020-01-131-2/+2
* lms: Improve smpl_buf error loggingPau Espin Pedrol2020-01-131-2/+3
* lms: Drop unused definePau Espin Pedrol2020-01-071-1/+0
* lms: Move initialization of field started to constructorPau Espin Pedrol2020-01-071-3/+1
* Make logging category DLMS generic and reusable for other backendsPau Espin Pedrol2020-01-071-1/+1
* Fix common misspellings and typosMartin Hauke2019-10-171-1/+1
* LMSDevice: Return previous txGain/rxGain if setting value failedPau Espin Pedrol2019-09-131-4/+8
* lms: Log available antennas if requested antenna failsPau Espin Pedrol2019-08-261-2/+22
* lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctrPau Espin Pedrol2019-08-011-27/+59
* Add SPDX annotationPau Espin Pedrol2019-07-221-0/+2
* lms: Fix stream_stats checks with overrun/underrunPau Espin Pedrol2019-06-091-4/+4
* lms: Drop unusued variable masterClockRatePau Espin Pedrol2019-06-061-2/+0
* Add rate_ctr support to store/retrieve SDR errors through VTYPau Espin Pedrol2019-06-051-31/+45
* lms: Fix stream_stats checks with droppedPacketsPau Espin Pedrol2019-05-241-3/+5
* lms: Use smpl_buf to recover from timestamp jumpsPau Espin Pedrol2019-05-061-13/+63
* Introduce LOGCHAN macro to standarize logging channel infoPau Espin Pedrol2019-05-061-33/+33
* device: Drop unused numberRead/numberWritten APIsPau Espin Pedrol2019-05-031-6/+0
* lms: Catch and log dropped packets by HW during recvPau Espin Pedrol2019-04-251-0/+8
* lms: Remove unused var m_last_tx_overrunsPau Espin Pedrol2019-04-251-1/+0
* lms: Remove references to ALERT loglevelPau Espin Pedrol2019-04-251-21/+21
* lms: Log underrun/overrun eventsPau Espin Pedrol2019-04-251-2/+10
* Move duplicated thread_enable_cancel to CommonLibsPau Espin Pedrol2019-04-251-6/+0
* lms: Improve log during flush recv errorPau Espin Pedrol2019-04-251-1/+1
* lms: flush_recv: alloc buf on stack instead of heapPau Espin Pedrol2019-04-251-3/+1
* lms: properly call close if set_antennas() fails, add some commentsJoachim Steiger2019-04-171-1/+4
* lms: add device type detection and device specific gainsJoachim Steiger2019-04-171-44/+39
* lms: move LMS_GetLPFBWRange and LMS_Calibrate calls from open to startJoachim Steiger2019-04-171-27/+48
* lms: move LMS_EnableChannel from Start/Stop to Open/Close deviceJoachim Steiger2019-04-171-8/+14
* lms: Remove wrong unused code copied from -uhdJoachim Steiger2019-04-171-5/+2
* lms: Fix build against LimeSuite > 18.10Pau Espin Pedrol2018-12-141-2/+20
* LMSDevice: make use of dev-args in osmo-trx.cfgOliver Smith2018-12-131-2/+40
* lms: Do {under,over}run checks even if LMS_RecvStream failsPau Espin Pedrol2018-12-071-1/+1
* lms: Move {under,over}run checks into separate methodPau Espin Pedrol2018-12-071-11/+15
* lms: Improve Set{Rx,Tx}{Gain,Freq} loggingPau Espin Pedrol2018-12-051-6/+10
* lms: Allow setting Tx/RxFreq for lchan!=0Pau Espin Pedrol2018-12-051-11/+0
* lms: Allow setting Tx/RxGain for chan!=0Pau Espin Pedrol2018-12-051-10/+0
* lms: Close device on LMS_Init failurePau Espin Pedrol2018-12-041-1/+1
* lms: Make sure LMS_Close is called when Device is torn downPau Espin Pedrol2018-12-041-0/+10
* lms: Destroy streams on device stopPau Espin Pedrol2018-12-031-0/+4
* lms: Fix start after stop of devicePau Espin Pedrol2018-12-031-0/+6
* lms: Set Rx gain to midpoint, as comment suggests.Harald Welte2018-11-291-1/+1
* lms: Apply LMS->OSMO log level conversionPau Espin Pedrol2018-11-231-1/+1
* lms: Use LimeSuite.h log level defines instead of hardcoded valuesPau Espin Pedrol2018-11-231-4/+4