summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/pyCatcherSettings.py
diff options
context:
space:
mode:
authorTom2012-01-11 13:59:54 +0100
committerTom2012-01-11 13:59:54 +0100
commitc547df2720a876aef9dc7a8faa8f00fc0678e59f (patch)
tree9f52529e77f117a79d09dafc49c19733cf7f15c6 /Src/PyCatcher/src/pyCatcherSettings.py
parentcleanup (diff)
downloadimsi-catcher-detection-c547df2720a876aef9dc7a8faa8f00fc0678e59f.tar.gz
imsi-catcher-detection-c547df2720a876aef9dc7a8faa8f00fc0678e59f.tar.xz
imsi-catcher-detection-c547df2720a876aef9dc7a8faa8f00fc0678e59f.zip
moved mercurial to git, using git now as main cvs
Diffstat (limited to 'Src/PyCatcher/src/pyCatcherSettings.py')
-rw-r--r--Src/PyCatcher/src/pyCatcherSettings.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/Src/PyCatcher/src/pyCatcherSettings.py b/Src/PyCatcher/src/pyCatcherSettings.py
new file mode 100644
index 0000000..7ced6b3
--- /dev/null
+++ b/Src/PyCatcher/src/pyCatcherSettings.py
@@ -0,0 +1,18 @@
+#needed commands with full path to applications
+
+PyCatcher_settings = {'debug' : False,
+ }
+
+Device_settings = { 'mobile_device' : '/dev/ttyUSB0',
+ 'xor_type' : 'c123xor',
+ 'firmware' : 'compal_e88',
+ }
+
+Osmocon_lib = '/home/tom/Documents/imsi-catcher-detection/Src/osmocom-bb/src'
+
+Commands = {'osmocon_command' : [Osmocon_lib + '/host/osmocon/osmocon',
+ '-p', Device_settings['mobile_device'],
+ '-m', Device_settings['xor_type'],
+ Osmocon_lib + '/target/firmware/board/' + Device_settings['firmware'] + '/layer1.compalram.bin'],
+ 'scan_command' : [Osmocon_lib + '/host/layer23/src/misc/catcher'],
+ }