From 2928504e944a19a64abbdb87b92b4ec3cce0451d Mon Sep 17 00:00:00 2001 From: sq5bpf Date: Wed, 16 Nov 2016 21:38:33 +0100 Subject: [PATCH] use -r -s by default --- src/receiver1 | 2 +- src/receiver1udp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/receiver1 b/src/receiver1 index 8d9492a..f551325 100755 --- a/src/receiver1 +++ b/src/receiver1 @@ -59,5 +59,5 @@ ulimit -c unlimited # -r turns on fragment reassembly, -s tries to dump unknown SDS protocols as text # #if you have problems with the receiver, then try to remove -a -demod/${GR_DIR}/simdemod2.py -o /dev/stdout -i $FIFO | ./tetra-rx -a -i /dev/stdin +demod/${GR_DIR}/simdemod2.py -o /dev/stdout -i $FIFO | ./tetra-rx -a -r -s -i /dev/stdin diff --git a/src/receiver1udp b/src/receiver1udp index 694c45c..bf254a8 100755 --- a/src/receiver1udp +++ b/src/receiver1udp @@ -35,5 +35,5 @@ ulimit -c unlimited # -r turns on fragment reassembly, -s tries to dump unknown SDS protocols as text # #if you have problems with the receiver, then try to remove -a -socat UDP-RECV:${UDP_PORT} STDOUT | demod/${GR_DIR}/simdemod2.py -o /dev/stdout -i /dev/stdin | ./tetra-rx -a -i /dev/stdin +socat UDP-RECV:${UDP_PORT} STDOUT | demod/${GR_DIR}/simdemod2.py -o /dev/stdout -i /dev/stdin | ./tetra-rx -a -r -s -i /dev/stdin