Skip to content
Snippets Groups Projects
Commit b4035670 authored by Wang's avatar Wang
Browse files

Update nr_gold_ue.c

parent d99099f3
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,!1020Develop,!1016Integration 2021 wk02,!1014WIP: Integration 2021 wk02,!999WIP: NR FR2 RA
......@@ -40,7 +40,6 @@ void nr_gold_pbch(PHY_VARS_NR_UE* ue)
reset = 1;
x2 = (1<<11) * (i_ssb2 + 1) * ((Nid>>2) + 1) + (1<<6) * (i_ssb2 + 1) + (Nid&3);
x2 = x2 ^ ((x2 ^ (x2>>1) ^ (x2>>2) ^ (x2>>3))<<31);
for (n=0; n<NR_PBCH_DMRS_LENGTH_DWORD; n++) {
ue->nr_gold_pbch[n_hf][l][n] = lte_gold_generic(&x1, &x2, reset);
......
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