aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device
AgeCommit message (Expand)AuthorFilesLines
2019-07-22Add SPDX annotationPau Espin Pedrol8-2/+20
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 Pedrol3-37/+54
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 Pedrol8-7/+18
2019-05-06Introduce LOGCHAN macro to standarize logging channel infoPau Espin Pedrol1-33/+33
2019-05-04smpl_buf: Remove dbg log line with duplicated infoPau Espin Pedrol1-4/+4
2019-05-04smpl_buf: Remove unused clk_rt variable (fixup)Pau Espin Pedrol1-2/+0
2019-05-03smpl_buf: Remove unused clk_rt variablePau Espin Pedrol3-8/+7
2019-05-03device: Drop unused numberRead/numberWritten APIsPau Espin Pedrol7-33/+1
2019-05-03Move smpl_buf out of uhd dir to re-use it in other devicesPau Espin Pedrol4-3/+3
2019-05-03uhd: Avoid reallocation of buffers every readPau Espin Pedrol2-15/+10
2019-05-03cosmetic: uhd: Use loglevel ERROR instead of ERRPau Espin Pedrol1-11/+11
2019-05-03uhd: smpl_buf: Use TIMESTAMP type in str_statusPau Espin Pedrol2-3/+3
2019-05-03uhd: smpl_buf: Drop UHD specifics out back to UHDDevicePau Espin Pedrol3-25/+4
2019-05-03cosmetic: uhd: Move smpl_buf out of UHDDevice, move UHDDevice class definitio...Pau Espin Pedrol5-362/+455
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 Pedrol2-12/+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
2019-01-11usrp1: Fix formatting of log message (missing space)Harald Welte1-2/+2
2019-01-11usrp1: Remove uninitialized skipRx logicHarald Welte2-9/+3
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
2018-12-05lms: Allow setting Tx/RxGain for chan!=0Pau Espin Pedrol1-10/+0
2018-12-04lms: Close device on LMS_Init failurePau Espin Pedrol1-1/+1
2018-12-04lms: Make sure LMS_Close is called when Device is torn downPau Espin Pedrol2-0/+11
2018-12-03lms: Destroy streams on device stopPau Espin Pedrol1-0/+4
2018-12-03lms: Fix start after stop of devicePau Espin Pedrol1-0/+6
2018-12-02UHDDevice: log exception information on device open failured0gtail1-2/+2
2018-11-29lms: Set Rx gain to midpoint, as comment suggests.Harald Welte1-1/+1
2018-11-29lms: User correct scale factor for transmit samplesHarald Welte1-1/+8
2018-11-23lms: Apply LMS->OSMO log level conversionPau Espin Pedrol1-1/+1
2018-11-23lms: Use LimeSuite.h log level defines instead of hardcoded valuesPau Espin Pedrol1-4/+4
2018-11-19UHDDevice: setRxGain on chan 0 when using multi-arfcnPau Espin Pedrol1-0/+3
2018-09-28Use pthread_setname_np to name threadsPau Espin Pedrol1-0/+1