aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.cpp
diff options
context:
space:
mode:
authorSamuel Hunt <sam@maxxwave.co.uk>2026-01-08 16:13:19 +0000
committerSamuel Hunt <sam@maxxwave.co.uk>2026-01-08 16:13:19 +0000
commitb084bd07570cd031cbba4cc0617418883d82a9c7 (patch)
tree4d27d6b4cf64aa03bf8b822280cb1208325f0ba3 /src/utils.cpp
parent18398455642cf265995aa2988f1f3f610c6baf03 (diff)
downloaddabmux-b084bd07570cd031cbba4cc0617418883d82a9c7.tar.gz
dabmux-b084bd07570cd031cbba4cc0617418883d82a9c7.tar.bz2
dabmux-b084bd07570cd031cbba4cc0617418883d82a9c7.zip
Priority based FIC scheduler capable of >40 services
Diffstat (limited to 'src/utils.cpp')
-rw-r--r--src/utils.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils.cpp b/src/utils.cpp
index 7ea6293..127ba78 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -31,6 +31,7 @@
#include <boost/algorithm/string/join.hpp>
#include "utils.h"
#include "fig/FIG0structs.h"
+#include "fig/FIGSchedulerType.h"
using namespace std;
@@ -496,6 +497,8 @@ void printEnsemble(const shared_ptr<dabEnsemble>& ensemble)
break;
}
+ etiLog.level(info) << " FIC sched: " << FIC::scheduler_type_to_string(ensemble->fic_scheduler);
+
if (ensemble->lto_auto) {
time_t now = time(nullptr);
struct tm ltime;