Commit e12c1ccc authored by Ahmed Hussein's avatar Ahmed Hussein Committed by Thomas Schlichter

Adding PDCCH OK

parent aca390e6
...@@ -789,19 +789,18 @@ int main(int argc, char **argv) ...@@ -789,19 +789,18 @@ int main(int argc, char **argv)
if (errors_bit == 0) { if (errors_bit == 0) {
printf("PDSCH test OK\n"); printf("PDSCH test OK\n");
printf("\n"); printf("\n");
break;
} }
printf("\n");
// 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);
printf("\n");
// if ((float)n_errors/(float)n_trials <= target_error_rate) {
// printf("PDCCH test OK\n"); if ((float)n_errors/(float)n_trials <= target_error_rate) {
// break; printf("PDCCH test OK\n");
// } break;
}
// if (n_trials == 1) if (n_trials == 1)
// break; break;
} // NSR } // NSR
......
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