Commit 0bb99458 authored by Raymond Knopp's avatar Raymond Knopp

bugfix for TX slot processing

parent 21243438
...@@ -121,7 +121,7 @@ void nr_feptx0(RU_t *ru,int tti_tx,int first_symbol, int num_symbols, int aa) { ...@@ -121,7 +121,7 @@ void nr_feptx0(RU_t *ru,int tti_tx,int first_symbol, int num_symbols, int aa) {
apply_nr_rotation(fp, apply_nr_rotation(fp,
(int16_t*)&ru->common.txdataF_BF[aa][slot_offsetF], (int16_t*)&ru->common.txdataF_BF[aa][slot_offsetF],
slot, slot,
1, first_symbol,
num_symbols, num_symbols,
fp->ofdm_symbol_size); fp->ofdm_symbol_size);
PHY_ofdm_mod(&ru->common.txdataF_BF[aa][slot_offsetF], PHY_ofdm_mod(&ru->common.txdataF_BF[aa][slot_offsetF],
......
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