[ JIRA Id - ODUHIGH-573 ] Code changes upgraded to Gcc version 11.4.0
[o-du/l2.git] / src / ric_stub / ric_stub.h
index a2663de..ce86d5f 100644 (file)
@@ -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
 {