X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.c;h=c510a5878fef46b10feccfa1d7b1c6e5ece1bb56;hb=9eb621804acfc1798221e10cd96edf3fa9ea897c;hp=50b2fe8c740cdc33b6e9a391089880db08c4f1a9;hpb=9fd2f2ab1c817f48e988f5524e4a9f9d10ae1f92;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 50b2fe8c7..c510a5878 100644 --- a/src/cu_stub/cu_f1ap_msg_hdl.c +++ b/src/cu_stub/cu_f1ap_msg_hdl.c @@ -11832,6 +11832,10 @@ uint8_t procUeContextModificationResponse(uint32_t duId, F1AP_PDU_t *f1apMsg) } } +#ifdef START_DL_UL_DATA + startDlData(); +#endif + return ROK; }