pysim/pySim
Robert Falkenberg 9d16fbca4a Use construct for EF_AD in pySim-{shell, prog, read}.py, cards.py
Also serves as example for RFU (reserved for future use) fields
which should not always be reset to zero in case they have been
set on the uSIM for some reason.
See pySim/ts_51_011.py, class EF_AD.

* Add definitions for RFU {Flag, Bits, Byte, Bytes}
* Use IntEnum for OP_MODE (convenient auto completion)
* Remove obsolete definitions and imports
* Update test results for all SIMs (opmode strings are shortened)

Change-Id: I65e0a426f80a619fec38856a30e590f0e726b554
2021-04-13 11:27:37 +00:00
..
transport integrate 'construct' python library 2021-04-11 12:20:29 +02:00
__init__.py cosmetic: missing newlines on last line of 2 files 2017-03-21 13:07:57 +01:00
card_handler.py Remove Python shebang from files where it's not needed 2021-03-01 17:33:46 +01:00
card_key_provider.py card_key_provider: Documentation with sphinx / autodoc 2021-04-04 10:52:34 +02:00
cards.py Use construct for EF_AD in pySim-{shell, prog, read}.py, cards.py 2021-04-13 11:27:37 +00:00
commands.py pySim-shell: Add open_channel + close_channel commands 2021-04-11 12:20:29 +02:00
construct.py Use construct for EF_AD in pySim-{shell, prog, read}.py, cards.py 2021-04-13 11:27:37 +00:00
exceptions.py Add more documentation to the classes/methods 2021-04-02 21:08:35 +02:00
filesystem.py fix various typos all over the code 2021-04-11 12:20:29 +02:00
jsonpath.py pySim-shell: JSONpath support for updating files/records 2021-04-07 16:45:12 +00:00
ts_31_102.py fix various typos all over the code 2021-04-11 12:20:29 +02:00
ts_31_103.py fix various typos all over the code 2021-04-11 12:20:29 +02:00
ts_51_011.py Use construct for EF_AD in pySim-{shell, prog, read}.py, cards.py 2021-04-13 11:27:37 +00:00
ts_102_221.py ts_102_221.py: fix fixup_fcp_proprietary_tlv_map() 2021-04-07 16:21:52 +00:00
utils.py fix various typos all over the code 2021-04-11 12:20:29 +02:00