From 259080b08f16dc359ae185d5c8488a6b94677e2e Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Sun, 17 Jul 2016 11:05:36 +0200 Subject: [PATCH] Corrected decode test --- tests/scripts/decode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/decode.sh b/tests/scripts/decode.sh index be5a9c3..8b08373 100755 --- a/tests/scripts/decode.sh +++ b/tests/scripts/decode.sh @@ -7,7 +7,7 @@ export CAPFILE="../../test_data/vf_call6_a725_d174_g5_Kc1EF00BAB3BAC7002.cfile" export SHORTENED_CAPFILE="tmp.cfile" export RESULT_EXPECTED="../fixtures/grgsm_decode_test1_expected" export RESULT_OBTAINED="grgsm_decode_test1_result" -export RUNLINE="$AP_DECODE -c $SHORTENED_CAPFILE -s $((100000000/174)) -m BCCH -t 0 -v " +export RUNLINE="$AP_DECODE -c $SHORTENED_CAPFILE -s $((100000000/174)) -m BCCH -t 0 -v --ppm -10" echo "Testing with:" echo " $RUNLINE" gnuradio-companion --version