aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-17trx_rate_ctr: Lower some log levelsPau Espin Pedrol1-6/+6
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 Pedrol5-6/+20
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 Pedrol6-10/+80
2020-07-10trx_rate_ctr: Fix locking wrong mutexPau Espin Pedrol1-1/+1
2020-07-01doc/manuals: Update thread documentation after dropping CTRL sock threadsPau Espin Pedrol1-10/+5
2020-07-01TransceiverState: Initialize ctrs field in constructorPau Espin Pedrol1-0/+1
2020-06-29Introduce rate counter tx_stale_burstsPau Espin Pedrol6-7/+73
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-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-24osmo-trx.spec.in: Use %config(noreplace) to retain current config fileHarald Welte1-2/+2
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-17RPM spec file: Require uhd-firmware for osmo-trx-uhdHarald Welte1-0/+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-23doc: switch log levels to noticePhilipp Maier4-4/+4
2020-05-22Makefile.am: EXTRA_DIST: debian, contrib/*.spec.inOliver Smith1-1/+4
2020-05-19contrib: integrate RPM specOliver Smith3-9/+32
2020-05-19contrib: import RPM specOliver Smith1-0/+189
2020-05-09Use OSMO_FD_READ instead of deprecated BSC_FD_READPau Espin Pedrol1-1/+1