1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-06 04:47:59 +00:00

Fix tests

This commit is contained in:
Mathieu Favreau
2025-05-07 19:45:49 +00:00
parent 54f677ff60
commit 7773507bd6

View File

@@ -241,7 +241,7 @@ auto findRole(ConfigurationInterface const* configuration, std::string const& ba
return role;
};
const auto signal_mapping = std::unordered_map<std::string, std::string>{
const auto signal_mapping = std::vector<std::pair<std::string, std::string>>{
{"1C", "GPS L1 C/A"},
{"2S", "GPS L2C (M)"},
{"L5", "GPS L5"},