pysim/pySim
Philipp Maier 6b590c5483 filesystem: CardProfile: initialize empty sw table as empty dict
The table that holds the status word descriptions is initialized as an
empty list '[]'. This is not correct since the interpret_sw method
processes this data as dictionary, so lets initialize the sw member with
an empty dict '{}' when not status word description is given.

Change-Id: I3cae83f0f6ab274546991ecd14425f094b2816b2
Related: OS#5274
2021-11-11 08:34:14 +00: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 filesystem: fix reset mechanism 2021-10-29 18:51:28 +02:00
cat.py cat: Fix SMS/ENVELOPE related IE tag definitions 2021-10-14 16:16:23 +02:00
commands.py commands: return none, when offset exceeds file length 2021-11-05 16:55:48 +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 filesystem: CardProfile: initialize empty sw table as empty dict 2021-11-11 08:34:14 +00:00
gsm_r.py filesystem: fix decode_select_response 2021-11-10 14:10:11 +01: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 tlv: Fix recursive initialization from_dict() 2021-10-21 14:12:13 +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 filesystem: define class byte and select control bytes in profile 2021-11-10 14:10:11 +01:00
ts_102_221.py filesystem: define class byte and select control bytes in profile 2021-11-10 14:10:11 +01:00
utils.py utils: cosmetic: remove stray comment 2021-11-05 16:55:01 +00:00