mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2025-05-24 10:12:27 -04:00
Update YSF2NXDN.cpp
Better fix to adjust the destination field...
This commit is contained in:
parent
c861c3303e
commit
07b668218d
@ -546,7 +546,7 @@ int CYSF2NXDN::run()
|
|||||||
|
|
||||||
m_netSrc = m_lookup->findCS(srcId);
|
m_netSrc = m_lookup->findCS(srcId);
|
||||||
//m_netDst = m_lookup->findCS(dstId);
|
//m_netDst = m_lookup->findCS(dstId);
|
||||||
if (srcId != 9999U) { m_netDst = m_lookup->findCS(dstId); } else { m_netDst = std::to_string(dstId); }
|
m_netDst = "TG " + std::to_string(dstId);
|
||||||
LogMessage("Received NXDN Header: Src: %s Dst: %s", m_netSrc.c_str(), m_netDst.c_str());
|
LogMessage("Received NXDN Header: Src: %s Dst: %s", m_netSrc.c_str(), m_netDst.c_str());
|
||||||
|
|
||||||
m_conv.putNXDNHeader();
|
m_conv.putNXDNHeader();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user