X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fric_stub%2Fric_stub.h;h=b70613473acf7a52272e45616ceaf93c4759021f;hb=refs%2Fchanges%2F44%2F11844%2F5;hp=b4c159e835b099800352e8c57beb37a962610892;hpb=a3796bdbd76c38cd78ed1c9ef5cbf4cee1c355de;p=o-du%2Fl2.git diff --git a/src/ric_stub/ric_stub.h b/src/ric_stub/ric_stub.h index b4c159e83..b70613473 100644 --- a/src/ric_stub/ric_stub.h +++ b/src/ric_stub/ric_stub.h @@ -160,6 +160,16 @@ typedef struct RanFunction ranFunRejectedList[MAX_RAN_FUNCTION]; }RicTmpRanFunList; +typedef struct +{ + uint8_t numActionModifed; + uint8_t actionModifiedList[MAX_RIC_ACTION]; + uint8_t numActionModFailed; + uint8_t actionModFailedList[MAX_RIC_ACTION]; + uint8_t numActionRemoved; + uint8_t actionRemovedList[MAX_RIC_ACTION]; +}RicTmpActionList; + void readRicCfg(); void cuAppInmsgHdlr(Buffer *mBuf); void sctpNtfyInd(CmInetSctpNotification *ntfy);