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 7864b14 commit c5cfd9cCopy full SHA for c5cfd9c
lib/scheduler/ue_scheduling/ue_scheduler_impl.cpp
@@ -89,7 +89,7 @@ void ue_scheduler_impl::update_harq_pucch_counter(cell_resource_allocator& cell_
89
dl_harq_process* h_dl = user->get_pcell().harqs.find_dl_harq_waiting_ack_slot(slot_alloc.slot, harq_bit_idx);
90
if (h_dl == nullptr) {
91
logger.warning(
92
- "ue={} rnti={}: No DL HARQ process with state waiting-for-ack found at slot={} for harq-bit-index",
+ "ue={} rnti={}: No DL HARQ process with state waiting-for-ack found at slot={} for harq-bit-index={}",
93
user->ue_index,
94
user->crnti,
95
slot_alloc.slot,
0 commit comments