1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

Fix RTCM printer for L5

This commit is contained in:
Carles Fernandez 2019-03-03 10:58:08 +01:00
parent 0564b790e7
commit 5635d6a012
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -3366,6 +3366,7 @@ std::map<std::string, int> Rtcm::gps_signal_map = [] {
gps_signal_map_["5I"] = 22;
gps_signal_map_["5Q"] = 23;
gps_signal_map_["5X"] = 24;
gps_signal_map_["L5"] = 24; // Workaround. TODO: check if it was I or Q
return gps_signal_map_;
}();