AssertFatal(0==1,"Band %d is a supplementary band (%d). This is not supported yet.\n",nr_bandP,supplementary_bands[j]);
}
AssertFatal(nr_bandP<=nr_bandtable[nr_bandtable_size-1].band,"NR band %d exceeds NR bands table maximum limit %d\n",nr_bandP,nr_bandtable[nr_bandtable_size-1].band);
selected_pucch_format=pucch_format3_nr;/* in this case choice can be done between two formats */
selected_pucch_format_second=pucch_format4_nr;
}
}
else{
LOG_D(PHY,"PUCCH Undefined PUCCH format : set PUCCH to format 4 : at line %d in function %s of file %s \n",LINE_FILE,__func__,FILE_NAME);
return(FALSE);
}
}
NR_TST_PHY_PRINTF("PUCCH format %d nb symbols total %d uci size %d selected format %d \n",format_pucch,nb_symbols_for_tx,uci_size,selected_pucch_format);
if(format_pucch!=selected_pucch_format){
if(format_pucch!=selected_pucch_format_second){
NR_TST_PHY_PRINTF("PUCCH mismatched of selected format: at line %d in function %s of file %s \n",LINE_FILE,__func__,FILE_NAME);
LOG_D(PHY,"PUCCH format mismatched of selected format: at line %d in function %s of file %s \n",LINE_FILE,__func__,FILE_NAME);
AssertFatal(0==1,"Band %d is a supplementary band (%d). This is not supported yet.\n",nr_bandP,supplementary_bands[j]);
}
AssertFatal(nr_bandP<=nr_bandtable[nr_bandtable_size-1].band,"NR band %d exceeds NR bands table maximum limit %d\n",nr_bandP,nr_bandtable[nr_bandtable_size-1].band);
LOG_D(MAC,"In %s: selected RA preamble index %d for contention-free random access procedure for SSB with Id %d\n",__FUNCTION__,prach_resources->ra_PreambleIndex,cfra_ssb_resource_idx);