X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.c;h=c1c7bfeace8aed342635c42cb8bafaefe3d738bf;hb=e54c2aae19e97065def9e5ab2d1488477b1ea209;hp=39b0c1fa48ef91a694d5aa18b4083be7c956ac80;hpb=bf5434b9c6c179180c5bc37640ed700b1a4cbfa7;p=o-du%2Fl2.git diff --git a/src/cu_stub/cu_f1ap_msg_hdl.c b/src/cu_stub/cu_f1ap_msg_hdl.c index 39b0c1fa4..c1c7bfeac 100644 --- a/src/cu_stub/cu_f1ap_msg_hdl.c +++ b/src/cu_stub/cu_f1ap_msg_hdl.c @@ -148,6 +148,8 @@ #include "cu_f1ap_msg_hdl.h" #include "cu_stub.h" +CuGlobalCb cuCb; +char encBuf[ENC_BUF_MAX_LEN]; uint8_t fillCellGrpCfg(CuUeCb *ueCb, OCTET_STRING_t *cellGrp, bool updateAllRbCfg); uint8_t fillRrcReconfig(CuUeCb *ueCb, RRCReconfiguration_t *rrcReconfig, bool updateAllRbCfg);