1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-30 07:50:51 +00:00

Allow connection of more than 1 signal conditioner to a signal source

Signed-off-by: Vladislav P <vladisslav2011@gmail.com>
This commit is contained in:
Vladislav P 2022-12-29 00:29:42 +03:00
parent 4836785bac
commit 3b10a3663f
No known key found for this signature in database
GPG Key ID: 631C5FD38EE8D868

View File

@ -966,7 +966,7 @@ int GNSSFlowgraph::connect_signal_sources_to_signal_conditioners()
}
else
{
if (j == 0)
if (j == 0 || !src->get_right_block(j))
{
// RF_channel 0 backward compatibility with single channel sources
LOG(INFO) << "connecting sig_source_ " << i << " stream " << 0 << " to conditioner " << signal_conditioner_ID;