aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/ts_51_011.py
diff options
context:
space:
mode:
Diffstat (limited to 'pySim/ts_51_011.py')
-rw-r--r--pySim/ts_51_011.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pySim/ts_51_011.py b/pySim/ts_51_011.py
index 2d3ad0c..f330460 100644
--- a/pySim/ts_51_011.py
+++ b/pySim/ts_51_011.py
@@ -978,7 +978,8 @@ class CardProfileSIM(CardProfile):
super().__init__('SIM', desc='GSM SIM Card', cla="a0", sel_ctrl="0000", files_in_mf=[DF_TELECOM(), DF_GSM()], sw=sw)
- def decode_select_response(self, resp_hex:str) -> Any:
+ @staticmethod
+ def decode_select_response(resp_hex:str) -> Any:
resp_bin = h2b(resp_hex)
struct_of_file_map = {
0: 'transparent',