summaryrefslogtreecommitdiff
path: root/gsm-tvoid
diff options
context:
space:
mode:
authorleo <leo@brix.(none)>2008-04-24 02:26:11 +0100
committerleo <leo@brix.(none)>2008-04-24 02:26:11 +0100
commit5c781454444452d2eb02081c10ab4fdb4f8ac7f9 (patch)
tree5cef586b437090b025e2b3c05d27d5dcc4d10093 /gsm-tvoid
parentfb9671bfc0f3d1e2fe81099e72ff0c09f07d9171 (diff)
intiail
Diffstat (limited to 'gsm-tvoid')
-rwxr-xr-xgsm-tvoid/src/python/go.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/gsm-tvoid/src/python/go.sh b/gsm-tvoid/src/python/go.sh
new file mode 100755
index 0000000..85fbeb9
--- /dev/null
+++ b/gsm-tvoid/src/python/go.sh
@@ -0,0 +1,16 @@
+#! /bin/sh
+
+echo "go.sh <file.cfile> [decim==112]"
+
+DECIM=$2
+FILE=$1
+if [ $FILE"x" = x ]; then
+ FILE="../../../resource/data/GSMSP_940.8Mhz_118.cfile"
+ DECIM=118
+fi
+
+if [ $DECIM"x" = x ]; then
+ DECIM=112
+fi
+
+./gsm_scan.py -SN -pd -d "$DECIM" -I "$FILE" | ../../../gsmdecode/src/gsmdecode -i
personal git repositories of Harald Welte. Your mileage may vary