summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src
diff options
context:
space:
mode:
authorTom2012-04-03 16:44:56 +0200
committerTom2012-04-03 16:44:56 +0200
commit9112a2214ffe5875996bc8830ca2448555b57428 (patch)
tree845f07ae4ef44255bd9f0db40589fd582ab3407a /Src/PyCatcher/src
parentframework part finished (diff)
downloadimsi-catcher-detection-9112a2214ffe5875996bc8830ca2448555b57428.tar.gz
imsi-catcher-detection-9112a2214ffe5875996bc8830ca2448555b57428.tar.xz
imsi-catcher-detection-9112a2214ffe5875996bc8830ca2448555b57428.zip
finished architecture part
Diffstat (limited to 'Src/PyCatcher/src')
-rw-r--r--Src/PyCatcher/src/pyCatcherModel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/PyCatcher/src/pyCatcherModel.py b/Src/PyCatcher/src/pyCatcherModel.py
index bf4be14..37a311d 100644
--- a/Src/PyCatcher/src/pyCatcherModel.py
+++ b/Src/PyCatcher/src/pyCatcherModel.py
@@ -116,7 +116,7 @@ class BaseStationInformationList:
for neighbour in station.get_neighbour_arfcn():
code += str(station.arfcn) + r' -> ' + str(neighbour) + r'; '
#TODO: make printing the source a fixed option
- #print preamble + code + postamble
+ print preamble + code + postamble
return preamble + code + postamble
def refill_store(self, store, band_filter, filters=None):