aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-31Use new libosmovty cpu sched config featuresPau Espin Pedrol4-1/+17
2020-07-27Transceiver: Add several rate_ctr for rx error conditionsPau Espin Pedrol1-5/+15
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-17Transceiver: Restrict conditions where FN gaps are detectedPau Espin Pedrol1-1/+1
2020-07-15Transceiver: Use already obtained value from Rx msg structurePau Espin Pedrol1-1/+1
2020-07-15Transceiver: Provide initial value for TransceiverState::mFiller in constructorPau Espin Pedrol1-1/+1
2020-07-10Add rate counter for missing Txbursts when scheduled towards the radioInterfacePau Espin Pedrol1-4/+11
2020-07-10Transceiver: Fix race condition obtaining Dl burst from Upper layerPau Espin Pedrol3-23/+17
2020-07-10Introduce rate counters to detect issues in received Dl bursts from TRXDPau Espin Pedrol2-8/+56
2020-07-01TransceiverState: Initialize ctrs field in constructorPau Espin Pedrol1-0/+1
2020-06-29Introduce rate counter tx_stale_burstsPau Espin Pedrol2-0/+14
2020-06-29UHDDevice: catch LookupError/IndexError in set{Rx,Tx}Antenna()Vadim Yanitskiy1-2/+16
2020-06-25{UHD,LMS}Dervice: Log expected resulting TxPower when setting device specific...Pau Espin Pedrol2-7/+11
2020-06-25Drop old TxGain APIs from parent radioDevice abstract classPau Espin Pedrol5-50/+20
2020-06-25LMSDevice: Compute TxGain on LimeSuite API based on expected Tx output powerPau Espin Pedrol2-51/+144
2020-06-22Transceiver: Allow sending negative nominal tx power in RSP NOMTXPOWERPau Espin Pedrol1-4/+1
2020-06-19proto_trxd: Fix UndefinedBehaviorSanitizer from ubsanPau Espin Pedrol1-1/+1
2020-06-15UHDDevice: Compute TxGain on UHD API based on expected Tx output powerPau Espin Pedrol2-44/+55
2020-06-09radioInterface: Operate on real Tx power attenuation rather than on device sp...Pau Espin Pedrol7-61/+59
2020-06-09UHDDevice: Implement getNominalTxPower() based on TxFrequencyPau Espin Pedrol2-6/+90
2020-06-08Transceiver: Implement TRXC cmd NOMTXPOWERPau Espin Pedrol10-0/+50
2020-05-29Transceiver: Fix extra space in RSP NOISELEV errorPau Espin Pedrol1-1/+1
2020-05-26Transceiver: Log when sending of CLK indications beginsPhilipp Maier1-0/+2
2020-05-09Use OSMO_FD_READ instead of deprecated BSC_FD_READPau Espin Pedrol1-1/+1
2020-04-14transceiver: get rid of the ctrl threadsEric3-75/+124