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=180692ac45aac62b3207635a7cb36773e74e499f;hp=2922d34c40513851a0ebf33644fea3ef35613f7a;hpb=3a52fbb41a099e37ef072276055cf765828db299;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 2922d34c4..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); - +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 **********************************************************************/