1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-06-06 08:34:10 +00:00

Fix tests

This commit is contained in:
Mathieu Favreau 2025-05-07 19:45:49 +00:00
parent 54f677ff60
commit 7773507bd6
No known key found for this signature in database
GPG Key ID: DCA223B55D58BAA2

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"},