Fix Trd unpacker behavior for corrupted microslices
The mcbm2020 trd unpacker crashed when incomplete spadic messages arrived. This was caused by a wrong setter of a bool. Which forced the unpacker to try to sort the raw message output, eventhough it was not there. This is corrected by adjusting the setter.