mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-25 12:13:13 +00:00
Warn about undefined Galileo frame type
This commit is contained in:
parent
56fb6528b2
commit
3a2b76d61a
@ -607,6 +607,7 @@ int galileo_telemetry_decoder_gs::general_work(int noutput_items __attribute__((
|
|||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
|
LOG(WARNING) << "Frame type " << d_frame_type << " is not defined";
|
||||||
d_symbol_history.push_back(current_symbol.Prompt_I);
|
d_symbol_history.push_back(current_symbol.Prompt_I);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user