@@ -3194,8 +3194,10 @@ NR_beam_alloc_t beam_allocation_procedure(NR_beam_info_t *beam_info, int frame,
beam_struct.new_beam=true;
*beam=beam_index;
}
if(*beam==beam_index)
if(*beam==beam_index){
LOG_D(NR_MAC,"%d.%d Using beam structure with index %d for beam %d (%s)\n",frame,slot,beam_struct.idx,beam_index,beam_struct.new_beam?"new beam":"old beam");