aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gitignore: remove non-existing 'doc/manuals/osmomsc-usermanual.xml'2021q1Vadim Yanitskiy2021-04-161-1/+0
* ipc: Makefile.am: Clean LDADD variablePau Espin Pedrol2021-03-011-1/+2
* Threads: Avoid printing pthread_self()Pau Espin Pedrol2021-03-011-2/+2
* Drop logging pthread IDPau Espin Pedrol2021-03-012-11/+6
* Threads.cpp: Fix missing extern C around libosmocore includePau Espin Pedrol2021-03-011-0/+2
* Bump version: 1.3.0.1-e2404 → 1.3.11.3.1Harald Welte2021-02-281-0/+6
* mark uhddev_ipc.cpp as BUILT_SOURCESHarald Welte2021-02-281-2/+3
* Bump version: 1.2.0.132-3b8f-dirty → 1.3.01.3.0Pau Espin Pedrol2021-02-236-14/+164
* Add a (hidden) VTY parameter for Rx/Tx freq. shiftingVadim Yanitskiy2021-02-214-3/+22
* tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol2021-02-191-1/+1
* tests: Explicitly drop category from logPau Espin Pedrol2021-02-191-0/+2
* Replace my_gettid with libosmocore osmo_gettid APIPau Espin Pedrol2021-02-175-39/+7
* Threads.cpp: Use already existing gettid wrapper functionPau Espin Pedrol2021-02-171-7/+1
* sigProcLib: fix C/I computation for 8-PSK modulated burstsSylvain Munaut2021-02-043-17/+38
* configure.ac: set -std=gnu11Oliver Smith2021-01-281-0/+2
* Transceiver: use proper factor for amplitude scalingVadim Yanitskiy2021-01-271-1/+1
* Transceiver: fix integer division in addRadioVector()Vadim Yanitskiy2021-01-211-1/+1
* ChannelizerBase: Fix memory leakPau Espin Pedrol2021-01-181-0/+1
* radioInterfaceMulti: Fix memory leak upon close()Pau Espin Pedrol2021-01-171-0/+4
* contrib/jenkins: don't build osmo-gsm-manualsOliver Smith2021-01-131-1/+0
* osmo-trx.spec: move ipc-driver-test into package ipc-testAlexander Couzens2021-01-081-1/+13
* manual: Fix typo OsmTRX -> OsmoTRXHarald Welte2021-01-071-1/+1
* README updateHarald Welte2021-01-061-10/+8
* ipc-driver-test: Allow setting dir prefix for UD socketPau Espin Pedrol2020-12-102-10/+23
* vty: fix swapped documentation for 'filler type' commandVadim Yanitskiy2020-12-081-1/+1
* ipc: Fix wrong reference to BTS in log linePau Espin Pedrol2020-12-071-1/+1
* main: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol2020-11-251-0/+11
* Use osmo_fd_*_{disable,enable}Harald Welte2020-11-115-17/+18
* doc/manuals: generate XML VTY reference at build-timeVadim Yanitskiy2020-11-046-1413/+70
* main: use logging API to print SIMD info instead of printf()Vadim Yanitskiy2020-11-041-29/+33
* vty: fix documentation for 'ext-rach (disable|enable)'Vadim Yanitskiy2020-11-041-1/+3
* vty: auto-generate cmd and doc strings for cfg_filler_type_cmdVadim Yanitskiy2020-11-021-14/+21
* vty: remove groundless statement about filler type 'dummy'Vadim Yanitskiy2020-11-021-2/+1
* vty: fix documentation for 'multi-arfcn (disable|enable)'Vadim Yanitskiy2020-11-021-1/+2
* vty: cosmetic: use VTY_IPV4_CMD in 'bind-ip' / 'remote-ip'Vadim Yanitskiy2020-11-021-2/+2
* vty: fix documentation for 'rx-sps (1|4)' and 'tx-sps (1|4)'Vadim Yanitskiy2020-11-021-2/+6
* vty: fix documentation for 'egprs (disable|enable)'Vadim Yanitskiy2020-10-301-1/+3
* vty: fix documentation for 'swap-channels (disable|enable)'Vadim Yanitskiy2020-10-301-1/+3
* Transceiver: explicitly init m{Rx,Tx}LowerLoopThreadVadim Yanitskiy2020-10-251-0/+1
* Transceiver: use size_t and ARRAY_SIZE() in constructorVadim Yanitskiy2020-10-241-2/+2
* device: drop unreasonable LIBOSMO{CTRL,VTY}_{CFLAGS,LIBS}Vadim Yanitskiy2020-10-246-9/+7
* main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Vadim Yanitskiy2020-10-241-14/+36
* device/common/Makefile.am: remove $(LMS_CFLAGS) from AM_CXXFLAGSVadim Yanitskiy2020-10-241-1/+1
* device/lms: get rid of 'using namespace std'Vadim Yanitskiy2020-10-241-3/+1
* device/lms: fix missing semicolon in LMSDevice::assign_band_desc()Vadim Yanitskiy2020-10-241-1/+1
* device/lms: fix: 'trx_vty.h' header requires C linkageVadim Yanitskiy2020-10-241-1/+1
* Use osmo_fd_setup() wherever applicableHarald Welte2020-10-193-14/+3
* ipc: Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte2020-10-184-25/+25
* Calculate RSSI offset based on RxGain configurationPau Espin Pedrol2020-10-1416-70/+187
* Transceiver: Pass config struct instead of large list of paramsPau Espin Pedrol2020-10-145-117/+88