aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-07-17 11:05:36 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-07-17 11:05:36 +0200
commit259080b08f16dc359ae185d5c8488a6b94677e2e (patch)
tree119bc4bb0bf5845009fbda71daa258d36c82ab12 /tests
parente3e53a85f7187a15c9b64f80224918e590917397 (diff)
Corrected decode test
Diffstat (limited to 'tests')
-rwxr-xr-xtests/scripts/decode.sh2
1 files changed, 1 insertions, 1 deletions
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