Attention is currently required from: laforge. Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/pysim/+/28628
to look at the new patch set (#2).
Change subject: filesystem: Introduce the basic notion of 'logical channels' ......................................................................
filesystem: Introduce the basic notion of 'logical channels'
cards can have multiple logical channels; each logical channel has its own state of what is the current selected file + application.
Let's split the RuntimeState class into the global RuntimeState and the per-lchan-specific RuntimeLchan class.
This code doesn't actually introduce any code that uses lchans other than the basic logical channel (0), but just modifies the data model to accomodate those in the future.
Change-Id: I7aa994b625467d4e46a2edd8123240b930305360 --- M pySim-shell.py M pySim/filesystem.py M pySim/ts_102_221.py M pySim/ts_102_222.py M pySim/ts_31_102.py M pySim/ts_31_103.py M pySim/ts_51_011.py 7 files changed, 179 insertions(+), 118 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/28/28628/2