iicsys/pypmu

Propper short integer checks

Closed this issue · 1 comments

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.

Hey @SophieAltenburg,

We have implemented this by following the C32.118.2 standard. Also please check out this article.
Screenshot from 2020-07-31 20-43-28