mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-05 15:00:33 +00:00
Set validity flag
This commit is contained in:
parent
a10b1fe0f4
commit
d4a5df929e
@ -391,5 +391,6 @@ bool Gps_CNAV_Navigation_Message::have_new_utc_model() // Check if we have a ne
|
|||||||
|
|
||||||
Gps_CNAV_Utc_Model Gps_CNAV_Navigation_Message::get_utc_model()
|
Gps_CNAV_Utc_Model Gps_CNAV_Navigation_Message::get_utc_model()
|
||||||
{
|
{
|
||||||
|
utc_model_record.valid = true;
|
||||||
return utc_model_record;
|
return utc_model_record;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user