1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-06-25 14:42:57 +00:00

Merge branch 'next' into release0016

This commit is contained in:
Carles Fernandez 2022-02-15 12:04:18 +01:00
commit f6032a66e7
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -1003,6 +1003,7 @@ int galileo_telemetry_decoder_gs::general_work(int noutput_items __attribute__((
{
d_TOW_at_current_symbol_ms += static_cast<uint32_t>(GALILEO_FNAV_CODES_PER_SYMBOL * GALILEO_E5A_CODE_PERIOD_MS);
}
}
if (d_enable_navdata_monitor && !d_nav_msg_packet.nav_message.empty())
{
d_nav_msg_packet.system = std::string(1, current_symbol.System);
@ -1015,7 +1016,6 @@ int galileo_telemetry_decoder_gs::general_work(int noutput_items __attribute__((
}
break;
}
}
case 3: // CNAV
{
// TODO