mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-02-25 09:31:07 -05:00
commit
d3aa7ae988
@ -6,6 +6,7 @@ import serial
|
||||
import re
|
||||
from functools import reduce
|
||||
from enum import Enum
|
||||
from tacs import tacs
|
||||
|
||||
|
||||
class Modes(Enum):
|
||||
@ -29,11 +30,11 @@ modes.add_argument("-r", "--random", help="Sets random IMEI",
|
||||
# Example IMEI: 490154203237518
|
||||
imei_length = 14 # without validation digit
|
||||
# IDEA: make prefix configurable via CLI option
|
||||
imei_prefix = ["35674108", "35290611", "35397710", "35323210", "35384110",
|
||||
"35982748", "35672011", "35759049", "35266891", "35407115",
|
||||
"35538025", "35480910", "35324590", "35901183", "35139729",
|
||||
"35479164"]
|
||||
|
||||
# imei_prefix = ["35674108", "35290611", "35397710", "35323210", "35384110",
|
||||
# "35982748", "35672011", "35759049", "35266891", "35407115",
|
||||
# "35538025", "35480910", "35324590", "35901183", "35139729",
|
||||
# "35479164"]
|
||||
imei_prefix = tacs
|
||||
verbose = False
|
||||
mode = None
|
||||
|
||||
|
3
files/lib/blue-merle/tacs.py
Normal file
3
files/lib/blue-merle/tacs.py
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user