pysim/pySim
Harald Welte fb50621570 filesystem: Introduce support for TLV parser
This adds an easy way for files to make use of the pySim.tlv parser.

All a file has to do is to specify a _tlv member which points to
either a TLV_IE or a TLV_IE_Collection instance.

Change-Id: I59f456b4223ec88081e91cee168b654c69bcb5f4
2021-06-05 10:47:17 +02:00
..
transport transport: Add support for SW 6Cxx 2021-05-25 22:23:00 +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 [pylint] Mark abstract CardKeyProvider.get() method as such 2021-05-02 20:22:15 +00:00
cards.py utils: split string formatting from dec_addr_tlv 2021-05-23 10:05:50 +00:00
cat.py Introduce new object-oriented TLV parser/decoder/encoder 2021-06-05 10:47:17 +02:00
commands.py shell: Fix activate_file + deactivate_file commands 2021-05-25 22:23:00 +02: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: Introduce support for TLV parser 2021-06-05 10:47:17 +02:00
jsonpath.py pySim-shell: JSONpath support for updating files/records 2021-04-07 16:45:12 +00:00
tlv.py filesystem: Introduce support for TLV parser 2021-06-05 10:47:17 +02:00
ts_31_102.py [pylint] Fix reference to undefined variable 'in_hex' 2021-05-02 20:22:15 +00:00
ts_31_103.py ts_31_103: finish decoder and fix encoder for EF.PCSCF 2021-05-23 10:05:50 +00:00
ts_51_011.py Add codecs for EF_SPN and GSM strings via construct 2021-05-10 06:15:39 +02: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