From 5c781454444452d2eb02081c10ab4fdb4f8ac7f9 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 24 Apr 2008 02:26:11 +0100 Subject: intiail --- gsm-tvoid/src/python/go.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 gsm-tvoid/src/python/go.sh (limited to 'gsm-tvoid') 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 [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 -- cgit v1.2.3