summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/rules.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/rules.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/rules.py')
-rw-r--r--Src/PyCatcher/src/rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/PyCatcher/src/rules.py b/Src/PyCatcher/src/rules.py
index 447c7b5..c239972 100644
--- a/Src/PyCatcher/src/rules.py
+++ b/Src/PyCatcher/src/rules.py
@@ -225,7 +225,7 @@ class LocationAreaDatabaseRule(Rule):
if item.arfcn == arfcn:
result = self.location_database_object.get_station(item.cell)
if not result:
- return RuleResult.CRITICAL
+ return RuleResult.IGNORE
rxmin = result.rxmin
rxmax = result.rxmax
rxmin_thresh = rxmin - math.fabs(rxmin * DB_RX_threshold)