Fix FSC45 packets, point_id was still being validated the old way

This commit is contained in:
Deon George 2024-05-21 23:16:50 +10:00
parent 58dc090c83
commit 924d760c79

View File

@ -46,8 +46,8 @@ final class FSC45 extends Packet
return pack(collect(self::HEADER)->pluck(1)->join(''),
$this->fftn_p->node_id, // Orig Node
$this->tftn_p->node_id, // Dest Node
$this->fp, // Orig Point
$this->tp, // Dest Point
$this->fftn_p->point_id, // Orig Point
$this->tftn_p->point_id, // Dest Point
'', // Reserved
2, // Sub Version (should be 2)
2, // Packet Version (should be 2)