Attention is currently required from: laforge.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/35553?usp=email )
Change subject: global_platform: Implement generic store_data command ......................................................................
Patch Set 1: Code-Review+1
(2 comments)
File pySim/global_platform.py:
https://gerrit.osmocom.org/c/pysim/+/35553/comment/e3dcba3d_999be2db PS1, Line 344: opts.response == 'may_be_returned' The operator `==` already gives `True/False`, so ternary operator is redundant.
https://gerrit.osmocom.org/c/pysim/+/35553/comment/409b2eab_40ae36f0 PS1, Line 361: sw Do we want to check `sw` here?