Commit f970f119 authored by gauthier's avatar gauthier

removed warning when compiling for real-time

parent d6c823d3
...@@ -2547,7 +2547,6 @@ void cba_procedures(const unsigned char sched_subframe,PHY_VARS_eNB *phy_vars_eN ...@@ -2547,7 +2547,6 @@ void cba_procedures(const unsigned char sched_subframe,PHY_VARS_eNB *phy_vars_eN
const int frame = phy_vars_eNB->proc[sched_subframe].frame_rx; const int frame = phy_vars_eNB->proc[sched_subframe].frame_rx;
uint16_t rnti=0; uint16_t rnti=0;
int ret=0; int ret=0;
int i;
num_active_cba_groups = phy_vars_eNB->ulsch_eNB[UE_id]->num_active_cba_groups; num_active_cba_groups = phy_vars_eNB->ulsch_eNB[UE_id]->num_active_cba_groups;
...@@ -2578,7 +2577,7 @@ void cba_procedures(const unsigned char sched_subframe,PHY_VARS_eNB *phy_vars_eN ...@@ -2578,7 +2577,7 @@ void cba_procedures(const unsigned char sched_subframe,PHY_VARS_eNB *phy_vars_eN
rx_ulsch_emul(phy_vars_eNB, rx_ulsch_emul(phy_vars_eNB,
subframe, subframe,
phy_vars_eNB->eNB_UE_stats[UE_id].sector, // this is the effective sector id phy_vars_eNB->eNB_UE_stats[UE_id].sector, // this is the effective sector id
i); UE_id);
} }
#endif #endif
......
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