X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fric_stub%2Fric_e2ap_msg_hdl.h;h=e370ed6c039cf70c714d9a031938543c1c511205;hb=c35b0ec59aa6469d563405a418145a8a4564fc70;hp=47ebf52d0f0efa9a876eab100b5bfe1dcd263669;hpb=bb3c7e2fe3279bb31677ef97f8426c49e69dd639;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 47ebf52d0..e370ed6c0 100644 --- a/src/ric_stub/ric_e2ap_msg_hdl.h +++ b/src/ric_stub/ric_e2ap_msg_hdl.h @@ -22,14 +22,16 @@ #define TRANS_ID 1 #define RRC_SIZE 1 #define ENC_BUF_MAX_LEN 100 -#define SUL_BAND_COUNT 0 +#define SUL_BAND_COUNT 0 #define UL_SRBID 1 #define DL_SRBID 0 #define DU_ID 1 -#define RIC_ID 1 +#define RIC_ID 1 #define CRNTI 17017 #define CELL_INDEX 0 +#define RIC_STYLE_TYPE 1 +#define RIC_ACTION_GRANULARITY_PERIOD 100 /* allocate and zero out a static buffer */ #define RIC_ALLOC(_datPtr, _size) \ { \ @@ -50,10 +52,12 @@ -void E2APMsgHdlr(Buffer *mBuf); -S16 BuildAndSendE2SetupReq(); -S16 SendE2APMsg(Region , Pool ); +void E2APMsgHdlr(uint32_t *duId, Buffer *mBuf); +uint8_t BuildAndSendE2SetupRsp(DuDb *duDb, uint8_t transId); +uint8_t BuildAndSendRicSubscriptionReq(DuDb *duDb); +uint8_t SendE2APMsg(Region region, Pool pool, uint32_t duId); +uint8_t BuildAndSendRicServiceQuery(DuDb *duDb); /********************************************************************** End of file **********************************************************************/