aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2018-12-12WIP: move comma_delimited_to_vector to Utils.cpposmith/select-limesdr-by-serialOliver Smith1-15/+1
2018-12-12LMSDevice: 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-07transceiver: Log TRXCTRL iface responses towards osmo-bts-trxPau Espin Pedrol1-1/+2
2018-12-07Add TRXCTRL log categoryPau Espin Pedrol1-7/+7
2018-12-05transceiver: log chan on CTRL command receivedPau Espin Pedrol1-1/+1
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-05SigProcLib: Improve Vector buffer allocation messPau Espin Pedrol5-35/+21
2018-12-04lms: Close device on LMS_Init failurePau Espin Pedrol1-1/+1
2018-12-04osmo-trx: Change some lines to use libosmocore logging instead of coutPau Espin Pedrol1-5/+5
2018-12-04lms: Make sure LMS_Close is called when Device is torn downPau Espin Pedrol2-0/+11
2018-12-03radioInterface: Fix memleak during close()Pau Espin Pedrol1-0/+8
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-11-01ChannelizerBase: Fix ASan alloc-dealloc-mismatchPau Espin Pedrol1-1/+1
2018-10-24sigProcLib: add a CorrType for extended (11-bit) RACHVadim Yanitskiy2-6/+12
2018-10-24sigProcLib: introduce both TS1 and TS2 RACH synch. sequencesVadim Yanitskiy2-17/+24
2018-10-23Add long parameters (--help, --version, ...)Oliver Smith1-5/+13
2018-10-21trx_validate_config(): Fix validation of rx_spsHarald Welte1-1/+1
2018-10-02Transciever: Log values causing Tx underrunPau Espin Pedrol1-1/+2
2018-09-28Use pthread_setname_np to name threadsPau Espin Pedrol3-0/+18
2018-09-20device/lms/LMSDevice.cpp: fix compilation warningVadim Yanitskiy1-1/+1
2018-09-13cosmetic: Use proper whitespace in several for loopsPau Espin Pedrol1-1/+1
2018-09-10Vector: Copy arrays in a sane way for non-trivially copyable typesPau Espin Pedrol1-3/+15
2018-09-10radioInterfaceMulti:pullBuffer: Sanely convert float array to complex arrayPau Espin Pedrol1-3/+16
2018-09-10cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol1-9/+9
2018-09-10SigProcLib: Use available copyTo Vector API instead of memcopyPau Espin Pedrol1-6/+4
2018-09-10UHHDDevice: Replace deprecated header uhd/utils/thread_priority.hppPau Espin Pedrol1-1/+3
2018-09-04radioInterface: Fix variable storing integer return valuePau Espin Pedrol1-2/+3
2018-09-04osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on errorPau Espin Pedrol3-2/+43
2018-09-03lms: Return error on device read timeoutPau Espin Pedrol1-3/+5
2018-09-03radioInterface: forward errors from RadioDevice to Transceiver in recv pathPau Espin Pedrol4-18/+22
2018-09-03cosmetic: Fix trailing whitespacePau Espin Pedrol3-4/+4
2018-08-17logging: Introduce new "DDEV" category for device-specific codeHarald Welte3-171/+171
2018-06-20lms: Allow values diff than 34dB to be set by setRxGain()Pau Espin Pedrol1-3/+1
2018-06-20Add -V param to print versionPau Espin Pedrol1-1/+8
2018-06-14usrp1: Fail in case of unsupported configurationHarald Welte1-0/+12
2018-06-14lms: Fail in case of unsupported configurationHarald Welte1-0/+8
2018-06-14lms: Fix coding styleHarald Welte1-10/+10
2018-06-14radioDevice: better encapsulation in base classHarald Welte6-34/+38
2018-06-13radioDevice: Move tx_sps from derived into base classHarald Welte6-17/+18