Commit 96c9f594 authored by Raphael Defosseux's avatar Raphael Defosseux

Merge remote-tracking branch 'origin/nr_ue_fix_pbch' into develop_integration_2020_w25

parents 93c73ac4 bf43fa7c
...@@ -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