aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsq5bpf <sq5bpf+github@lipkowski.org>2016-11-16 21:38:33 +0100
committerHarald Welte <laforge@gnumonks.org>2016-12-18 14:52:53 +0100
commit2928504e944a19a64abbdb87b92b4ec3cce0451d (patch)
tree33e03dedab165847fa6627a7f41d8ee7b1e239c3
parent6d38669f055b0355a71683a4b10fe3fea852b868 (diff)
use -r -s by defaultlaforge/sq5bpf-rebase-20161218
-rwxr-xr-xsrc/receiver12
-rwxr-xr-xsrc/receiver1udp2
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