aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs
AgeCommit message (Expand)AuthorFilesLines
2020-12-08vty: fix swapped documentation for 'filler type' commandVadim Yanitskiy1-1/+1
2020-11-04vty: fix documentation for 'ext-rach (disable|enable)'Vadim Yanitskiy1-1/+3
2020-11-02vty: auto-generate cmd and doc strings for cfg_filler_type_cmdVadim Yanitskiy1-14/+21
2020-11-02vty: remove groundless statement about filler type 'dummy'Vadim Yanitskiy1-2/+1
2020-11-02vty: fix documentation for 'multi-arfcn (disable|enable)'Vadim Yanitskiy1-1/+2
2020-11-02vty: cosmetic: use VTY_IPV4_CMD in 'bind-ip' / 'remote-ip'Vadim Yanitskiy1-2/+2
2020-11-02vty: fix documentation for 'rx-sps (1|4)' and 'tx-sps (1|4)'Vadim Yanitskiy1-2/+6
2020-10-30vty: fix documentation for 'egprs (disable|enable)'Vadim Yanitskiy1-1/+3
2020-10-30vty: fix documentation for 'swap-channels (disable|enable)'Vadim Yanitskiy1-1/+3
2020-10-14Calculate RSSI offset based on RxGain configurationPau Espin Pedrol2-4/+9
2020-10-14Transceiver: Pass config struct instead of large list of paramsPau Espin Pedrol2-33/+38
2020-10-08vty: add attributes to VTY commands indicating when they applyPhilipp Maier1-12/+14
2020-09-12vty: add multi-ARFCN specific warning for chan N > 0Vadim Yanitskiy1-0/+12
2020-08-25transceiver: optimize code if optimizations are enabledEric1-14/+19
2020-07-31Use new libosmovty cpu sched config featuresPau Espin Pedrol1-1/+3
2020-07-27Transceiver: Add several rate_ctr for rx error conditionsPau Espin Pedrol3-0/+18
2020-07-17Introduce CTR log categoryPau Espin Pedrol3-19/+26
2020-07-17trx_rate_ctr: Lower some log levelsPau Espin Pedrol1-6/+6
2020-07-10Add rate counter for missing Txbursts when scheduled towards the radioInterfacePau Espin Pedrol4-2/+9
2020-07-10Introduce rate counters to detect issues in received Dl bursts from TRXDPau Espin Pedrol4-2/+24
2020-07-10trx_rate_ctr: Fix locking wrong mutexPau Espin Pedrol1-1/+1
2020-06-29Introduce rate counter tx_stale_burstsPau Espin Pedrol4-7/+59
2020-06-29Rename device specific rate counter multi-thread helpersPau Espin Pedrol2-49/+49
2020-06-29trx_rate_ctr: Fix immediate rescheduling on per-sec thresholdsPau Espin Pedrol1-2/+2
2020-06-29cosmetic: trx_rate_ctr: Fix whitespacePau Espin Pedrol1-1/+1
2020-03-25debug: use LOGL_NOTICE for log category DDEVPhilipp Maier1-1/+1
2020-02-25cosmetic: fix several typos found by codespellPau Espin Pedrol1-1/+1
2020-02-19debug.h: Fix print format of chan in CLOGCHANPau Espin Pedrol1-1/+1
2020-02-19debug.h: Avoid printing pthread_t typePau Espin Pedrol2-4/+28
2020-01-15lms: Store device type specific parameters in one placePau Espin Pedrol2-1/+2
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