summaryrefslogtreecommitdiffstats
path: root/Src
diff options
context:
space:
mode:
authorTom2012-03-29 15:19:09 +0200
committerTom2012-03-29 15:19:09 +0200
commit85ecd9e0b639d7edebbf42c2bc0a1c116bcb894e (patch)
treea2a0510d32c00e5fcd60618c53d8ac79fab06412 /Src
parentstructure diagram for osmo chapter (diff)
downloadimsi-catcher-detection-85ecd9e0b639d7edebbf42c2bc0a1c116bcb894e.tar.gz
imsi-catcher-detection-85ecd9e0b639d7edebbf42c2bc0a1c116bcb894e.tar.xz
imsi-catcher-detection-85ecd9e0b639d7edebbf42c2bc0a1c116bcb894e.zip
framework part finished
Diffstat (limited to 'Src')
-rw-r--r--Src/PyCatcher/src/pyCatcherSettings.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/Src/PyCatcher/src/pyCatcherSettings.py b/Src/PyCatcher/src/pyCatcherSettings.py
deleted file mode 100644
index 7ced6b3..0000000
--- a/Src/PyCatcher/src/pyCatcherSettings.py
+++ /dev/null
@@ -1,18 +0,0 @@
-#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'],
- }