X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fric_stub%2Fric_e2ap_msg_hdl.h;h=6f54f0d5cd3f0f94c88edfdf12cd031e766b908a;hb=ff0c6fbd56fc24b9c286dc6444e1e0fbe8871625;hp=a7b7850fdf3bc887f9c2f22027dccf9c5097eaab;hpb=5d74fef7c9fe6b65a965ceac6bfe812872dab323;p=o-du%2Fl2.git diff --git a/src/ric_stub/ric_e2ap_msg_hdl.h b/src/ric_stub/ric_e2ap_msg_hdl.h index a7b7850fd..6f54f0d5c 100644 --- a/src/ric_stub/ric_e2ap_msg_hdl.h +++ b/src/ric_stub/ric_e2ap_msg_hdl.h @@ -30,11 +30,10 @@ #define CRNTI 17017 #define CELL_INDEX 0 - /* allocate and zero out a static buffer */ #define RIC_ALLOC(_datPtr, _size) \ { \ - S16 _ret; \ + uint8_t _ret; \ _ret = SGetSBuf(RIC_APP_MEM_REG, RIC_POOL, \ (Data **)&_datPtr, _size); \ if(_ret == ROK) \ @@ -51,9 +50,10 @@ + void E2APMsgHdlr(Buffer *mBuf); -S16 BuildAndSendE2SetupReq(); -S16 SendE2APMsg(Region , Pool ); +uint8_t BuildAndSendE2SetupRsp(uint8_t duId); +uint8_t SendE2APMsg(Region , Pool ); /********************************************************************** End of file