pysim/pySim/legacy
Philipp Maier a42ee6f99d cards: get rid of method read_iccid
The method read_iccid in class CardBase should be put back to
legacy/cards.py. The reason for this is that it falls in the same
category like read_imsi, read_ki, etc. We should not use those old
methods in future programs since we have a more modern infrastructure
(lchan) now.

Also pySim-shell.py is the only caller of this method now. It is not
used in any other place.

Related: RT#67094
Change-Id: Ied3ae6fd107992abcc1b5ea3edb0eb4bdcd2f892
2023-08-21 18:36:10 +00:00
..
__init__.py split pySim/legacy/{cards,utils} from pySim/{cards,utils} 2023-07-12 22:03:59 +02:00
cards.py cards: get rid of method read_iccid 2023-08-21 18:36:10 +00:00
ts_31_102.py ts_31_102, ts_31_103: Move legacy-only code to pySim.legacy 2023-07-12 22:05:14 +02:00
ts_31_103.py ts_31_102, ts_31_103: Move legacy-only code to pySim.legacy 2023-07-12 22:05:14 +02:00
ts_51_011.py create pySim.legacy.ts_51_011.py and move legacy code there 2023-07-12 22:05:14 +02:00
utils.py split pySim/legacy/{cards,utils} from pySim/{cards,utils} 2023-07-12 22:03:59 +02:00