From 8a91954adc1b26ff5df85eaaca331fc9502f31d4 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 27 May 2014 16:15:08 +0200 Subject: [PATCH] SAT>IP: do not send signal status packets on shutdown --- src/input/mpegts/satip/satip_frontend.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index 4344f6e4..65c8483a 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -1151,6 +1151,9 @@ satip_frontend_input_thread ( void *aux ) &sb, 0, NULL, NULL); } + /* Do not send the SMT_SIGNAL_STATUS packets - we are out of service */ + gtimer_disarm(&lfe->sf_monitor_timer); + sbuf_free(&sb); udp_multirecv_free(&um);