removed error messages in invalid RA

This commit is contained in:
Ismael Gomez 2017-03-09 15:47:21 +01:00
parent 18251002e2
commit 7c835992e0
1 changed files with 0 additions and 1 deletions

View File

@ -178,7 +178,6 @@ int srslte_dci_msg_to_ul_grant(srslte_dci_msg_t *msg, uint32_t nof_prb,
}
if (srslte_ra_ul_dci_to_grant(ul_dci, nof_prb, n_rb_ho, grant, harq_pid)) {
fprintf(stderr, "Error computing resource allocation\n");
return ret;
}