Skip to content
Snippets Groups Projects
Commit 8bf2d1a1 authored by ChiehChun's avatar ChiehChun Committed by Robert Schmidt
Browse files

Remove assert of allocate CSI PUCCH

parent fde6c46e
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,!1045Integration 2021 wk06 c,!1044Integration 2021 wk06 b,!1043Integration 2021 wk06,!1015Draft: Multi-UE + more slots
......@@ -275,11 +275,6 @@ void nr_csi_meas_reporting(int Mod_idP,
}
// verify resources are free
for (int i = start; i < start + len; ++i) {
AssertFatal((vrb_map_UL[i] & mask) == 0,
"cannot allocate CSI PUCCH for UE %04x: PRB %d used in symbs %lx\n",
UE_info->rnti[UE_id],
i,
mask);
vrb_map_UL[i] |= mask;
}
AssertFatal(!curr_pucch->simultaneous_harqcsi,
......
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