Commit 74eabdb0 authored by Raymond Knopp's avatar Raymond Knopp

logging removal/modification

parent 7639d9a1
...@@ -470,16 +470,15 @@ int nr_dlsch_encoding(unsigned char *a, ...@@ -470,16 +470,15 @@ int nr_dlsch_encoding(unsigned char *a,
E = nr_get_E(G, dlsch->harq_processes[harq_pid]->C, mod_order, rel15->nrOfLayers, r); E = nr_get_E(G, dlsch->harq_processes[harq_pid]->C, mod_order, rel15->nrOfLayers, r);
#ifdef DEBUG_DLSCH_CODING //#ifdef DEBUG_DLSCH_CODING
printf("Rate Matching, Code segment %d/%d (coded bits (G) %u, E %d, Filler bits %d, Filler offset %d mod_order %d, nb_rb %d)...\n", LOG_D(PHY,"Rate Matching, Code segment %d/%d (coded bits (G) %u, E %d, Filler bits %d, Filler offset %d mod_order %d, nb_rb %d)...\n",
r, r,
dlsch->harq_processes[harq_pid]->C, dlsch->harq_processes[harq_pid]->C,
G, G,
E, E,
F, F,
Kr-F-2*(*Zc), Kr-F-2*(*Zc),
mod_order,nb_rb); mod_order,nb_rb);
#endif
// for tbslbrm calculation according to 5.4.2.1 of 38.212 // for tbslbrm calculation according to 5.4.2.1 of 38.212
if (rel15->nrOfLayers < Nl) if (rel15->nrOfLayers < Nl)
......
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