Attention is currently required from: Hoernchen, dexter.
laforge has posted comments on this change by laforge. ( https://gerrit.osmocom.org/c/pysim/+/43254?usp=email )
Change subject: ts_102_221: support EF.ARR record decoding for DF, not just EF ......................................................................
Patch Set 1: Code-Review+2
(2 comments)
This change is ready for review.
File pySim/ts_102_221.py:
https://gerrit.osmocom.org/c/pysim/+/43254/comment/e68a4f0c_52a838ee?usp=ema... : PS1, Line 760: read_arr_argparser = copy.copy(LinFixedEF.ShellCommands.read_rec_dec_parser)
When I try this out and do a "read_record_decoded --help", I also get the --decode-for-df parameter […]
Done
https://gerrit.osmocom.org/c/pysim/+/43254/comment/f3893a73_37079b84?usp=ema... : PS1, Line 761: read_arr_argparser.add_argument('--decode-for-df', action='store_true')
Maybe adding a help text like: help='decode EF. […]
Done