X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.h;h=13da1bcbb9f5ded2757c1d71201b3d7396563ca9;hb=5ee6434a20d24ba252f8a8e067cf9bec3e6ff0cf;hp=35d56dbcbb2c32f7dde9bf2bb7f713c40138c179;hpb=6eda577056855df28788aef28ee0a29c9128d1f5;p=o-du%2Fl2.git diff --git a/src/cu_stub/cu_f1ap_msg_hdl.h b/src/cu_stub/cu_f1ap_msg_hdl.h index 35d56dbcb..13da1bcbb 100644 --- a/src/cu_stub/cu_f1ap_msg_hdl.h +++ b/src/cu_stub/cu_f1ap_msg_hdl.h @@ -72,7 +72,7 @@ typedef struct ueInfo UeCb ueCb[MAX_NUM_UE]; -void F1APMsgHdlr(Buffer *mBuf); +void F1APMsgHdlr(uint32_t *destDuId, Buffer *mBuf); uint8_t BuildAndSendUeContextModificationReq(uint8_t ueId); uint8_t BuildAndSendUeContextReleaseCommand(uint8_t cuUeF1apId, uint8_t duUeF1apId); uint8_t BuildAndSendF1ResetReq();