Attention is currently required from: dexter.
laforge has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/pysim/+/42741?usp=email )
Change subject: pySim/global_platform: make functionality available outside of cmd2 ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: I don't really like the approach to expose lots of functions at the module that are not part of some kind of object-oriented code / classes. This looks like C code and quite un-pythonic to me, and I think we need a better architecture for this. It's almost like the pySim.commands.SimCardCommands what we're adding here. We possibly need something more modular where differnt modules (like global_platform here) can implement (and register?) a class containing methods for various commands?