X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_e2ap_msg_hdl.h;h=f800c488b704b3a4888565941757f6c48c4f86de;hb=4ab59561f7997dffa4247302e1ed558e43a376be;hp=d6b53f083785d9258c415c0de0de1f18dd928d62;hpb=8340c342ebcfc82193c3f66e7f15047c1e37399b;p=o-du%2Fl2.git diff --git a/src/du_app/du_e2ap_msg_hdl.h b/src/du_app/du_e2ap_msg_hdl.h index d6b53f083..f800c488b 100644 --- a/src/du_app/du_e2ap_msg_hdl.h +++ b/src/du_app/du_e2ap_msg_hdl.h @@ -60,6 +60,8 @@ typedef struct e2apDb }E2apMsgDb; S16 BuildAndSendE2SetupReq(); +uint16_t deAllocateE2SetupReqMsg(E2AP_PDU_t *e2apMsg, \ + E2setupRequest_t *e2SetupReq, uint8_t idx); S16 SendE2APMsg(Region , Pool ); void E2APMsgHdlr(Buffer *mBuf);