1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-17 23:55:15 +00:00

Refactoring the gnss_synchro member initializations and minor bug fixes.

This commit is contained in:
Javier Arribas
2016-04-07 18:25:45 +02:00
parent 9cb60ec948
commit 1c2f897655
23 changed files with 155 additions and 141 deletions

View File

@@ -130,7 +130,7 @@ int gps_l2_m_telemetry_decoder_cc::general_work (int noutput_items __attribute__
// decode only if enough samples in buffer
if(d_sample_buf.size() >= d_block_size)
{
if (in[0].Flag_valid_tracking == false) // check if the tracking is locked
if (in[0].Flag_valid_symbol_output == false) // check if the tracking is locked
{
//LOG(INFO)<< "Discarting channel "<<d_channel<<" tracking not ready!"<<std::endl;
d_flag_valid_word = false;