mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
set eot status bit for ysf last packet
This commit is contained in:
parent
e658e818b4
commit
a5556d689d
|
|
@ -803,8 +803,8 @@ bool CYsfProtocol::EncodeDvLastPacket(const CDvHeaderPacket &Header, CBuffer *Bu
|
|||
Buffer->Append((uint8 *)sz, YSF_CALLSIGN_LENGTH);
|
||||
// dest
|
||||
Buffer->Append(dest, 10);
|
||||
// net frame counter
|
||||
Buffer->Append((uint8)0x00);
|
||||
// eot status bit + net frame counter (<<1)
|
||||
Buffer->Append((uint8)0x01);
|
||||
// FS
|
||||
Buffer->Append((uint8 *)YSF_SYNC_BYTES, YSF_SYNC_LENGTH_BYTES);
|
||||
// FICH
|
||||
|
|
|
|||
Loading…
Reference in a new issue