Fix segfault

This commit is contained in:
Xavier Arteaga 2021-07-23 12:55:07 +02:00 committed by Xavier Arteaga
parent dbb10dd6a2
commit 562fd1b4d4
1 changed files with 2 additions and 3 deletions

View File

@ -530,10 +530,9 @@ bool radio::tx_dev(const uint32_t& device_idx, rf_buffer_interface& buffer, cons
nof_samples = nof_samples - past_nsamples; // Subtracts the number of trimmed samples
// Prints discarded samples
logger.debug("Detected RF overlap of %.1f us. Discarding %d samples. Power=%+.1f dBfs",
logger.debug("Detected RF overlap of %.1f us. Discarding %d samples.",
srsran_timestamp_real(&ts_overlap) * 1.0e6,
past_nsamples,
srsran_convert_power_to_dB(srsran_vec_avg_power_cf(&buffer.get(0)[nof_samples], past_nsamples)));
past_nsamples);
} else if (past_nsamples < 0 and not is_start_of_burst) {
// if the gap is bigger than TX_MAX_GAP_ZEROS, stop burst