From eec3fe57b2dba123b2b942c3e4cab590ef446e6c Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Sun, 25 Jan 2026 21:36:34 -0500 Subject: [PATCH] issue a notify CC channel release on a ChanRelease TDULC; --- src/host/p25/packet/ControlSignaling.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/host/p25/packet/ControlSignaling.cpp b/src/host/p25/packet/ControlSignaling.cpp index 8a730d5f..f169319f 100644 --- a/src/host/p25/packet/ControlSignaling.cpp +++ b/src/host/p25/packet/ControlSignaling.cpp @@ -1754,6 +1754,10 @@ void ControlSignaling::writeRF_TDULC_ChanRelease(bool grp, uint32_t srcId, uint3 if (m_p25->m_enableControl) { writeNet_TSDU_Call_Term(srcId, dstId); } + + if (m_p25->m_notifyCC) { + m_p25->notifyCC_ReleaseGrant(dstId); + } } /* Helper to write control channel packet data. */