Fix gnss-sdr stop after completing a timestamp source processing

This commit is contained in:
Javier Arribas 2021-05-03 17:30:58 +02:00
parent 8ea476d2b8
commit 672edceec3
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ int Gnss_Sdr_Timestamp::work(int noutput_items,
{
if (read_next_timetag() == false)
{
return -1;
//std::cout << "End of TimeTag file reached!\n";
//return 0; //todo: find why return -1 does not stop gnss-sdr!
}
get_next_timetag = false;
}