phy_vars_eNB->first_run_I0_measurements=1;///This flag used to be static. With multiple eNBs this does no longer work, hence we put it in the structure. However it has to be initialized with 1, which is performed here.
1;///This flag used to be static. With multiple eNBs this does no longer work, hence we put it in the structure. However it has to be initialized with 1, which is performed here.
#ifndef USER_MODE
#ifndef USER_MODE
AssertFatal(frame_parms->nb_antennas_tx<=NB_ANTENNAS_TX,"nb_antennas_tx too large");
AssertFatal(frame_parms->nb_antennas_tx<=NB_ANTENNAS_TX,"nb_antennas_tx too large");
...
@@ -1275,24 +1274,57 @@ int phy_init_lte_eNB(PHY_VARS_eNB *phy_vars_eNB,
...
@@ -1275,24 +1274,57 @@ int phy_init_lte_eNB(PHY_VARS_eNB *phy_vars_eNB,