diff --git a/p25/lc/TSBK.cpp b/p25/lc/TSBK.cpp index 94f20e30..64c7d369 100644 --- a/p25/lc/TSBK.cpp +++ b/p25/lc/TSBK.cpp @@ -8,7 +8,7 @@ */ /* * Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL -* Copyright (C) 2022 by Rosesam N5UWU +* Copyright (C) 2022 by Centex Trunked Radio System - TIME_DATE_ANN & RAD_MON_CMD * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/packet/Trunk.cpp b/p25/packet/Trunk.cpp index e6ced07f..3587a0f9 100644 --- a/p25/packet/Trunk.cpp +++ b/p25/packet/Trunk.cpp @@ -8,7 +8,7 @@ */ /* * Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL -* Copyright (C) 2022 by Rosesam N5UWU +* Copyright (C) 2022 by Centex Trunked Radio System - TIME_DATE_ANN & RAD_MON_CMD * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1004,7 +1004,7 @@ void Trunk::writeRF_TSDU_Radio_Mon(uint32_t srcId, uint32_t dstId, uint8_t txmul LogMessage(LOG_RF , P25_TSDU_STR ", TSBK_OSP_RAD_MON_CMD (Radio monitor), srcId = %u, dstId = %u, txmult = %u" , srcId, dstId, txmult); } - ::ActivityLog("P25" , true , "call alert request from %u to %u" , srcId , dstId); + ::ActivityLog("P25" , true , "Radio Unit Monitor request from %u to %u" , srcId , dstId); m_rfTSBK.setLCO(TSBK_OSP_RAD_MON_CMD); m_rfTSBK.setSrcId(srcId);