Attention is currently required from: dexter, laforge.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/37543?usp=email )
Change subject: pySim-shell: add "fsdump" command ......................................................................
Patch Set 1: Code-Review+1
(3 comments)
File pySim-shell.py:
https://gerrit.osmocom.org/c/pysim/+/37543/comment/d78d413d_69d5eb82 PS1, Line 731: # the EF we want to export. To maintain consistency we will then tabs vs spaces
https://gerrit.osmocom.org/c/pysim/+/37543/comment/cf7c3f6e_de14d3ad PS1, Line 784: result[0]) don't you need to do `str()` like above?
https://gerrit.osmocom.org/c/pysim/+/37543/comment/17ebafdc_3dab3e56 PS1, Line 790: else cosmetic: `else` is not needed after `break` or `return`