aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-17Add option to set stack size in config file, default == 0 == OS defaultEric Wild8-12/+38
2019-06-11Add VTY commands to set error ctr thresholdsPau Espin Pedrol6-11/+391
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-05doc: vty: Update trx_vty_reference.xmlPau Espin Pedrol1-43/+138
2019-06-05Rename and move STOP signal from Transceiver to mainPau Espin Pedrol4-24/+9
2019-06-05Add rate_ctr support to store/retrieve SDR errors through VTYPau Espin Pedrol8-37/+262
2019-05-29debian: create -doc subpackage with pdf manualsOliver Smith5-18/+37
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 Pedrol10-8/+20
2019-05-06Introduce LOGCHAN macro to standarize logging channel infoPau Espin Pedrol3-36/+39
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 Pedrol4-12/+7
2019-04-25cosmetic: Threads.h: Remove trailing whitespacePau Espin Pedrol1-2/+2
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 Steiger3-58/+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-11doc/configuration.adoc: fix incorrect number of physical RF channels for B210Vadim Yanitskiy1-1/+1
2019-04-11multi-ARFCN: fix maximum number of carriers limitationTom Tsou3-4/+16
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-24tests: Re-enable the convolve_test by defaultSylvain Munaut1-2/+0
2019-01-24tests: Rework the convolve_testSylvain Munaut4-167/+925
2019-01-24VTY: add extended (11-bit) RACH detection toggleVadim Yanitskiy5-10/+36
2019-01-21convolve: Remove support for step, offset parametersSylvain Munaut11-166/+124
2019-01-21arm/convolve: Fix the vfp4 real convolution for h_len=12Sylvain Munaut1-2/+2
2019-01-20Bump version: 0.4.0.125-7c78 → 1.0.01.0.0Harald Welte1-0/+146
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