Hello!
I want to ask something about the imput and output data format in the CRC submodule of the BCP in LTE mode.
Why there is a rule of the floowing:
Imput:
Input byte buffer (packed 8-bits-per-byte).The bit order in each byte is msb first.
* When NumInputBits is not multiple of 8, the last (NumInputBits mod 8) bits are in
* the msb bits of InputBytes[NumInputBits/8].
Output:
These L bits shall be appended to the input bits by the system in the same way
* as the input bits are packed, i.e. MSB bit first and MSB byte first
Is this an rule of the 3GPP 36.211 or a special rule of the TI hardware?
Thanks in advanced for anybody who can help me on this problem.
Alan