AIT-Core
AIT-Core copied to clipboard
Issue #368: Bad packet size handling in built-in server handlers
Add error handling for PacketHandler and CCSDSPacketHandler for check on the size relative to the configured packet definitions.
Fixes #368
@JimHofman Were you able to successfully run pytest on this branch?
I am getting errors like:
_pickle.PicklingError: Can't pickle <class 'ait.core.tlm.PacketDefinition'>: it's not the same object as ait.core.tlm.PacketDefinition
...which I presume is related to one of apparently thousands of environment issues on my system, but wanted to confirm.