mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-05-09 19:04:10 +00:00
Fix navdata_monitor extraction of FNAV message data
This commit is contained in:
parent
ad9add8426
commit
cf91334d66
@ -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);
|
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())
|
if (d_enable_navdata_monitor && !d_nav_msg_packet.nav_message.empty())
|
||||||
{
|
{
|
||||||
d_nav_msg_packet.system = std::string(1, current_symbol.System);
|
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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
case 3: // CNAV
|
case 3: // CNAV
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user