v.start_address:=r.block_count/c_nof_data_per_step*c_block_size;-- jump to first packet in next block
ELSE
...
...
@@ -258,6 +259,7 @@ BEGIN
v.block_count:=r.block_count+1;
v.crosslet_count:=r.crosslet_count+1;
ELSE
-- For XST after nof_crosslets do:
v.crosslet_count:=0;
-- skip block indices for unused XST blocks in this P_sq iteration by setting the block count to the next multiple of N_crosslets_max i.e. 7, 14, 21, etc.