Commit 8a3feeb5 authored by Florian Kaltenberger's avatar Florian Kaltenberger

fix from Walter Maguire

parent 5df03269
...@@ -505,7 +505,7 @@ int nr_rx_pbch( PHY_VARS_NR_UE *ue, ...@@ -505,7 +505,7 @@ int nr_rx_pbch( PHY_VARS_NR_UE *ue,
return(-1); return(-1);
} }
*/ */
if (symbol==1) { if (symbol==2) {
nr_pbch_quantize(pbch_e_rx, nr_pbch_quantize(pbch_e_rx,
(short *)&(nr_ue_pbch_vars->rxdataF_comp[0][symbol*240]), (short *)&(nr_ue_pbch_vars->rxdataF_comp[0][symbol*240]),
144); 144);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment