1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-16 10:09:58 +00:00

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

View File

@ -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;
} }