From 662e6adb47f8e2f3646a85147ce5892e6077be97 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 11 Oct 2016 17:00:37 +0100 Subject: [PATCH] Move the Parrot to TG 10. --- P25Gateway/Reflectors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P25Gateway/Reflectors.cpp b/P25Gateway/Reflectors.cpp index 88a21f2..33a0614 100644 --- a/P25Gateway/Reflectors.cpp +++ b/P25Gateway/Reflectors.cpp @@ -91,7 +91,7 @@ bool CReflectors::load() // Add the Parrot entry if (m_parrotPort > 0U) { CP25Reflector* refl = new CP25Reflector; - refl->m_id = 1U; + refl->m_id = 10U; refl->m_address = CUDPSocket::lookup(m_parrotAddress); refl->m_port = m_parrotPort; m_reflectors.push_back(refl);