[Epic-ID: ODUHIGH-462][Task-ID: ODUHIGH-472] Implementation of short cycle timer
[o-du/l2.git] / src / ric_stub / ric_stub.h
index bb7f095..b41e9c6 100644 (file)
 
 typedef struct ricCfgParams
 {
-   uint32_t             ricId;
+   uint32_t        ricId;
    char            ricName[RIC_DU_NAME_LEN_MAX];
    RicSctpParams   sctpParams;
    Plmn            plmn;
+   Bool            ricSubsStatus;
 }RicCfgParams;
 RicCfgParams ricCfgParams; //global variable to hold all configs