Hi,
we try to recieve CPRI C&M from AIF2 with PktDma.
Inside of our Test C&M data we use a counter from 0x00 to 0xFF.
So normally the Delimiter value 0xFB is omitted. The result is that the Packet length is 1020 Bytes instead of 1024 Bytes (4x CPRI Rate).
We tried to configure Packet Boundaries on hyper-frame boundaries with:
aifObj.hAif2Setup->linkSetup[0]->pPdLinkSetup->CpriCwPktDelimitor[0] = CSL_AIF2_CW_DELIM_HYP_FRM;
But this results in a Packet length of 0 Bytes.
This is a behaviour we have not expected !
Who can help?
