Commit d8a83c1e authored by brobert's avatar brobert

sending vars through unique structure

parent a1da6236
This diff is collapsed.
......@@ -757,6 +757,30 @@ typedef struct ulAntennaProc_s {
int numAntennas;
} ulAntennaProc_t;
typedef struct {
PHY_VARS_gNB *gNB;
int aarx;
const int symbol_offset;
c16_t **ul_ch_estimates;
int nl;
int ch_offset;
const int symbolSize;
nfapi_nr_pusch_pdu_t *pusch_pdu;
const int chest_freq;
c16_t pilot[3280] __attribute__((aligned(32)));
const int k0;
const int nb_rb_pusch;
unsigned short p;
const int soffset;
int *max_ch;
c16_t ul_ls_est[symbolSize];
NR_gNB_PUSCH *pusch_vars;
delay_t *delay;
uint64_t noise_amp2;
int nest_count;
const int nushift;
} puschAntennaProc_t;
struct puschSymbolReqId {
uint16_t ulsch_id;
uint16_t frame;
......
This diff is collapsed.
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