Attention is currently required from: lynxis lazus.
fixeria has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/pysim/+/41578?usp=email )
Change subject: ts_102_222: correct encode FILE_ID ......................................................................
Patch Set 1:
(1 comment)
File pySim/ts_102_222.py:
https://gerrit.osmocom.org/c/pysim/+/41578/comment/243e04e8_9d5e54be?usp=ema... : PS1, Line 148: to_bytes There're other instances of `FileIdentifier` in this file:
``` pySim/ts_102_222.py:153: ShortFileIdentifier(decoded=opts.short_file_id), pySim/ts_102_222.py:189: ies.append(FileIdentifier(decoded=opts.FILE_ID)) pySim/ts_102_222.py:221: ies = [FileIdentifier(decoded=f.fid), ```
Should they also be fixed?