aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add C/I computationtnt/ciSylvain Munaut2019-05-141-4/+30
* lms: Use smpl_buf to recover from timestamp jumpsPau Espin Pedrol2019-05-063-13/+67
* smpl_buf: Move it to device/common and create libdevice_common.laPau Espin Pedrol2019-05-0610-8/+20
* Introduce LOGCHAN macro to standarize logging channel infoPau Espin Pedrol2019-05-063-36/+39
* smpl_buf: Remove dbg log line with duplicated infoPau Espin Pedrol2019-05-041-4/+4
* smpl_buf: Remove unused clk_rt variable (fixup)Pau Espin Pedrol2019-05-041-2/+0
* smpl_buf: Remove unused clk_rt variablePau Espin Pedrol2019-05-033-8/+7
* device: Drop unused numberRead/numberWritten APIsPau Espin Pedrol2019-05-037-33/+1
* Move smpl_buf out of uhd dir to re-use it in other devicesPau Espin Pedrol2019-05-034-3/+3
* uhd: Avoid reallocation of buffers every readPau Espin Pedrol2019-05-032-15/+10
* cosmetic: uhd: Use loglevel ERROR instead of ERRPau Espin Pedrol2019-05-031-11/+11
* uhd: smpl_buf: Use TIMESTAMP type in str_statusPau Espin Pedrol2019-05-032-3/+3
* uhd: smpl_buf: Drop UHD specifics out back to UHDDevicePau Espin Pedrol2019-05-033-25/+4
* cosmetic: uhd: Move smpl_buf out of UHDDevice, move UHDDevice class definition to .hPau Espin Pedrol2019-05-035-362/+455
* lms: Catch and log dropped packets by HW during recvPau Espin Pedrol2019-04-252-0/+9
* lms: Remove unused var m_last_tx_overrunsPau Espin Pedrol2019-04-252-2/+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-254-12/+7
* cosmetic: Threads.h: Remove trailing whitespacePau Espin Pedrol2019-04-251-2/+2
* 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-173-58/+40
* lms: move LMS_GetLPFBWRange and LMS_Calibrate calls from open to startJoachim Steiger2019-04-172-27/+50
* 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
* use BSC_FD_READ and not OSMO_FD_READHarald Welte2019-04-161-1/+1
* doc/configuration.adoc: fix incorrect number of physical RF channels for B210Vadim Yanitskiy2019-04-111-1/+1
* multi-ARFCN: fix maximum number of carriers limitationTom Tsou2019-04-113-4/+16
* osmo-trx: Check return code of osmo_fd_registerPau Espin Pedrol2019-04-021-1/+4
* osmo-trx: Use signalfd to serialize signals in main thread ctxPau Espin Pedrol2019-03-291-5/+46
* osmo-trx: Avoid handling signals after shutdown triggeredPau Espin Pedrol2019-03-291-0/+6
* tests: Re-enable the convolve_test by defaultSylvain Munaut2019-01-241-2/+0
* tests: Rework the convolve_testSylvain Munaut2019-01-244-167/+925
* VTY: add extended (11-bit) RACH detection toggleVadim Yanitskiy2019-01-245-10/+36
* convolve: Remove support for step, offset parametersSylvain Munaut2019-01-2111-166/+124
* arm/convolve: Fix the vfp4 real convolution for h_len=12Sylvain Munaut2019-01-211-2/+2
* Bump version: 0.4.0.125-7c78 → 1.0.01.0.0Harald Welte2019-01-201-0/+146
* cosmetic: Don't call the SDR "USRP" in error messageHarald Welte2019-01-111-1/+1
* usrp1: Fix formatting of log message (missing space)Harald Welte2019-01-111-2/+2
* usrp1: Remove uninitialized skipRx logicHarald Welte2019-01-112-9/+3
* LMSDeviceTest: fix link errors on OBSOliver Smith2018-12-171-1/+2
* configure.ac: check boost only if USRP1 support is enabledPau Espin Pedrol2018-12-141-3/+2
* lms: Fix build against LimeSuite > 18.10Pau Espin Pedrol2018-12-142-2/+34
* TimevalTest: Make test deterministic with fake timePau Espin Pedrol2018-12-131-7/+18
* Timeval: Move to osmo_clock_gettimePau Espin Pedrol2018-12-132-1/+10
* Timeval: Move implementation to use clock_gettime and timespecPau Espin Pedrol2018-12-132-28/+28
* Timeval: passed() returns true if time is equalPau Espin Pedrol2018-12-131-1/+1
* LMSDevice: make use of dev-args in osmo-trx.cfgOliver Smith2018-12-135-2/+98