mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-31 11:19:18 +00:00
Make Coverity Scan happy
This commit is contained in:
parent
13115e2c7e
commit
f3a22de830
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user