You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the packets have a CRC appended that is currently just stripped / ignored. We should evaluate that CRC. There are also a few padding-bits that we could also evaluate or force to zero if that helps. Packets that have CRCs are:
FICH.
DCH, both in V/D 1 and in V/D 2 mode.
This also entails thinking about what has to be done on a CRC mismatch.
The text was updated successfully, but these errors were encountered:
Some of the packets have a CRC appended that is currently just stripped / ignored. We should evaluate that CRC. There are also a few padding-bits that we could also evaluate or force to zero if that helps. Packets that have CRCs are:
This also entails thinking about what has to be done on a CRC mismatch.
The text was updated successfully, but these errors were encountered: