X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_e2ap_msg_hdl.c;h=0a5c8dc9c1072b3c137fad8ddffab06672f7d135;hb=45d134510deb6902b870b4a0fb574b6075fba601;hp=89b364ab3d3e36592a31e08f31198dffaf01a914;hpb=180692ac45aac62b3207635a7cb36773e74e499f;p=o-du%2Fl2.git diff --git a/src/du_app/du_e2ap_msg_hdl.c b/src/du_app/du_e2ap_msg_hdl.c index 89b364ab3..0a5c8dc9c 100644 --- a/src/du_app/du_e2ap_msg_hdl.c +++ b/src/du_app/du_e2ap_msg_hdl.c @@ -15,13 +15,23 @@ # limitations under the License. # ################################################################################ *******************************************************************************/ -#include "du_e2ap_msg_hdl.h" +#include "common_def.h" +#include "lrg.h" +#include "lkw.x" +#include "lrg.x" +#include "legtp.h" +#include "du_app_mac_inf.h" +#include "du_cfg.h" #include "du_mgr_main.h" +#include "du_utils.h" #include "GlobalE2node-gNB-ID.h" +#include +#include "E2AP-PDU.h" +#include "du_e2ap_msg_hdl.h" +#include "odu_common_codec.h" /* Global variable */ DuCfgParams duCfgParam; - /******************************************************************* * * @brief Builds Global gNodeB Params @@ -1064,7 +1074,6 @@ uint8_t BuildAndSendRicIndication() { E2AP_PDU_t *e2apMsg = NULLP; RICindication_t *ricIndicationMsg=NULLP; - uint8_t elementCnt=0; asn_enc_rval_t encRetVal; /* Encoder return value */ uint8_t ret = RFAILED; uint8_t FillRicIndicationret = ROK;