X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.c;h=fb6220eb4070ee1c854a980361e8fbfd9a1903ab;hb=cfe7ea3ab6cb69d18ed91d79c1bf66b3bc8bdc98;hp=33c6081ddfffd90ac3378ee9bb470a4dd8225939;hpb=559b1bf564a661c9c3edfc9a953183b072bb2f13;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 33c6081dd..fb6220eb4 100644 --- a/src/cu_stub/cu_f1ap_msg_hdl.c +++ b/src/cu_stub/cu_f1ap_msg_hdl.c @@ -2803,6 +2803,13 @@ void F1APMsgHdlr(Buffer *mBuf) { DU_LOG("\nF1AP : Received ULRRCMessageTransfer"); procUlRrcMsg(f1apMsg); + break; + } + + case InitiatingMessage__value_PR_RRCDeliveryReport: + { + DU_LOG("\nF1AP : Received RRC delivery report"); + break; } default: {