Commit fc3d2ec6 authored by zhenghuangkun's avatar zhenghuangkun Committed by Haruki NAOI

fix x2ho ping fail

(cherry picked from commit c835c70e1f07b044b0b5ce270af545d6b049fe1c)
parent c962bf36
......@@ -7925,7 +7925,9 @@ rrc_eNB_decode_dcch(
dedicated_DRB = 3;
RC.mac[ctxt_pP->module_id]->UE_list.UE_sched_ctrl[UE_id].crnti_reconfigurationcomplete_flag = 0;
ue_context_p->ue_context.Status = RRC_RECONFIGURED;
ue_context_p->ue_context.handover_info->state = HO_CONFIGURED;
if(ue_context_p->ue_context.handover_info->state != HO_END_MARKER) {
ue_context_p->ue_context.handover_info->state = HO_CONFIGURED;
}
LOG_I(RRC,
PROTOCOL_RRC_CTXT_UE_FMT" UE State = RRC_HO_EXECUTION (xid %ld)\n",
......
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