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

Fix HO RRCreconfig message not send for crnti and HO conflict

(cherry picked from commit 5b02ce3d1bf858dbe13aa17c010f9f9d81252ae7)

# Conflicts:
#	openair2/RRC/LTE/rrc_eNB.c
parent edbb9b7e
...@@ -5093,8 +5093,7 @@ check_handovers( ...@@ -5093,8 +5093,7 @@ check_handovers(
if(ue_context_p->ue_context.handover_info != NULL) { if(ue_context_p->ue_context.handover_info != NULL) {
pthread_mutex_lock(&ue_context_p->ue_context.handover_cond_lock); pthread_mutex_lock(&ue_context_p->ue_context.handover_cond_lock);
if (ue_context_p->ue_context.Status == RRC_HO_EXECUTION && if (ue_context_p->ue_context.handover_info != NULL) {
ue_context_p->ue_context.handover_info != NULL) {
/* in the source, UE in HO_PREPARE mode */ /* in the source, UE in HO_PREPARE mode */
if (ue_context_p->ue_context.handover_info->state == HO_PREPARE) { if (ue_context_p->ue_context.handover_info->state == HO_PREPARE) {
......
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