aboutsummaryrefslogtreecommitdiffstats
path: root/src/DabMux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DabMux.cpp')
-rw-r--r--src/DabMux.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DabMux.cpp b/src/DabMux.cpp
index 14a7f8e..b531589 100644
--- a/src/DabMux.cpp
+++ b/src/DabMux.cpp
@@ -242,6 +242,8 @@ int main(int argc, char *argv[])
}
ClockTAI clock_tai(mux_conf.pt.get("general.tai_clock_bulletins", ""));
+ rcs.enrol(&clock_tai);
+
DabMultiplexer mux(mux_conf, clock_tai);
etiLog.level(info) <<