wip, master attributes
Build on RHEL9 docker image / build (push) Successful in 4m35s
Build on RHEL8 docker image / build (push) Successful in 5m18s
Run Simulator Tests on local RHEL9 / build (push) Failing after 5m59s
Run Simulator Tests on local RHEL8 / build (push) Failing after 7m45s

This commit is contained in:
2026-05-11 17:24:50 +02:00
parent 1608559b4b
commit c9793129db
7 changed files with 98 additions and 1 deletions
+1
View File
@@ -1436,6 +1436,7 @@ void Module::setDataStream(const portPosition port, const bool enable) {
void Module::updateRxUDPDatastreamMetadata(
const std::array<std::vector<bool>, 2> &res) {
if (!shm()->useReceiverFlag) {
return;
}