mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-04 11:58:00 +00:00
Add GNSS-SDR.osnma_enable configuration parameter, by default set to true
This commit is contained in:
@@ -121,7 +121,7 @@ void GNSSFlowgraph::init()
|
|||||||
galileo_tow_map_ = nullptr;
|
galileo_tow_map_ = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (configuration_->property("Channels_1B.count", 0) > 0)
|
if (configuration_->property("Channels_1B.count", 0) > 0 && configuration_->property("GNSS-SDR.osnma_enable", true))
|
||||||
{
|
{
|
||||||
enable_osnma_rx_ = true;
|
enable_osnma_rx_ = true;
|
||||||
const auto certFilePath = configuration_->property("GNSS-SDR.osnma_public_key", CRTFILE_DEFAULT);
|
const auto certFilePath = configuration_->property("GNSS-SDR.osnma_public_key", CRTFILE_DEFAULT);
|
||||||
|
Reference in New Issue
Block a user