Commit f2223366 authored by villa's avatar villa

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4133 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 6373645c
...@@ -1145,9 +1145,9 @@ void _makeSimulation(data_t data,options_t opts,DCI_ALLOC_t *dci_alloc,DCI_ALLOC ...@@ -1145,9 +1145,9 @@ void _makeSimulation(data_t data,options_t opts,DCI_ALLOC_t *dci_alloc,DCI_ALLOC
for (SNR=opts.snr_init; SNR<=opts.snr_max; SNR+=opts.snr_step) for (SNR=opts.snr_init; SNR<=opts.snr_max; SNR+=opts.snr_step)
{ {
//opts.nprb2=PHY_vars_eNB->lte_frame_parms.N_RB_DL; //opts.nprb2=PHY_vars_eNB->lte_frame_parms.N_RB_DL;
printf("\n\nsnr: %f, nprb1: %d, nprb2: %d, mcs: %d\n",SNR,opts.nprb1,opts.nprb2,opts.mcs); while(opts.nprb2>0){
for(prb2=1; prb2<PHY_vars_eNB->lte_frame_parms.N_RB_DL; prb2++){ printf("\n\nsnr: %f, nprb1: %d, nprb2: %d, mcs: %d\n",SNR,opts.nprb1,opts.nprb2,opts.mcs);
_initErrsRoundsTrials(&errs,&round_trials,0,opts); _initErrsRoundsTrials(&errs,&round_trials,0,opts);
dci_errors=0; dci_errors=0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment