summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src
diff options
context:
space:
mode:
authorTom2012-06-11 01:30:01 +0200
committerTom2012-06-11 01:30:01 +0200
commitc8e58a4c5a5d2c899ae2ede5612e18f8965c5452 (patch)
treeaf36c1680eebbef445f028a10823a6afd240c630 /Src/PyCatcher/src
parentremoved url (diff)
downloadimsi-catcher-detection-c8e58a4c5a5d2c899ae2ede5612e18f8965c5452.tar.gz
imsi-catcher-detection-c8e58a4c5a5d2c899ae2ede5612e18f8965c5452.tar.xz
imsi-catcher-detection-c8e58a4c5a5d2c899ae2ede5612e18f8965c5452.zip
more shininess
Diffstat (limited to 'Src/PyCatcher/src')
-rw-r--r--Src/PyCatcher/src/pyCatcherController.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/PyCatcher/src/pyCatcherController.py b/Src/PyCatcher/src/pyCatcherController.py
index 1ab2a70..e20841f 100644
--- a/Src/PyCatcher/src/pyCatcherController.py
+++ b/Src/PyCatcher/src/pyCatcherController.py
@@ -58,7 +58,7 @@ class PyCatcherController:
self.pure_neighbourhood_rule = PureNeighbourhoodRule()
self.pure_neighbourhood_rule.is_active = True
self.full_discovered_neighbourhoods_rule = DiscoveredNeighboursRule()
- self.full_discovered_neighbourhoods_rule.is_active = False
+ self.full_discovered_neighbourhoods_rule.is_active = True
self.cell_id_db_rule = CellIDDatabaseRule()
self.cell_id_db_rule.is_active = False
self.location_area_database_rule = LocationAreaDatabaseRule()