X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_f1ap_msg_hdl.h;h=b158b9deec29ca27b43fd6b302c424456c133f0a;hb=fa4911bd05674f9f528287d4e1b606a4c338b280;hp=e071c2649f1a24fb704042247a489baac052baa5;hpb=483d527d19566ecca87eee46a198bab6c890c6bb;p=o-du%2Fl2.git diff --git a/src/du_app/du_f1ap_msg_hdl.h b/src/du_app/du_f1ap_msg_hdl.h index e071c2649..b158b9dee 100644 --- a/src/du_app/du_f1ap_msg_hdl.h +++ b/src/du_app/du_f1ap_msg_hdl.h @@ -54,9 +54,12 @@ #define CELL_INDEX 0 void F1APMsgHdlr(Buffer *mBuf); -S16 BuildAndSendF1SetupReq(); +uint8_t BuildAndSendF1SetupReq(); +uint8_t BuildAndSendDUConfigUpdate(); S16 procGNBDUCfgUpdAck(F1AP_PDU_t *f1apMsg); -S16 BuildAndSendDUConfigUpdate(); +uint8_t procDlRrcMsgTrans(F1AP_PDU_t *f1apMsg); +uint8_t BuildAndSendInitialRrcMsgTransfer(uint32_t gnbDuUeF1apId, uint16_t crnti, uint8_t *rrcContainer); +void FreeDUConfigUpdate(F1AP_PDU_t *f1apDuCfg); /********************************************************************** End of file **********************************************************************/