Commit e4632f20 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: dummy commit to re-run CI job

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent e12c1ccc
......@@ -793,7 +793,7 @@ int main(int argc, char **argv)
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");
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