From 5485f131c37ab81417a1f7855fd0925d56ce50bf Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Fri, 24 Mar 2017 18:05:11 +0100 Subject: [PATCH] bugfix: Rel14 was missing --- openair1/SCHED/phy_procedures_lte_ue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openair1/SCHED/phy_procedures_lte_ue.c b/openair1/SCHED/phy_procedures_lte_ue.c index 317b098b50..776de2335d 100644 --- a/openair1/SCHED/phy_procedures_lte_ue.c +++ b/openair1/SCHED/phy_procedures_lte_ue.c @@ -2997,7 +2997,7 @@ 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 +#if defined(Rel10) || defined(Rel14) int CC_id = ue->CC_id; #endif uint8_t sync_area=255; -- 2.26.2