Commit 86ba951d authored by Marius Tillner's avatar Marius Tillner

added harq round for Downlink, before harqround was only tracked when...

added harq round for Downlink, before harqround was only tracked when retransmissions happened, this lead to confussions in the database after post processing
parent 11212ead
......@@ -1296,7 +1296,7 @@ void nr_schedule_ue_spec(module_id_t module_id,
dlsch_total_bytes += len;
lcid_bytes += len;
sdus += 1;
LATSEQ_P("D mac.hdr--mac.dci", "len%u::RMbuf%u.fm%u.sl%u.hqpid%u.mcs%u.TBS%u.rnti%u", len, buf-len, frame, slot, current_harq_pid, sched_pdsch->mcs, sched_pdsch->tb_size, rnti);
LATSEQ_P("D mac.hdr--mac.dci", "len%u::RMbuf%u.fm%u.sl%u.hqpid%u.hqround%u.mcs%u.TBS%u.rnti%u", len, buf-len, frame, slot, current_harq_pid, harq->round, sched_pdsch->mcs, sched_pdsch->tb_size, rnti);
LATSEQ_P("D mac.hdr--mac.retx", "len%u::RMbuf%u.hqpid%u.mcs%u.TBS%u.rnti%u", len, buf-len, current_harq_pid, sched_pdsch->mcs, sched_pdsch->tb_size,rnti);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment