1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00

Make Coverity Scan happy

This commit is contained in:
Carles Fernandez 2021-08-20 22:52:13 +02:00
parent 13115e2c7e
commit f3a22de830
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -806,6 +806,7 @@ int galileo_telemetry_decoder_gs::general_work(int noutput_items __attribute__((
if ((d_CRC_error_counter > CRC_ERROR_LIMIT) and (d_frame_type != 3))
{
DLOG(INFO) << "Lost of frame sync SAT " << this->d_satellite;
gr::thread::scoped_lock lock(d_setlock);
d_flag_frame_sync = false;
d_stat = 0;
d_TOW_at_current_symbol_ms = 0;