mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
remove some unnecessary use of NB_ANTENNAS_RX at UE
This commit is contained in:
@@ -726,7 +726,6 @@ void *UE_thread(void *arg)
|
||||
PHY_VARS_NR_UE *UE = (PHY_VARS_NR_UE *)arg;
|
||||
const NR_DL_FRAME_PARMS *fp = &UE->frame_parms;
|
||||
// int tx_enabled = 0;
|
||||
c16_t *rxp[fp->nb_antennas_rx];
|
||||
enum stream_status_e stream_status = STREAM_STATUS_UNSYNC;
|
||||
fapi_nr_config_request_t *cfg = &UE->nrUE_config;
|
||||
sl_nr_phy_config_request_t *sl_cfg = NULL;
|
||||
@@ -780,6 +779,7 @@ void *UE_thread(void *arg)
|
||||
readFrame(UE, &tmp, duration_rx_to_tx, true);
|
||||
}
|
||||
|
||||
c16_t *rxp[fp->nb_antennas_rx];
|
||||
while (!oai_exit) {
|
||||
if (syncRunning) {
|
||||
notifiedFIFO_elt_t *res = pollNotifiedFIFO(&nf);
|
||||
|
||||
Reference in New Issue
Block a user