mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-06-19 01:48:37 +03:00
660615800c
The method add_file of class CardDF does some constraint checking to the basic file parameters (e.g. fid). Since one might also expect those checks in the superclass CardFile lets leave a comment to make the code better understandable. Change-Id: Iebae28909fe6aade3bd4024112a222819572d735 Related: OS#4963