mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-17 02:48:34 +03:00
* pySim.esim.saip.File: move away from stream for file content * pySim.esim.saip: Fix key used in FsProfileElement.files2pe * pySim.esim.saip: Fix typo in ProfileElementAKA.set_mapping() method * pySim.esim.saip: Add some more docstring comments * pySim.esim.saip: Back-reference from ProfileElement to ProfileElementSequence * pySim.esim.saip: pass up **kwargs from ProfileElement sub-class constructors * pySim.esim.saip: Move AKA specific post_dec + pre_enc to AKA subclass * pySim.esim.saip: Refactor file size encoding into a method * pySim.esim.saip: Improve File.from_template feature support