Attention is currently required from: laforge.
dexter has posted comments on this change by dexter. (
https://gerrit.osmocom.org/c/pysim/+/38195?usp=email )
Change subject: filesystem: pass total_len to construct of when encoding file contents
......................................................................
Patch Set 2:
(2 comments)
File pySim/filesystem.py:
https://gerrit.osmocom.org/c/pysim/+/38195/comment/8217c92e_3554c5d8?usp=em… :
PS1, Line 1043: __get_rec_len
I'm not following your argument here. […]
I
have put the double underscore to make the method as private. Also I don't think that
the double underscore is exclusively reserved for python internal stuff. At least I
haven't read that anywhere yet.
I found an interesting article about the underscore topic:
https://medium.com/python-explainers/single-and-double-underscores-in-pytho…
https://gerrit.osmocom.org/c/pysim/+/38195/comment/ca762fc4_fa7dd7f5?usp=em… :
PS1, Line 1266: return b2h(filter_dict(build_construct(self._construct,
abstract_data, self._get_size(total_len))))
TransRecEF registeres the cdm2 command-set form
TransparentEF, yes. It will call lchan. […]
I still not seeing entirely through
here. I thought TransRecEF were transparent files with multiple fixed length records. But
its actually the other way around? I was expected to get the record oriented command set
but I get the command set for transparent files but with multiple records in the JSON
struct.
In any case, I have tested it and it seems to work fine. The files get updated properly.
Also the unittests seem to have coverage, so I think everything should be ok here.
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/38195?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I1b7a51594fbc5d9fe01132c39354a2fa88d53f9b
Gerrit-Change-Number: 38195
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Thu, 19 Sep 2024 09:51:48 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: dexter <pmaier(a)sysmocom.de>