aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/lms
AgeCommit message (Expand)AuthorFilesLines
2020-06-25{UHD,LMS}Dervice: Log expected resulting TxPower when setting device specific...Pau Espin Pedrol1-4/+5
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 Pedrol2-51/+144
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 Pedrol2-0/+10
2020-03-12radioDevice: Drop unused isControl param from WriteSamples APIPau Espin Pedrol2-10/+2
2020-03-12radioDevice: Drop unused RSSI param from readSamples APIPau Espin Pedrol2-3/+2
2020-01-15lms: Initial multi-arfcn supportPau Espin Pedrol1-7/+17
2020-01-15lms: Make ts_offset and smpl rate coefs device-specificPau Espin Pedrol1-8/+12
2020-01-15lms: Store device type specific parameters in one placePau Espin Pedrol2-25/+117
2020-01-15lms: Move rx_buffers allocation to constructorPau Espin Pedrol1-4/+5
2020-01-15lms: Make reference to std::vector unambiguousPau Espin Pedrol1-1/+1
2020-01-13lms: Change radioDevice constructor arg name to avoid masking instance attrPau Espin Pedrol2-3/+3
2020-01-13lms: Improve smpl_buf error loggingPau Espin Pedrol1-2/+3
2020-01-07lms: Drop unused definePau Espin Pedrol1-1/+0
2020-01-07lms: Move initialization of field started to constructorPau Espin Pedrol1-3/+1
2020-01-07Make logging category DLMS generic and reusable for other backendsPau Espin Pedrol1-1/+1
2019-10-17Fix common misspellings and typosMartin Hauke2-2/+2
2019-09-13radioDevice: Introduce getTxGain() APIPau Espin Pedrol1-0/+5
2019-09-13LMSDevice: Return previous txGain/rxGain if setting value failedPau Espin Pedrol2-6/+10
2019-08-26lms: Log available antennas if requested antenna failsPau Espin Pedrol2-2/+23
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 Pedrol2-28/+61
2019-07-22Add SPDX annotationPau Espin Pedrol2-1/+6
2019-06-09lms: Fix stream_stats checks with overrun/underrunPau Espin Pedrol1-4/+4
2019-06-06lms: Drop unusued variable masterClockRatePau Espin Pedrol2-5/+0
2019-06-05Add rate_ctr support to store/retrieve SDR errors through VTYPau Espin Pedrol2-36/+45
2019-05-24lms: Fix stream_stats checks with droppedPacketsPau Espin Pedrol1-3/+5
2019-05-06lms: Use smpl_buf to recover from timestamp jumpsPau Espin Pedrol3-13/+67
2019-05-06smpl_buf: Move it to device/common and create libdevice_common.laPau Espin Pedrol1-1/+1
2019-05-06Introduce LOGCHAN macro to standarize logging channel infoPau Espin Pedrol1-33/+33
2019-05-03device: Drop unused numberRead/numberWritten APIsPau Espin Pedrol2-15/+0
2019-04-25lms: Catch and log dropped packets by HW during recvPau Espin Pedrol2-0/+9
2019-04-25lms: Remove unused var m_last_tx_overrunsPau Espin Pedrol2-2/+0
2019-04-25lms: Remove references to ALERT loglevelPau Espin Pedrol1-21/+21
2019-04-25lms: Log underrun/overrun eventsPau Espin Pedrol1-2/+10
2019-04-25Move duplicated thread_enable_cancel to CommonLibsPau Espin Pedrol1-6/+0
2019-04-25lms: Improve log during flush recv errorPau Espin Pedrol1-1/+1
2019-04-25lms: flush_recv: alloc buf on stack instead of heapPau Espin Pedrol1-3/+1
2019-04-17lms: properly call close if set_antennas() fails, add some commentsJoachim Steiger1-1/+4
2019-04-17lms: add device type detection and device specific gainsJoachim Steiger2-44/+40
2019-04-17lms: move LMS_GetLPFBWRange and LMS_Calibrate calls from open to startJoachim Steiger2-27/+50
2019-04-17lms: move LMS_EnableChannel from Start/Stop to Open/Close deviceJoachim Steiger1-8/+14
2019-04-17lms: Remove wrong unused code copied from -uhdJoachim Steiger1-5/+2
2018-12-14lms: Fix build against LimeSuite > 18.10Pau Espin Pedrol1-2/+20
2018-12-13LMSDevice: make use of dev-args in osmo-trx.cfgOliver Smith1-2/+40
2018-12-07lms: Do {under,over}run checks even if LMS_RecvStream failsPau Espin Pedrol1-1/+1
2018-12-07lms: Move {under,over}run checks into separate methodPau Espin Pedrol2-11/+16
2018-12-05lms: Improve Set{Rx,Tx}{Gain,Freq} loggingPau Espin Pedrol1-6/+10
2018-12-05lms: Allow setting Tx/RxFreq for lchan!=0Pau Espin Pedrol1-11/+0