pysim/pySim
Harald Welte 181c7c5930 ts_102_221: Implement proper parsing of EF.DIR
EF.DIR can not only contain the AID + Label of TS 102 221, but can
also contain any of the DOs specified in ISO7816-4.  Let's imoplement
this based on the modern pySim.tlv parser

Change-Id: I875eb49e1f0370428c2eae69af84f5483bd5b1fc
Closes: OS#5410
2022-02-11 13:01:55 +01:00
..
transport transport/serial: fix for Python 3 2022-01-25 01:14:44 +01:00
__init__.py cosmetic: missing newlines on last line of 2 files 2017-03-21 13:07:57 +01:00
ara_m.py ARA-M related command support 2021-11-11 09:07:57 +00: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: Make select_adf_by_aid() use prefix AID selection 2021-11-23 18:35:34 +01:00
cat.py cat: Fix SMS/ENVELOPE related IE tag definitions 2021-10-14 16:16:23 +02:00
commands.py commands: use send_apdu_checksw() in method read_record 2021-11-19 13:21:32 +01: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.py: Accept both a class or an instance as TLV._tlv member 2022-02-10 18:15:25 +01:00
gsm_r.py filesystem: fix decode_select_response 2021-11-10 14:10:11 +01:00
iso7816_4.py ts_102_221: Implement proper parsing of EF.DIR 2022-02-11 13:01:55 +01:00
jsonpath.py pySim-shell: JSONpath support for updating files/records 2021-04-07 16:45:12 +00:00
profile.py profile: decode_select_response use object instead 'Any' 2021-11-19 13:21:32 +01:00
sysmocom_sja2.py profile: decode_select_response can be a static method 2021-11-19 13:21:32 +01:00
tlv.py tlv: Fix recursive initialization from_dict() 2021-10-21 14:12:13 +02:00
ts_31_102.py ts_31_102: TLV._tlv must point to the class, not an instance 2022-02-10 17:53:11 +01:00
ts_31_103.py Better decode of EF.UST, EF.EST and EF.IST 2022-02-10 17:06:30 +01:00
ts_51_011.py ts_51_011: Fix type annotation for Tuple[int, int] 2022-02-10 14:53:56 +01:00
ts_102_221.py ts_102_221: Implement proper parsing of EF.DIR 2022-02-11 13:01:55 +01:00
utils.py utils.py: Fix some tuple type annotations 2022-02-10 17:06:30 +01:00