X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fric_stub%2Fric_stub.h;h=ce86d5f4e10ba736ca1386f0044e8efa73010e31;hb=2a310f38af13dafd243ef7b24d5a721ed34355b3;hp=a2663def67c0a444bb733dae0908a5bac52bbafa;hpb=0992b1493542e0771a54b66d595166ca30f5c881;p=o-du%2Fl2.git diff --git a/src/ric_stub/ric_stub.h b/src/ric_stub/ric_stub.h index a2663def6..ce86d5f4e 100644 --- a/src/ric_stub/ric_stub.h +++ b/src/ric_stub/ric_stub.h @@ -116,8 +116,7 @@ typedef struct ricSubscription { RicRequestId requestId; uint16_t ranFuncId; - uint8_t numOfActions; - ActionInfo actionSequence[MAX_RIC_ACTION]; + CmLListCp actionSequence; }RicSubscription; typedef struct @@ -157,7 +156,7 @@ typedef struct cuGlobalCb DuDb duInfo[MAX_DU_SUPPORTED]; }RicGlobalCb; -RicGlobalCb ricCb; +extern RicGlobalCb ricCb; typedef struct {