if((frameP%1000)<40)LOG_D(MAC,"[eNB %d] Frame %d : BCCH_BR->DLSCH (SIB1) CC_id %d, Received %d bytes for NB %d\n",module_idP,frameP,CC_id,bcch_sdu_length,n_NB);
// allocate all 6 PRBs in narrowband for SIB1_BR
// allocate all 6 PRBs in narrowband for SIB1_BR
first_rb=n_NB*6;
first_rb=n_NB*6;
...
@@ -275,12 +278,10 @@ schedule_SIB1_BR(
...
@@ -275,12 +278,10 @@ schedule_SIB1_BR(
CC_id,
CC_id,
bcch_sdu_length);
bcch_sdu_length);
}
}
}else{
//LOG_D(MAC,"[eNB %d] Frame %d : BCCH not active \n",Mod_id,frame);