X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.c;fp=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.c;h=c1c7bfeace8aed342635c42cb8bafaefe3d738bf;hb=2a310f38af13dafd243ef7b24d5a721ed34355b3;hp=39b0c1fa48ef91a694d5aa18b4083be7c956ac80;hpb=e96cb439cd4a7a6f55e3fab7caed978e38bd62b4;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);