From c547df2720a876aef9dc7a8faa8f00fc0678e59f Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 11 Jan 2012 13:59:54 +0100 Subject: moved mercurial to git, using git now as main cvs --- Src/PyCatcher/src/pyCatcherSettings.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Src/PyCatcher/src/pyCatcherSettings.py (limited to 'Src/PyCatcher/src/pyCatcherSettings.py') 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'], + } -- cgit v1.2.3-55-g7522