Propper short integer checks
Closed this issue · 1 comments
SophieAltenburg commented
The range for short integers is -32768 to 32767 instead of -32767 to 32767, isn't it? The frame.py file checks for the second (wrong?) range.
sstevan commented
Hey @SophieAltenburg,
We have implemented this by following the C32.118.2 standard. Also please check out this article.