summaryrefslogtreecommitdiffstats
path: root/Src
diff options
context:
space:
mode:
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'],
- }