Skip to content

Commit

Permalink
Merge pull request #48 from hlst2/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
l0nia authored Feb 24, 2025
2 parents 5e0f652 + 770072b commit d3aa7ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 6 additions & 5 deletions files/lib/blue-merle/imei_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import re
from functools import reduce
from enum import Enum
from tacs import tacs


class Modes(Enum):
Expand All @@ -29,11 +30,11 @@ class Modes(Enum):
# 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

Expand Down
3 changes: 3 additions & 0 deletions files/lib/blue-merle/tacs.py

Large diffs are not rendered by default.

0 comments on commit d3aa7ae

Please sign in to comment.