aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs
AgeCommit message (Expand)AuthorFilesLines
2020-01-07uhd: Use DEVDRV log category and support UHD >=3.11 logging frameworkPau Espin Pedrol1-0/+3
2020-01-07Make logging category DLMS generic and reusable for other backendsPau Espin Pedrol3-4/+7
2019-12-20Transceiver.cpp: Introduce and use new logging categoriesPau Espin Pedrol2-0/+21
2019-10-21vty: Simplify filler burst settings and improve help and readability.Alexander Chemeris2-72/+78
2019-10-17Fix common misspellings and typosMartin Hauke8-8/+8
2019-10-15vty: Don't enable random filler bursts automatically with EDGE.Alexander Chemeris1-1/+0
2019-10-09Use new libosmocore logging lock APIPau Espin Pedrol3-59/+4
2019-09-20radioInterface: Atomically fetch and change underrun variablePau Espin Pedrol2-3/+29
2019-08-01lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctrPau Espin Pedrol4-11/+18
2019-07-22Add SPDX annotationPau Espin Pedrol17-1/+52
2019-07-22cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol2-5/+5
2019-07-21Timeval: Restore output stream flags after changing themHarald Welte1-1/+2
2019-07-19Logger: global Log mutex is now available from C codePau Espin Pedrol3-7/+75
2019-07-02Transceiver: replace UDPSocket with libosmocore socket APIPau Espin Pedrol3-462/+0
2019-06-25trx_{vty,rate_ctr}: Set proper license AGPLv3+Pau Espin Pedrol2-13/+19
2019-06-17Add option to set stack size in config file, default == 0 == OS defaultEric Wild4-3/+22
2019-06-11Add VTY commands to set error ctr thresholdsPau Espin Pedrol3-7/+287
2019-06-05Rename and move STOP signal from Transceiver to mainPau Espin Pedrol1-4/+4
2019-06-05Add rate_ctr support to store/retrieve SDR errors through VTYPau Espin Pedrol4-0/+205
2019-05-06Introduce LOGCHAN macro to standarize logging channel infoPau Espin Pedrol1-0/+3
2019-04-25Move duplicated thread_enable_cancel to CommonLibsPau Espin Pedrol2-0/+7
2019-04-25cosmetic: Threads.h: Remove trailing whitespacePau Espin Pedrol1-2/+2
2019-04-11multi-ARFCN: fix maximum number of carriers limitationTom Tsou2-3/+15
2019-01-24VTY: add extended (11-bit) RACH detection toggleVadim Yanitskiy2-0/+19
2018-12-13Timeval: Move to osmo_clock_gettimePau Espin Pedrol2-1/+10
2018-12-13Timeval: Move implementation to use clock_gettime and timespecPau Espin Pedrol2-28/+28
2018-12-13Timeval: passed() returns true if time is equalPau Espin Pedrol1-1/+1
2018-12-12osmo-trx.cpp: move comma_delimited_to_vector() to Utils.cppOliver Smith3-0/+62
2018-12-07Add TRXCTRL log categoryPau Espin Pedrol2-0/+7
2018-12-05SigProcLib: Improve Vector buffer allocation messPau Espin Pedrol1-12/+31
2018-12-03PointerFIFO: Fix memleak of ListNodePau Espin Pedrol2-0/+20
2018-10-02CommonLibs/Makefile.am: Specify libcommon_la_LIBADDPau Espin Pedrol1-0/+1
2018-09-28Use pthread_setname_np to name threadsPau Espin Pedrol2-2/+23
2018-09-10Vector: Copy arrays in a sane way for non-trivially copyable typesPau Espin Pedrol1-3/+8
2018-09-10cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol1-1/+1
2018-09-10SigProcLib: Use available copyTo Vector API instead of memcopyPau Espin Pedrol1-1/+1
2018-09-04osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on errorPau Espin Pedrol2-0/+36
2018-09-03Logger: Disable pthread cancel point inside Logger destructorPau Espin Pedrol1-0/+3
2018-08-27vty: Fix typo in gpsdo clock reference typePau Espin Pedrol1-1/+1
2018-08-17logging: Introduce new "DDEV" category for device-specific codeHarald Welte2-1/+8
2018-07-31Fix config file saving of {tx,rx}-path VTY config stringsHarald Welte1-2/+2
2018-06-13lms: Several improvements and compilation/runtime fixesPau Espin Pedrol3-0/+10
2018-05-09trx_vty.c: fix: use CONFIG_NODE as parent by defaultVadim Yanitskiy1-1/+3
2018-04-27build: Fix make distcheckPau Espin Pedrol1-4/+0
2018-04-25Logger: Print correct source file and line numberPau Espin Pedrol2-5/+8
2018-03-05vty: Implement VTY cfg parsing for current parametersPau Espin Pedrol2-1/+468
2018-03-05Move enums required by VTY to a separate headerPau Espin Pedrol2-1/+22
2018-02-27Logger: Use libosmocore logging systemPau Espin Pedrol3-112/+29
2018-02-27Add initial support for logging, vty, ctrlPau Espin Pedrol5-2/+208
2018-02-20Logger: Remove gLogToConsole flagPau Espin Pedrol2-15/+8