Fixed sync_test for extended CP

This commit is contained in:
ismagom 2015-06-06 18:53:24 +02:00
parent e3dd3c3f88
commit e5c1d00a7c
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,8 @@ int main(int argc, char **argv) {
fprintf(stderr, "Error initiating PSS/SSS\n");
return -1;
}
srslte_sync_set_cp(&sync, cp);
/* Set a very high threshold to make sure the correlation is ok */
srslte_sync_set_threshold(&sync, 5.0);