Merge remote-tracking branch 'origin/tetra-contrib' into tetra-usrp
This commit is contained in:
commit
0d5fcf69e6
|
|
@ -745,6 +745,7 @@ void ReflectorClient::handleStateEvent(std::istream& is)
|
||||||
}
|
}
|
||||||
else if (msg.name() == "System:info")
|
else if (msg.name() == "System:info")
|
||||||
{
|
{
|
||||||
|
eventmessage["source"] = m_callsign;
|
||||||
m_reflector->updateSysteminfostate(eventmessage);
|
m_reflector->updateSysteminfostate(eventmessage);
|
||||||
}
|
}
|
||||||
} /* ReflectorClient::handleStateEvent */
|
} /* ReflectorClient::handleStateEvent */
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@ using namespace SvxLink;
|
||||||
|
|
||||||
#define MAX_TRIES 5
|
#define MAX_TRIES 5
|
||||||
|
|
||||||
#define TETRA_LOGIC_VERSION "19012023"
|
#define TETRA_LOGIC_VERSION "21012023"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue