Skip to content
Snippets Groups Projects
Commit b12ca2eb authored by Cédric Roux's avatar Cédric Roux
Browse files

fix prach2 value

parent bb3bee9f
No related branches found
No related tags found
8 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1093Issue in generating NR PRACH for High Speed case,!1074PBCH test case support for non-zero bchpyload,!847Nr vcd,!836Nr fix phytest packet corruption dlsch,!833Develop integration 2020 week 25,!799WIP: Nr rrc prach procedures
......@@ -321,8 +321,8 @@ void rx_nr_prach_ru(RU_t *ru,
}
} else {
// 40 MHz @ 46.08 Ms/s
prach2 = prach[aa] + (3*Ncp);
if (prach_sequence_length == 0) {
prach2 = prach[aa] + (3*Ncp);
AssertFatal(fp->N_RB_UL <= 107,"cannot do 108..136 PRBs with 3/4 sampling\n");
if (prach_fmt == 0 || prach_fmt == 1 || prach_fmt == 2) {
dftlen=36864;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment