From 5813bcb9156cda7fa55dd5ff84aa5c70a9c58cf0 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Sat, 12 Nov 2022 18:18:03 -0500 Subject: [PATCH] properly update site data on the TSBK and TDULC when net active flag changes; --- p25/Control.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/p25/Control.cpp b/p25/Control.cpp index ea13ebf5..85506d68 100644 --- a/p25/Control.cpp +++ b/p25/Control.cpp @@ -643,6 +643,9 @@ void Control::clock(uint32_t ms) else { m_siteData.setNetActive(false); } + + lc::TDULC::setSiteData(m_siteData); + lc::TSBK::setSiteData(m_siteData); } // if we have control enabled; do clocking to generate a CC data stream