Attention is currently required from: laforge.
dexter uploaded patch set #2 to this change.
The following approvals got outdated and were removed: Code-Review-1 by laforge, Verified+1 by Jenkins Builder
filesystem: pass total_len to construct of when encoding file contents
In our construct models we frequently use a context parameter "total_len",
we also pass this parameter to construct when we decode files, but we
do not pass it when we generate files. This is a problem, because when
total_len is used in the construct model, this parameter must be known
also when decoding the file.
Let's make sure that the total_len is properly determined and and passed
to construct (via pyosmocom)
Related: OS#5714
Change-Id: I1b7a51594fbc5d9fe01132c39354a2fa88d53f9b
---
M pySim/filesystem.py
M pySim/runtime.py
2 files changed, 71 insertions(+), 14 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/95/38195/2
To view, visit change 38195. To unsubscribe, or for help writing mail filters, visit settings.