aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs
AgeCommit message (Expand)AuthorFilesLines
2023-08-25transceiver: add experimental viterbi equalizer supportEric2-0/+23
2023-08-24trx: fix dev-args issueEric1-1/+1
2023-07-25devices: add freq/gain override for uhdEric Wild2-0/+76
2023-07-25transceiver: pass cfg struct instead of argsEric1-1/+2
2023-03-14CommonLibs: clean up and fix Makefile.amVadim Yanitskiy1-3/+8
2023-03-14CommonLibs: remove unused *trx in cfg[_no]_ctr_error_threshold_cmdVadim Yanitskiy1-2/+0
2022-12-23clean up mutex, scopedlock, and signal classesEric3-168/+62
2022-08-06threshold_timer_update_intv(): call osmo_timer_del() unconditionallyVadim Yanitskiy1-2/+1
2021-12-14treewide: remove FSF address2022q12021q4Oliver Smith3-12/+0
2021-10-25trx_rate_ctr: use thread safe strerror() in device_sig_cb()Vadim Yanitskiy1-2/+5
2021-06-16vty: printing fn offset should be signedEric1-1/+1
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-15/+15
2021-05-05add hidden fn adjustment commandEric2-0/+18
2021-03-01Threads: Avoid printing pthread_self()Pau Espin Pedrol1-2/+2
2021-03-01Drop logging pthread IDPau Espin Pedrol2-11/+6
2021-03-01Threads.cpp: Fix missing extern C around libosmocore includePau Espin Pedrol1-0/+2
2021-02-21Add a (hidden) VTY parameter for Rx/Tx freq. shiftingVadim Yanitskiy2-0/+17
2021-02-17Replace my_gettid with libosmocore osmo_gettid APIPau Espin Pedrol3-30/+6
2021-02-17Threads.cpp: Use already existing gettid wrapper functionPau Espin Pedrol1-7/+1
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