Commit 5485f131 authored by Cedric Roux's avatar Cedric Roux

bugfix: Rel14 was missing

parent af8ce457
...@@ -2997,7 +2997,7 @@ void ue_pmch_procedures(PHY_VARS_UE *ue, UE_rxtx_proc_t *proc,int eNB_id,int abs ...@@ -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 subframe_rx = proc->subframe_rx;
int frame_rx = proc->frame_rx; int frame_rx = proc->frame_rx;
int pmch_mcs=-1; int pmch_mcs=-1;
#ifdef Rel10 #if defined(Rel10) || defined(Rel14)
int CC_id = ue->CC_id; int CC_id = ue->CC_id;
#endif #endif
uint8_t sync_area=255; uint8_t sync_area=255;
......
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