Fix FSC45 packets, point_id was still being validated the old way
This commit is contained in:
parent
0619ac0e21
commit
d2c97ca42b
@ -46,8 +46,8 @@ final class FSC45 extends Packet
|
|||||||
return pack(collect(self::HEADER)->pluck(1)->join(''),
|
return pack(collect(self::HEADER)->pluck(1)->join(''),
|
||||||
$this->fftn_p->node_id, // Orig Node
|
$this->fftn_p->node_id, // Orig Node
|
||||||
$this->tftn_p->node_id, // Dest Node
|
$this->tftn_p->node_id, // Dest Node
|
||||||
$this->fp, // Orig Point
|
$this->fftn_p->point_id, // Orig Point
|
||||||
$this->tp, // Dest Point
|
$this->tftn_p->point_id, // Dest Point
|
||||||
'', // Reserved
|
'', // Reserved
|
||||||
2, // Sub Version (should be 2)
|
2, // Sub Version (should be 2)
|
||||||
2, // Packet Version (should be 2)
|
2, // Packet Version (should be 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user