|
|
@ -146,9 +146,6 @@ void phy::run_thread()
|
|
|
|
sfsync.init(
|
|
|
|
sfsync.init(
|
|
|
|
radio, stack, &prach_buffer, <e_workers, &nr_workers, &common, SF_RECV_THREAD_PRIO, args.sync_cpu_affinity);
|
|
|
|
radio, stack, &prach_buffer, <e_workers, &nr_workers, &common, SF_RECV_THREAD_PRIO, args.sync_cpu_affinity);
|
|
|
|
|
|
|
|
|
|
|
|
// Disable UL signal pregeneration until the attachment
|
|
|
|
|
|
|
|
enable_pregen_signals(false);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is_configured = true;
|
|
|
|
is_configured = true;
|
|
|
|
config_cond.notify_all();
|
|
|
|
config_cond.notify_all();
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -420,13 +417,6 @@ void phy::start_plot()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void phy::enable_pregen_signals(bool enable)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
for (uint32_t i = 0; i < args.nof_phy_threads; i++) {
|
|
|
|
|
|
|
|
lte_workers[i]->enable_pregen_signals_unlocked(enable);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool phy::set_config(const srsran::phy_cfg_t& config_, uint32_t cc_idx)
|
|
|
|
bool phy::set_config(const srsran::phy_cfg_t& config_, uint32_t cc_idx)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (!is_initiated()) {
|
|
|
|
if (!is_initiated()) {
|
|
|
|