Warn about undefined Galileo frame type

This commit is contained in:
Carles Fernandez 2020-12-29 15:13:42 +01:00
parent 56fb6528b2
commit 3a2b76d61a
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 0 deletions

View File

@ -607,6 +607,7 @@ int galileo_telemetry_decoder_gs::general_work(int noutput_items __attribute__((
}
default:
{
LOG(WARNING) << "Frame type " << d_frame_type << " is not defined";
d_symbol_history.push_back(current_symbol.Prompt_I);
break;
}