From 7d99a18c935659967b19051f999e3fc353720e56 Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 10 Jun 2012 18:34:23 +0200 Subject: increased shininess --- Src/PyCatcher/src/settings.py | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'Src/PyCatcher/src/settings.py') 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 ------------------------------------------------------------------------------------------------ -- cgit v1.2.3-55-g7522