Attention is currently required from: laforge.
1 comment:
File pySim/filesystem.py:
Patch Set #3, Line 1231: if len(raw_hex_data) // 2 < self.__get_rec_len():
I would think this is too harsh. […]
I think I don't get what you mean by that. The too-short trailer is output as raw data (e.g. {"raw": "ffffffff"}). So technically it is treated as invalid data.
Or do you mean the decoder function should do the check and sort out any invalid input? In this case that would be utils:dec_xplmn_w_act.
(I am not aware of an explicit specification that TransRecEFs must always have a length that is a multiple of the record length, however it would make sense.)
To view, visit change 39670. To unsubscribe, or for help writing mail filters, visit settings.