mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 06:48:34 +03:00
python files: first PTS handling
This commit is contained in:
@@ -8,6 +8,9 @@ PHONE_WR = 0x4
|
||||
PHONE_RD = 0x85
|
||||
PHONE_INT = 0x86
|
||||
|
||||
# Change FIDI
|
||||
CMD_CHANGE_FIDI = array('B', [0xff, 0x00, 0xff])
|
||||
CHANGE_FIDI = array('B', [0xff, 0xff, 0xff, 0x00, 0xff])
|
||||
|
||||
CMD_SEL_ROOT = array('B', [0xA0, 0xA4, 0x00, 0x00, 0x02, 0x3F, 0x00])
|
||||
CMD_SEL_FILE = array('B', [0xA0, 0xA4, 0x00, 0x00, 0x02, 0x7F, 0x20])
|
||||
|
||||
Reference in New Issue
Block a user