Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openair1/PHY/defs_nr_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down