Commit 03464d91 authored by Guy De Souza's avatar Guy De Souza

mod8 fix

parent ed211ca2
......@@ -140,7 +140,7 @@ void nr_common_signal_procedures (PHY_VARS_gNB *gNB,int frame, int subframe) {
nr_generate_pss(gNB->d_pss, txdataF, AMP, ssb_start_symbol, cfg, fp);
nr_generate_sss(gNB->d_sss, txdataF, AMP_OVER_2, ssb_start_symbol, cfg, fp);
if ((frame_mod8) == 0){
if (!(frame&7)){
if (gNB->pbch_configured != 1)return;
gNB->pbch_configured = 0;
}
......
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