aboutsummaryrefslogtreecommitdiffstats
path: root/cards/gsm_card.py
diff options
context:
space:
mode:
Diffstat (limited to 'cards/gsm_card.py')
-rw-r--r--cards/gsm_card.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cards/gsm_card.py b/cards/gsm_card.py
index 408dd46..e00d1a1 100644
--- a/cards/gsm_card.py
+++ b/cards/gsm_card.py
@@ -3,7 +3,8 @@ from iso_card import *
class GSM_Card(ISO_Card):
DRIVER_NAME = ["GSM"]
- APDU_GET_RESPONSE = C_APDU("\xa0\xC0\x00\x00")
+ COMMAND_GET_RESPONSE = C_APDU("\xa0\xC0\x00\x00")
+
STATUS_MAP = {
Card.PURPOSE_GET_RESPONSE: ("9F??", )
}