aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
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-04-16use BSC_FD_READ and not OSMO_FD_READHarald Welte1-1/+1
2019-04-11multi-ARFCN: fix maximum number of carriers limitationTom Tsou1-1/+1
2019-04-02osmo-trx: Check return code of osmo_fd_registerPau Espin Pedrol1-1/+4
2019-03-29osmo-trx: Use signalfd to serialize signals in main thread ctxPau Espin Pedrol1-5/+46
2019-03-29osmo-trx: Avoid handling signals after shutdown triggeredPau Espin Pedrol1-0/+6
2019-01-24VTY: add extended (11-bit) RACH detection toggleVadim Yanitskiy3-10/+17
2019-01-21convolve: Remove support for step, offset parametersSylvain Munaut10-154/+120
2019-01-21arm/convolve: Fix the vfp4 real convolution for h_len=12Sylvain Munaut1-2/+2
2019-01-11cosmetic: Don't call the SDR "USRP" in error messageHarald Welte1-1/+1
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-12osmo-trx.cpp: move comma_delimited_to_vector() to Utils.cppOliver Smith1-15/+1
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