From d070e96121deea8ceed5c7165b4fc33cba09e5a3 Mon Sep 17 00:00:00 2001 From: "Marius Petrescu, YO2LOJ" Date: Wed, 26 Jun 2019 19:08:05 +0300 Subject: [PATCH] Ste the reflector name to XLX for terminal use Since this is a xlx reflector, and not something else, use XLX* as the reflector name. Tnx. Adrian, VK4TUX, for the suggestion. --- src/cg3protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cg3protocol.cpp b/src/cg3protocol.cpp index ee63dc9..cb6da50 100644 --- a/src/cg3protocol.cpp +++ b/src/cg3protocol.cpp @@ -44,7 +44,7 @@ bool CG3Protocol::Init(void) ok = CProtocol::Init(); // update reflector callsign - m_ReflectorCallsign.PatchCallsign(0, (const uint8 *)"XRF", 3); + m_ReflectorCallsign.PatchCallsign(0, (const uint8 *)"XLX", 3); // create our DV socket ok &= m_Socket.Open(G3_DV_PORT);