summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/settings.py
diff options
context:
space:
mode:
authorTom2012-08-03 12:43:29 +0200
committerTom2012-08-03 12:43:29 +0200
commit12d1455841c65180aecb93b9ad0a6758c5d5e6b6 (patch)
tree444038b0f9b8e762f0061ed43c7742463ac9d5fa /Src/PyCatcher/src/settings.py
parentfeddich (diff)
downloadimsi-catcher-detection-12d1455841c65180aecb93b9ad0a6758c5d5e6b6.tar.gz
imsi-catcher-detection-12d1455841c65180aecb93b9ad0a6758c5d5e6b6.tar.xz
imsi-catcher-detection-12d1455841c65180aecb93b9ad0a6758c5d5e6b6.zip
final commitHEADmaster
Diffstat (limited to 'Src/PyCatcher/src/settings.py')
-rw-r--r--Src/PyCatcher/src/settings.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Src/PyCatcher/src/settings.py b/Src/PyCatcher/src/settings.py
index f5cf511..38536e5 100644
--- a/Src/PyCatcher/src/settings.py
+++ b/Src/PyCatcher/src/settings.py
@@ -33,7 +33,7 @@ Provider_Country_list = {
LAC_mapping = {
'DB Systel GSM-R': [0],
- 'T-Mobile' : [21014,21015],
+ 'T-Mobile' : [21013,21014,21015],
'O2' : [50945],
'Vodafone' : [793],
'E-Plus' : [138,588]
@@ -51,13 +51,13 @@ LAC_threshold = 0.05
DB_RX_threshold = 0.1
-CH_RX_threshold = 0.07
+CH_RX_threshold = 0.2
Pagings_per_10s_threshold = 20
Assignment_limit = 0
-Neighbours_threshold = 4
+Neighbours_threshold = -1
#Evaluator Configuration ---------------------------------------------------------------------------------------