| 162 | } |
| 163 | |
| 164 | static unsigned int GetCountry(const ByteArray& bytes) |
| 165 | { |
| 166 | return std::min(GetInt(bytes, {53, 54, 43, 44, 45, 46, 47, 48, 37, 38}), 999U); |
| 167 | } |
| 168 | |
| 169 | static unsigned int GetServiceClass(const ByteArray& bytes) |
| 170 | { |
no test coverage detected