We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d78857 commit 5600639Copy full SHA for 5600639
lib/scheduler/slicing/ran_slice_candidate.h
@@ -55,6 +55,9 @@ class common_ran_slice_candidate
55
: max_rbs - inst->pusch_rb_count_per_slot[slot_tx.to_uint()];
56
}
57
58
+ /// Returns slot at which PUSCH/PDSCH needs to be scheduled for this slice candidate.
59
+ slot_point get_slot_tx() const { return slot_tx; }
60
+
61
protected:
62
ran_slice_instance* inst = nullptr;
63
unsigned max_rbs = 0;
0 commit comments