summaryrefslogtreecommitdiffstats
path: root/Src
diff options
context:
space:
mode:
authorTom2012-05-31 21:29:15 +0200
committerTom2012-05-31 21:29:15 +0200
commit559006a2fc59705e68c1f8be1a6b362827be2bca (patch)
treeb32498ac73420c592053a26ae3fc6e367b472201 /Src
parentchanged pictures (diff)
downloadimsi-catcher-detection-559006a2fc59705e68c1f8be1a6b362827be2bca.tar.gz
imsi-catcher-detection-559006a2fc59705e68c1f8be1a6b362827be2bca.tar.xz
imsi-catcher-detection-559006a2fc59705e68c1f8be1a6b362827be2bca.zip
finished suggestions on chapter 3
Diffstat (limited to 'Src')
-rw-r--r--Src/PyCatcher/src/settings.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/Src/PyCatcher/src/settings.py b/Src/PyCatcher/src/settings.py
index b810899..e263d72 100644
--- a/Src/PyCatcher/src/settings.py
+++ b/Src/PyCatcher/src/settings.py
@@ -21,7 +21,7 @@ Commands = {'osmocon_command' : [Osmocon_lib + '/host/osmocon/osmocon',
#Rules Configuration -------------------------------------------------------------------------------------------
-Provider_list = ['T-Mobile', 'O2', 'Vodafone', 'E-Plus', 'DB Systel GSM-R']
+Provider_list = ['T-Mobile', 'O2', 'Vodafone', 'E-Plus']
Provider_Country_list = {
'DB Systel GSM-R':'Germany',
@@ -57,18 +57,18 @@ Pagings_per_10s_threshold = 20
Assignment_limit = 0
-#PCH Parameters ------------------------------------------------------------------------------------------------
-
-PCH_retries = 5
-
-USR_timeout = 15
-
#Evaluator Configuration ---------------------------------------------------------------------------------------
Rule_Groups = []
Rule_Weights = {}
+#PCH Parameters ------------------------------------------------------------------------------------------------
+
+PCH_retries = 5
+
+USR_timeout = 15
+
#Database Configuration ----------------------------------------------------------------------------------------
Open_Cell_ID_Key = 'd7a5bc3f21b44d4bf93d1ec2b3f83dc4'