LOG_I(PHY,"%s: ERROR!! Invalid k_prime=%d for PRS comb_size %d, symbol %d\n",__FUNCTION__,k_prime,prs_cfg->CombSize,l);
return(-1);
break;
}
...
...
@@ -331,8 +334,7 @@ int nr_prs_channel_estimation(uint8_t gNB_id,
}
else
{
LOG_I(PHY,"NR_PRS UE Channel EStimation: CombSize other than 2 and 4 are NOT supported currently! Returning");
return(0);
AssertFatal((prs_cfg->CombSize==2)||(prs_cfg->CombSize==4),"[NR_PRS Channel EStimation] CombSize other than 2 and 4 are NOT supported currently. Exiting!!!");
}
//reset channel pointer
...
...
@@ -341,7 +343,7 @@ int nr_prs_channel_estimation(uint8_t gNB_id,