X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fdu_app%2Fdu_e2ap_msg_hdl.c;h=0a5c8dc9c1072b3c137fad8ddffab06672f7d135;hb=45d134510deb6902b870b4a0fb574b6075fba601;hp=16c4fc2c17220aa986fbc380604524e87d824ed0;hpb=392607b7a8cbf1b7415b15517275dd1ef4e897a9;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 16c4fc2c1..0a5c8dc9c 100644 --- a/src/du_app/du_e2ap_msg_hdl.c +++ b/src/du_app/du_e2ap_msg_hdl.c @@ -20,13 +20,15 @@ #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 "odu_common_codec.h" #include #include "E2AP-PDU.h" #include "du_e2ap_msg_hdl.h" +#include "odu_common_codec.h" /* Global variable */ DuCfgParams duCfgParam; @@ -1072,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;