diff --git a/reflector/GateKeeper.cpp b/reflector/GateKeeper.cpp index b663592..bc1e4cd 100644 --- a/reflector/GateKeeper.cpp +++ b/reflector/GateKeeper.cpp @@ -295,6 +295,8 @@ const std::string CGateKeeper::ProtocolName(const EProtocol p) const return "Brandmeister"; case EProtocol::g3: return "Icom G3"; + case EProtocol::m17: + return "M17"; default: return "NONE"; }