X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.c;h=062dfa444b4c71c4f2cc556006350f902eb68350;hb=c39df493d33e19557dbaded684cf6441c3ab8884;hp=a98fb752e52a733a717111f96a3f8a5024b016f8;hpb=2b1e3e044e619637fafa8829789d6798d8f9bdb0;p=o-du%2Fl2.git diff --git a/src/cu_stub/cu_f1ap_msg_hdl.c b/src/cu_stub/cu_f1ap_msg_hdl.c index a98fb752e..062dfa444 100644 --- a/src/cu_stub/cu_f1ap_msg_hdl.c +++ b/src/cu_stub/cu_f1ap_msg_hdl.c @@ -129,6 +129,7 @@ #include "RRCReconfiguration-v1530-IEs.h" #include "CNUEPagingIdentity.h" #include "PagingCell-Item.h" +#include "UL-DCCH-Message.h" #include "cu_stub_sctp.h" #include "cu_stub_egtp.h" @@ -9464,6 +9465,10 @@ uint8_t procUlRrcMsg(uint32_t duId, F1AP_PDU_t *f1apMsg) return RFAILED; } memcpy(rrcContainer, ulRrcMsg->protocolIEs.list.array[idx]->value.choice.RRCContainer.buf, rrcContLen); + + if(duDb->ueCb[duUeF1apId-1].state == UE_HANDOVER_IN_PROGRESS) + return; + break; }