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=refs%2Fchanges%2F35%2F6535%2F5;hp=e48ac4ea7a0d4a0a093e042436b01f6926aa6fee;hpb=875cd839a3fe1efddd284433868449add3b0b82a;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 e48ac4ea7..851fb5d12 100644 --- a/src/ric_stub/ric_e2ap_msg_hdl.c +++ b/src/ric_stub/ric_e2ap_msg_hdl.c @@ -104,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);