diff --git a/openair1/SCHED/phy_procedures_lte_ue.c b/openair1/SCHED/phy_procedures_lte_ue.c index 1d87ba0c411f3d38979b942f3489b1a3e8b7db26..e5ae3c8f384b30feaae9a3e5760f0bc298f16b51 100644 --- a/openair1/SCHED/phy_procedures_lte_ue.c +++ b/openair1/SCHED/phy_procedures_lte_ue.c @@ -3125,7 +3125,9 @@ void ue_pmch_procedures(PHY_VARS_UE *ue, UE_rxtx_proc_t *proc,int eNB_id,int abs int subframe_rx = proc->subframe_rx; int frame_rx = proc->frame_rx; int pmch_mcs=-1; +#ifdef Rel10 int CC_id = ue->CC_id; +#endif uint8_t sync_area=255; uint8_t mcch_active; int l;