mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-10 14:56:03 +00:00
Fix tests
This commit is contained in:
@@ -241,7 +241,7 @@ auto findRole(ConfigurationInterface const* configuration, std::string const& ba
|
|||||||
return role;
|
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"},
|
{"1C", "GPS L1 C/A"},
|
||||||
{"2S", "GPS L2C (M)"},
|
{"2S", "GPS L2C (M)"},
|
||||||
{"L5", "GPS L5"},
|
{"L5", "GPS L5"},
|
||||||
|
Reference in New Issue
Block a user