Skip to content

Commit 9be411d

Browse files
committed
[cru/dma] Revert data-taking link UP check for now
1 parent 1a14af2 commit 9be411d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Cru/CruBar.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,8 @@ std::vector<int> CruBar::getDataTakingLinks()
933933
for (auto const& el : linkMap) {
934934
int id = el.first;
935935
Link link = el.second;
936-
if (!datapathWrapper.isLinkEnabled(link) || gbt.getStickyBit(link) == Cru::LinkStatus::Down) {
936+
// TODO: Check for link UP disabled until clear what will happen with the case of TPC UL
937+
if (!datapathWrapper.isLinkEnabled(link) /* || gbt.getStickyBit(link) == Cru::LinkStatus::Down */) {
937938
continue;
938939
}
939940
links.push_back(id);

0 commit comments

Comments
 (0)