phich: removed correlation distance checking

This commit is contained in:
Ismael Gomez 2016-06-28 18:31:54 +02:00
parent 3d592aeab7
commit 0a2c164ae7
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ bool srslte_ue_dl_decode_phich(srslte_ue_dl_t *q, uint32_t sf_idx, uint32_t n_pr
fprintf(stderr, "Error decoding PHICH\n");
return false;
}
if (ack_bit && distance > 1.5) {
if (ack_bit) {
return true;
} else {
return false;