From 203b42f0b5a7ed53442b9e0a0072dec48b7f5eb6 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 31 Jul 2018 11:51:23 +0200 Subject: Add support for services with different ECC in FIG0/9 --- src/MuxElements.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/MuxElements.h') diff --git a/src/MuxElements.h b/src/MuxElements.h index 259d5d9..09bf072 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -407,6 +407,12 @@ class DabService : public RemoteControllable std::string uid; uint32_t id = 0; + + /* Services with different ECC than the ensemble must be signalled in FIG0/9. + * here, leave at 0 if they have the same as the ensemble + */ + uint8_t ecc = 0; + struct pty_settings_t { uint8_t pty = 0; // 0 means disabled bool dynamic_no_static = false; -- cgit v1.2.3