mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
mitm.py: No ATR replacing
This commit is contained in:
@@ -52,7 +52,7 @@ def replace(data):
|
||||
try:
|
||||
if data[0] == 0x3B:
|
||||
print("*** Replace ATR")
|
||||
return array('B', ATR_SYSMOCOM2)
|
||||
# return array('B', ATR_SYSMOCOM2)
|
||||
elif data[0] == 0x9F:
|
||||
print("*** Replace return val")
|
||||
# return array('B', [0x60, 0x00])
|
||||
|
||||
Reference in New Issue
Block a user