X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fric_stub%2Fric_stub.h;h=b70613473acf7a52272e45616ceaf93c4759021f;hb=refs%2Fchanges%2F44%2F11844%2F5;hp=c8e52179fee59b72fdc72022c7789f1eef426a75;hpb=bd928523f61aead825b448daee545b8455e8daee;p=o-du%2Fl2.git diff --git a/src/ric_stub/ric_stub.h b/src/ric_stub/ric_stub.h index c8e52179f..b70613473 100644 --- a/src/ric_stub/ric_stub.h +++ b/src/ric_stub/ric_stub.h @@ -102,7 +102,7 @@ typedef struct typedef struct { - uint8_t id; + int16_t actionId; }ActionInfo; typedef struct ricSubscription @@ -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);