Remove checking whether sequenceId is in sequence (+/- 1) in hooks.c
Remove checking whether sequenceId is in sequence (+/- 1) in hooks.c
. It should be enough to compare portIdentity.
It is proposed to remove code:
if (samePid ) {
// We check for a continuous sequence ID (With a margin of 1)
contSeqId=frgn_master->sequenceId==(UInteger16) (wrp->parentAnnSequenceId+1) ||
frgn_master->sequenceId==(UInteger16) (wrp->parentAnnSequenceId+2);
}
In other words check if it is possible to reproduce the bug wr-switch-sw#34 (closed) with proposed changes. There is a change that the problem described in wr-switch-sw#34 (closed) was fixed during fixing bugs wr-switch-sw#236 and wr-switch-sw#244 (closed)