aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs (follow)
Commit message (Expand)AuthorAgeFilesLines
* debug: use LOGL_NOTICE for log category DDEVPhilipp Maier2020-03-251-1/+1
* cosmetic: fix several typos found by codespellPau Espin Pedrol2020-02-251-1/+1
* debug.h: Fix print format of chan in CLOGCHANPau Espin Pedrol2020-02-191-1/+1
* debug.h: Avoid printing pthread_t typePau Espin Pedrol2020-02-192-4/+28
* lms: Store device type specific parameters in one placePau Espin Pedrol2020-01-152-1/+2
* uhd: Use DEVDRV log category and support UHD >=3.11 logging frameworkPau Espin Pedrol2020-01-071-0/+3
* Make logging category DLMS generic and reusable for other backendsPau Espin Pedrol2020-01-073-4/+7
* Transceiver.cpp: Introduce and use new logging categoriesPau Espin Pedrol2019-12-202-0/+21
* vty: Simplify filler burst settings and improve help and readability.Alexander Chemeris2019-10-212-72/+78
* Fix common misspellings and typosMartin Hauke2019-10-178-8/+8
* vty: Don't enable random filler bursts automatically with EDGE.Alexander Chemeris2019-10-151-1/+0
* Use new libosmocore logging lock APIPau Espin Pedrol2019-10-093-59/+4
* radioInterface: Atomically fetch and change underrun variablePau Espin Pedrol2019-09-202-3/+29
* lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctrPau Espin Pedrol2019-08-014-11/+18
* Add SPDX annotationPau Espin Pedrol2019-07-2217-1/+52
* cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol2019-07-222-5/+5
* Timeval: Restore output stream flags after changing themHarald Welte2019-07-211-1/+2
* Logger: global Log mutex is now available from C codePau Espin Pedrol2019-07-193-7/+75
* Transceiver: replace UDPSocket with libosmocore socket APIPau Espin Pedrol2019-07-023-462/+0
* trx_{vty,rate_ctr}: Set proper license AGPLv3+Pau Espin Pedrol2019-06-252-13/+19
* Add option to set stack size in config file, default == 0 == OS defaultEric Wild2019-06-174-3/+22
* Add VTY commands to set error ctr thresholdsPau Espin Pedrol2019-06-113-7/+287
* Rename and move STOP signal from Transceiver to mainPau Espin Pedrol2019-06-051-4/+4
* Add rate_ctr support to store/retrieve SDR errors through VTYPau Espin Pedrol2019-06-054-0/+205
* Introduce LOGCHAN macro to standarize logging channel infoPau Espin Pedrol2019-05-061-0/+3
* Move duplicated thread_enable_cancel to CommonLibsPau Espin Pedrol2019-04-252-0/+7
* cosmetic: Threads.h: Remove trailing whitespacePau Espin Pedrol2019-04-251-2/+2
* multi-ARFCN: fix maximum number of carriers limitationTom Tsou2019-04-112-3/+15
* VTY: add extended (11-bit) RACH detection toggleVadim Yanitskiy2019-01-242-0/+19
* 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
* osmo-trx.cpp: move comma_delimited_to_vector() to Utils.cppOliver Smith2018-12-123-0/+62
* Add TRXCTRL log categoryPau Espin Pedrol2018-12-072-0/+7
* SigProcLib: Improve Vector buffer allocation messPau Espin Pedrol2018-12-051-12/+31
* PointerFIFO: Fix memleak of ListNodePau Espin Pedrol2018-12-032-0/+20
* CommonLibs/Makefile.am: Specify libcommon_la_LIBADDPau Espin Pedrol2018-10-021-0/+1
* Use pthread_setname_np to name threadsPau Espin Pedrol2018-09-282-2/+23
* Vector: Copy arrays in a sane way for non-trivially copyable typesPau Espin Pedrol2018-09-101-3/+8
* cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol2018-09-101-1/+1
* SigProcLib: Use available copyTo Vector API instead of memcopyPau Espin Pedrol2018-09-101-1/+1
* osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on errorPau Espin Pedrol2018-09-042-0/+36
* Logger: Disable pthread cancel point inside Logger destructorPau Espin Pedrol2018-09-031-0/+3
* vty: Fix typo in gpsdo clock reference typePau Espin Pedrol2018-08-271-1/+1
* logging: Introduce new "DDEV" category for device-specific codeHarald Welte2018-08-172-1/+8
* Fix config file saving of {tx,rx}-path VTY config stringsHarald Welte2018-07-311-2/+2
* lms: Several improvements and compilation/runtime fixesPau Espin Pedrol2018-06-133-0/+10
* trx_vty.c: fix: use CONFIG_NODE as parent by defaultVadim Yanitskiy2018-05-091-1/+3
* build: Fix make distcheckPau Espin Pedrol2018-04-271-4/+0
* Logger: Print correct source file and line numberPau Espin Pedrol2018-04-252-5/+8