Commit d6dfd5f8 authored by Xu Bo's avatar Xu Bo

fix issues about pre_scd thread,duplication call pucp_run funciton

parent ac7c131b
......@@ -629,7 +629,7 @@ eNB_dlsch_ulsch_scheduler(module_id_t module_idP, frame_t frameP,
{
int mbsfn_status[MAX_NUM_CCs];
#if defined(UE_EXPANSION) || defined(UE_EXPANSION_SIM2)
#if (!defined(UE_EXPANSION_SIM2)) &&(!defined(UE_EXPANSION))
protocol_ctxt_t ctxt;
#endif
......@@ -706,7 +706,7 @@ eNB_dlsch_ulsch_scheduler(module_id_t module_idP, frame_t frameP,
}
#if defined(UE_EXPANSION) || defined(UE_EXPANSION_SIM2)
#if (!defined(UE_EXPANSION_SIM2)) &&(!defined(UE_EXPANSION))
PROTOCOL_CTXT_SET_BY_MODULE_ID(&ctxt, module_idP, ENB_FLAG_YES,
NOT_A_RNTI, frameP, subframeP,
module_idP);
......
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