summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/rules.py
diff options
context:
space:
mode:
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)