Merge remote-tracking branch 'origin/tetra-contrib' into tetra-usrp

This commit is contained in:
Adi Bier / DL1HRC 2023-01-21 10:41:23 +01:00
commit 0d5fcf69e6
2 changed files with 2 additions and 1 deletions

View File

@ -745,6 +745,7 @@ void ReflectorClient::handleStateEvent(std::istream& is)
}
else if (msg.name() == "System:info")
{
eventmessage["source"] = m_callsign;
m_reflector->updateSysteminfostate(eventmessage);
}
} /* ReflectorClient::handleStateEvent */

View File

@ -134,7 +134,7 @@ using namespace SvxLink;
#define MAX_TRIES 5
#define TETRA_LOGIC_VERSION "19012023"
#define TETRA_LOGIC_VERSION "21012023"
/****************************************************************************
*