aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2021-09-03computeCI: Document hardcoded multiplierPau Espin Pedrol1-1/+7
2021-09-01cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2021-09-01detectGeneralBurst(): Increase log level about clipping to INFOPau Espin Pedrol1-1/+1
2021-09-01computeCI(): Constify read-only variablePau Espin Pedrol1-3/+1
2021-09-01computeCI(): Rename verbose repeated getter to constantPau Espin Pedrol1-4/+5
2021-09-01computeCI(): Constify param and pass it as referencePau Espin Pedrol1-1/+1
2021-09-01detectBurst(): constify parameterPau Espin Pedrol1-2/+2
2021-09-01detectBurst(): Clear downsampling code pathPau Espin Pedrol1-8/+12
2021-07-11lms: init bandEric1-1/+3
2021-05-29uhd: ensure configured clock source is actually usedEric1-0/+14
2021-05-27ctrl_sock_handle_rx(): fix missing space in LOGCHAN() statementVadim Yanitskiy1-1/+1
2021-05-05add hidden fn adjustment commandEric1-1/+1
2021-03-01ipc: Makefile.am: Clean LDADD variablePau Espin Pedrol1-1/+2
2021-02-28mark uhddev_ipc.cpp as BUILT_SOURCESHarald Welte1-2/+3
2021-02-21Add a (hidden) VTY parameter for Rx/Tx freq. shiftingVadim Yanitskiy2-3/+5
2021-02-04sigProcLib: fix C/I computation for 8-PSK modulated burstsSylvain Munaut3-17/+38
2021-01-27Transceiver: use proper factor for amplitude scalingVadim Yanitskiy1-1/+1
2021-01-21Transceiver: fix integer division in addRadioVector()Vadim Yanitskiy1-1/+1
2021-01-18ChannelizerBase: Fix memory leakPau Espin Pedrol1-0/+1
2021-01-17radioInterfaceMulti: Fix memory leak upon close()Pau Espin Pedrol1-0/+4
2020-12-10ipc-driver-test: Allow setting dir prefix for UD socketPau Espin Pedrol2-10/+23
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 Welte4-17/+17
2020-11-04main: use logging API to print SIMD info instead of printf()Vadim Yanitskiy1-29/+33
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 Pedrol13-63/+178
2020-10-14Transceiver: Pass config struct instead of large list of paramsPau Espin Pedrol3-84/+50
2020-10-09osmo-trx: add commandline option --vty-ref-xmlPhilipp Maier1-3/+15
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-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-25transceiver: optimize code if optimizations are enabledEric2-4/+8
2020-08-25devices: reset internal smart sample buffers upon stopEric4-2/+22
2020-08-25osmo-trx-ipcEric Wild19-2/+3636