diff --git a/openair1/PHY/defs_nr_common.h b/openair1/PHY/defs_nr_common.h index dc2630348c..2b9f543573 100644 --- a/openair1/PHY/defs_nr_common.h +++ b/openair1/PHY/defs_nr_common.h @@ -240,9 +240,9 @@ struct NR_DL_FRAME_PARMS { /// First dimenstion is for different CP lengths c16_t timeshift_symbol_rotation[4096*2] __attribute__ ((aligned (16))); /// Table used to apply the delay compensation in DL/UL - c16_t delay_table[2 * MAX_DELAY_COMP + 1][NR_MAX_OFDM_SYMBOL_SIZE]; + c16_t delay_table[2*MAX_DELAY_COMP + 1][NR_MAX_OFDM_SYMBOL_SIZE]; /// Table used to apply the delay compensation in PUCCH2 - c16_t delay_table128[2 * MAX_DELAY_COMP + 1][128]; + c16_t delay_table128[2*MAX_DELAY_COMP + 1][128]; /// Power used by SSB in order to estimate signal strength and path loss int ss_PBCH_BlockPower;