X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fcm%2Flrg.x;h=b1fce636a9613ba0e4d5dfb50340a4a1dc0c3fdc;hb=829bbd114f1c3dc00c1da47bca0a8207c049df3f;hp=77fdce6e05c567dd861b14b67c09d5f66ebd3288;hpb=9ffd4692faec97b8457ef0428549b7bfa7a6bb82;p=o-du%2Fl2.git diff --git a/src/cm/lrg.x b/src/cm/lrg.x index 77fdce6e0..b1fce636a 100755 --- a/src/cm/lrg.x +++ b/src/cm/lrg.x @@ -34,6 +34,8 @@ #ifndef __LRGX__ #define __LRGX__ +#include "lcl.h" + /* ccpu00121930 : ADD: c++ support*/ #ifdef __cplusplus extern "C" { @@ -176,6 +178,7 @@ typedef struct rgCfg RgUpSapCfg crgSap; /*!< CRG interface SAP */ RgLowSapCfg tfuSap; /*!< TFU interface SAP */ RgSchInstCfg schInstCfg;/*!< General Configuration for scheduler instances */ + ClCellCfg cellCfg; }s; }RgCfg;