mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 14:58:35 +03:00
simtrace config 4 enabled
This commit is contained in:
@@ -52,7 +52,7 @@ def find_dev():
|
|||||||
# main code
|
# main code
|
||||||
def main():
|
def main():
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument("-C", "--conf", type=int, choices=[1, 2, 3], help="Set USB config")
|
parser.add_argument("-C", "--conf", type=int, choices=[1, 2, 3, 4], help="Set USB config")
|
||||||
parser.add_argument("-b", "--read_bin", help="read ICCID, IMSI, etc.", action='store_true')
|
parser.add_argument("-b", "--read_bin", help="read ICCID, IMSI, etc.", action='store_true')
|
||||||
parser.add_argument("-c", "--cmd", help="cmds to send to sim card (Not supported yet)",
|
parser.add_argument("-c", "--cmd", help="cmds to send to sim card (Not supported yet)",
|
||||||
choices=["cmd1", "cmd2", "cmd_poweron", "cmd_poweroff", "cmd_get_slot_stat", "cmd_get_param"])
|
choices=["cmd1", "cmd2", "cmd_poweron", "cmd_poweroff", "cmd_get_slot_stat", "cmd_get_param"])
|
||||||
|
|||||||
Reference in New Issue
Block a user