Dear TI team
We encounter a problem while sending data over MDO infrastructure
The last packet of a data frame discards the last 6 bytes from it.
Data Frames with size of %8=0, %8=2, %8=4 are all created correctly and handled / interpreted correctly (the frame has the extra bytes that don’t fit the alignment)
Only Data Frames with size %8=6 are not handled correctly, the frame seems to be rounded down, and discards all the extra 6 bytes.
Note: The cause originates from data frames that have size %8=2, which in some situations cause the whole data Frame to be %8=6, thus causing the problem.