Attention is currently required from: fixeria, laforge.
dexter 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 4:
(2 comments)
Patchset:
PS1:
I have now re-aligned everything by the style I found in ara-m.py. […]
In ara_m.py it is done the same way. The static methods allow us to call the methods directly without instantiating an object. This is important when we want to use the functionality from non pySim-shell code without cmd2.
We can just call ADF_ARAM.store_data(scc, ...) or ADF_SD.establish_scp(scc, ...), etc.
File pySim/global_platform/__init__.py:
https://gerrit.osmocom.org/c/pysim/+/42741/comment/682c6637_43cd27fd?usp=ema... : PS3, Line 38: RuntimeLchan
I don't see `RuntimeLchan` being used/referenced anywhere?
Done