Commit 5695b028 authored by Hitesh07's avatar Hitesh07

minor change

parent ed733eb6
...@@ -745,10 +745,10 @@ int main(int argc, char **argv) ...@@ -745,10 +745,10 @@ int main(int argc, char **argv)
printf("SNR %f : n_errors (negative CRC) = %d/%d\n", SNR,n_errors,n_trials); printf("SNR %f : n_errors (negative CRC) = %d/%d\n", SNR,n_errors,n_trials);
/* if ((float)n_errors/(float)n_trials <= target_error_rate) { if ((float)n_errors/(float)n_trials <= target_error_rate) {
printf("PDCCH test OK\n"); printf("PDCCH test OK\n");
break; break;
} */ }
//if (n_trials==1) //if (n_trials==1)
//break; //break;
......
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