X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fric_stub%2Fric_e2ap_msg_hdl.c;h=851fb5d1298d295f8ff5bc513c8045d3ebcb52ca;hb=fdf994581c1b672158c911a9a5f7a4191832c695;hp=20b394841310c2b84d71e74c627b169043fa427c;hpb=088c1736896136012e5c70b916595c8471aec243;p=o-du%2Fl2.git diff --git a/src/ric_stub/ric_e2ap_msg_hdl.c b/src/ric_stub/ric_e2ap_msg_hdl.c index 20b394841..851fb5d12 100644 --- a/src/ric_stub/ric_e2ap_msg_hdl.c +++ b/src/ric_stub/ric_e2ap_msg_hdl.c @@ -26,6 +26,8 @@ #include "ric_e2ap_msg_hdl.h" #include "GlobalE2node-gNB-ID.h" #include "ProtocolIE-FieldE2.h" +#include "InitiatingMessageE2.h" +#include "SuccessfulOutcomeE2.h" #include "E2AP-PDU.h" #include "du_log.h" @@ -102,7 +104,7 @@ S16 BuildGlobalRicId(GlobalRIC_ID_t *ricId) { uint8_t unused = 4; uint8_t byteSize = 3; - uint8_t val = 1; + uint8_t val = 16; if(ricId != NULLP) { ricId->pLMN_Identity.size = byteSize * sizeof(uint8_t);