diff --git a/openair2/LAYER2/MAC/eNB_scheduler_primitives.c b/openair2/LAYER2/MAC/eNB_scheduler_primitives.c index 605ff93f1fee39f239230715e73c84fb645a78ef..6198768b510c01fe80f04757730290530fe4437d 100644 --- a/openair2/LAYER2/MAC/eNB_scheduler_primitives.c +++ b/openair2/LAYER2/MAC/eNB_scheduler_primitives.c @@ -1010,10 +1010,11 @@ void dump_CCE_table(int *CCE_table,const int nCCE,const unsigned short rnti,cons int nb_candidates = 0,i; unsigned int Yk; + printf("CCE 0: "); for (i=0;i<nCCE;i++) { printf("%1d.",CCE_table[i]); - if ((i&7) == 0) - printf("\n"); + if ((i&7) == 7) + printf("\n CCE %d: "); } Yk = (unsigned int)rnti;