aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-07ipc: Fix wrong reference to BTS in log linePau Espin Pedrol1-1/+1
2020-11-25main: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-0/+11
2020-11-11Use osmo_fd_*_{disable,enable}Harald Welte5-17/+18
2020-11-04doc/manuals: generate XML VTY reference at build-timeVadim Yanitskiy6-1413/+70
2020-11-04main: use logging API to print SIMD info instead of printf()Vadim Yanitskiy1-29/+33
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-25Transceiver: explicitly init m{Rx,Tx}LowerLoopThreadVadim Yanitskiy1-0/+1
2020-10-24Transceiver: use size_t and ARRAY_SIZE() in constructorVadim Yanitskiy1-2/+2
2020-10-24device: drop unreasonable LIBOSMO{CTRL,VTY}_{CFLAGS,LIBS}Vadim Yanitskiy6-9/+7
2020-10-24main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Vadim Yanitskiy1-14/+36
2020-10-24device/common/Makefile.am: remove $(LMS_CFLAGS) from AM_CXXFLAGSVadim Yanitskiy1-1/+1
2020-10-24device/lms: get rid of 'using namespace std'Vadim Yanitskiy1-3/+1
2020-10-24device/lms: fix missing semicolon in LMSDevice::assign_band_desc()Vadim Yanitskiy1-1/+1
2020-10-24device/lms: fix: 'trx_vty.h' header requires C linkageVadim Yanitskiy1-1/+1
2020-10-19Use osmo_fd_setup() wherever applicableHarald Welte3-14/+3
2020-10-18ipc: Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte4-25/+25
2020-10-14Calculate RSSI offset based on RxGain configurationPau Espin Pedrol16-70/+187
2020-10-14Transceiver: Pass config struct instead of large list of paramsPau Espin Pedrol5-117/+88
2020-10-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
2020-10-09osmo-trx: add commandline option --vty-ref-xmlPhilipp Maier1-3/+15
2020-10-08vty: add attributes to VTY commands indicating when they applyPhilipp Maier1-12/+14
2020-09-18arch: x86: Fix convolve optimizations breaking signalPau Espin Pedrol1-4/+4
2020-09-12radioDevice: fix set_antennas(): consider MULTI_ARFCN modeVadim Yanitskiy1-0/+14
2020-09-12vty: add multi-ARFCN specific warning for chan N > 0Vadim Yanitskiy1-0/+12
2020-09-11proto_trxd: cosmetic: 'if' is not a function, add spaceVadim Yanitskiy1-1/+1
2020-09-11[cosmetic] radioIntefaceMulti: Fix whitespace / indentHarald Welte1-6/+5
2020-09-11[cosmetic] radioInterfaceMulti: More commentsHarald Welte1-0/+9
2020-09-04transceiver: initialize reorder flag so we don't miscountEric1-1/+1
2020-09-01Add support for TRXC MUTE commandPau Espin Pedrol2-2/+16
2020-08-27Fix build on Debian8Harald Welte1-2/+4
2020-08-26ipc: fix var declaration in for loopPau Espin Pedrol1-1/+2
2020-08-25jenkins.sh: Verify distro-specific patches applyPau Espin Pedrol1-0/+6
2020-08-25debian: Update debian8 osmo-trx specific patchPau Espin Pedrol1-9/+9
2020-08-25transceiver: optimize code if optimizations are enabledEric3-18/+27
2020-08-25devices: reset internal smart sample buffers upon stopEric4-2/+22
2020-08-25osmo-trx-ipcEric Wild30-10/+3765
2020-08-14add kernel style .clang-format with 120 chars per line limitEric1-0/+521
2020-08-13debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy1-1/+1
2020-07-31Use new libosmovty cpu sched config featuresPau Espin Pedrol11-7/+32
2020-07-27Transceiver: Add several rate_ctr for rx error conditionsPau Espin Pedrol4-5/+33
2020-07-27Transceiver: Check log level before generating burst str representationPau Espin Pedrol1-1/+1
2020-07-17Transceiver: Lower some log levels which have an associated counterPau Espin Pedrol1-5/+5
2020-07-17Introduce CTR log categoryPau Espin Pedrol3-19/+26