pysim/pySim
Philipp Maier 57f65eedfc ts_31_10x: add a class for CardApplicationXSIM
In change Id410489841bb9020ddbf74de9114d808b1d5adb6, the RuntimeState
class automatically adds additional files to the CardApplications for
ISIM and USIM. This works only once. The second time an exception will
be thrown because the added files are already in the CardApplication.
Currently there is no way generate new card applications during
initialization because the card applications are just objects that are
created once in ts_31_10x.py. Lets turn them into classes and create the
objects during initialization. This way we get fresh objects when we
re-initialize.

Change-Id: Ibb4f6242e7a92af84a905daa727b1b87016e7819
2021-10-18 14:18:33 +02:00
..
transport Add API + shell command for sending TERMINAL PROFILE to card 2021-10-14 16:41:57 +02:00
__init__.py cosmetic: missing newlines on last line of 2 files 2017-03-21 13:07:57 +01:00
card_handler.py card_handler: clean-up 2021-10-11 10:56:44 +02:00
card_key_provider.py [pylint] Mark abstract CardKeyProvider.get() method as such 2021-05-02 20:22:15 +00:00
cards.py cards: remove "auto_once" from possible ctype options 2021-10-13 16:27:18 +02:00
cat.py cat: Fix SMS/ENVELOPE related IE tag definitions 2021-10-14 16:16:23 +02:00
commands.py commands: Fix read_binary() for non-zero offset 2021-10-15 18:24:28 +00:00
construct.py construct: Recursive normalization of construct parse result 2021-06-05 10:47:17 +02:00
exceptions.py Add more documentation to the classes/methods 2021-04-02 21:08:35 +02:00
filesystem.py pySim-shell: allow card insertion at runtime 2021-10-15 10:36:55 +02:00
jsonpath.py pySim-shell: JSONpath support for updating files/records 2021-04-07 16:45:12 +00:00
sysmocom_sja2.py sysmocom_sja2: Properly decode EF.USIM_SQN freshness 2021-10-16 10:46:05 +02:00
tlv.py filesystem: Introduce support for TLV parser 2021-06-05 10:47:17 +02:00
ts_31_102.py ts_31_10x: add a class for CardApplicationXSIM 2021-10-18 14:18:33 +02:00
ts_31_103.py ts_31_10x: add a class for CardApplicationXSIM 2021-10-18 14:18:33 +02:00
ts_51_011.py ts_51_011: Add encoder for EF.SST 2021-10-15 18:24:28 +00:00
ts_102_221.py ts_102_221: Add construct for contents of EF.UMPC 2021-06-05 10:47:17 +02:00
utils.py utils: Add bertlv_encode_tag() 2021-05-30 19:27:37 +02:00