Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions srsue/src/phy/phy_common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ void phy_common::reset_measurements(uint32_t cc_idx)
for (uint32_t cc = 0; cc < SRSRAN_MAX_CARRIERS; cc++) {
reset_measurements(cc);
}
return;
}

// Default all metrics to NAN to prevent providing invalid information on traces and other layers
Expand Down