From bdcf14ca3a83675cfc56f8656e7f7a5ea934ba3a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 17 Jul 2015 11:22:25 +0200 Subject: EDI: add options, fix AF sequence, revision --- src/dabOutput/dabOutput.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dabOutput/dabOutput.h') diff --git a/src/dabOutput/dabOutput.h b/src/dabOutput/dabOutput.h index f6980fe..c8ce9f2 100644 --- a/src/dabOutput/dabOutput.h +++ b/src/dabOutput/dabOutput.h @@ -55,6 +55,8 @@ // Configuration for EDI output struct edi_configuration_t { + unsigned chunk_len; // RSk, data length of each chunk + unsigned fec; // number of fragments that can be recovered bool enabled; unsigned int source_port; bool dump; -- cgit v1.2.3