PRACH: support all ConfigIndex values

This commit is contained in:
Ismael Gomez 2016-11-24 11:18:54 +01:00
parent a13039e48c
commit 50694d7c3f
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ int srslte_prach_init(srslte_prach_t *p,
int ret = SRSLTE_ERROR;
if(p != NULL &&
N_ifft_ul < 2049 &&
config_idx < 16 &&
config_idx < 64 &&
root_seq_index < MAX_ROOTS)
{
uint32_t preamble_format = srslte_prach_get_preamble_format(config_idx);