1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-31 11:19:18 +00:00

Fix navdata_monitor extraction of FNAV message data

This commit is contained in:
Carles Fernandez 2022-02-15 11:31:35 +01:00
parent ad9add8426
commit cf91334d66
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