mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-09-20 12:54:42 -04:00
commit
d3aa7ae988
2 changed files with 9 additions and 5 deletions
|
@ -6,6 +6,7 @@ import serial
|
||||||
import re
|
import re
|
||||||
from functools import reduce
|
from functools import reduce
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
|
from tacs import tacs
|
||||||
|
|
||||||
|
|
||||||
class Modes(Enum):
|
class Modes(Enum):
|
||||||
|
@ -29,11 +30,11 @@ modes.add_argument("-r", "--random", help="Sets random IMEI",
|
||||||
# Example IMEI: 490154203237518
|
# Example IMEI: 490154203237518
|
||||||
imei_length = 14 # without validation digit
|
imei_length = 14 # without validation digit
|
||||||
# IDEA: make prefix configurable via CLI option
|
# IDEA: make prefix configurable via CLI option
|
||||||
imei_prefix = ["35674108", "35290611", "35397710", "35323210", "35384110",
|
# imei_prefix = ["35674108", "35290611", "35397710", "35323210", "35384110",
|
||||||
"35982748", "35672011", "35759049", "35266891", "35407115",
|
# "35982748", "35672011", "35759049", "35266891", "35407115",
|
||||||
"35538025", "35480910", "35324590", "35901183", "35139729",
|
# "35538025", "35480910", "35324590", "35901183", "35139729",
|
||||||
"35479164"]
|
# "35479164"]
|
||||||
|
imei_prefix = tacs
|
||||||
verbose = False
|
verbose = False
|
||||||
mode = None
|
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…
Add table
Add a link
Reference in a new issue