summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/settings.py
diff options
context:
space:
mode:
authorTom2012-06-10 18:34:23 +0200
committerTom2012-06-10 18:34:23 +0200
commit7d99a18c935659967b19051f999e3fc353720e56 (patch)
tree29a8e30be74f1c45bd480375a601c7db15d8993e /Src/PyCatcher/src/settings.py
parentchanged images (diff)
downloadimsi-catcher-detection-7d99a18c935659967b19051f999e3fc353720e56.tar.gz
imsi-catcher-detection-7d99a18c935659967b19051f999e3fc353720e56.tar.xz
imsi-catcher-detection-7d99a18c935659967b19051f999e3fc353720e56.zip
increased shininess
Diffstat (limited to 'Src/PyCatcher/src/settings.py')
-rw-r--r--Src/PyCatcher/src/settings.py14
1 files changed, 10 insertions, 4 deletions
diff --git a/Src/PyCatcher/src/settings.py b/Src/PyCatcher/src/settings.py
index e263d72..f5cf511 100644
--- a/Src/PyCatcher/src/settings.py
+++ b/Src/PyCatcher/src/settings.py
@@ -49,7 +49,7 @@ ARFCN_mapping = {
LAC_threshold = 0.05
-DB_RX_threshold = 0.05
+DB_RX_threshold = 0.1
CH_RX_threshold = 0.07
@@ -57,11 +57,17 @@ Pagings_per_10s_threshold = 20
Assignment_limit = 0
-#Evaluator Configuration ---------------------------------------------------------------------------------------
+Neighbours_threshold = 4
-Rule_Groups = []
+#Evaluator Configuration ---------------------------------------------------------------------------------------
-Rule_Weights = {}
+Rule_Groups = [
+ ['Provider Check', 'Country Provider Mapping', 'ARFCN Mapping', 'LAC Mapping', 'Unique CellID'],
+ ['LAC Median Deviation', 'Neighbourhood Structure', 'Pure Neighbourhoods', 'Fully Discovered Neighbourhoods'],
+ ['Local Area Database','CellID Database'],
+ ['LAC Change Rule','rx Change Rule'],
+ ['PCH Scan']
+]
#PCH Parameters ------------------------------------------------------------------------------------------------