X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Flrg.x;h=b56bdb000a37d316f321d41dd354942883f89403;hb=18fbca81feebe0cf45f205c1c580c574741292b0;hp=6480fcd8d87f8819e7ff008e3cf31159649910a9;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/src/cm/lrg.x b/src/cm/lrg.x index 6480fcd8d..b56bdb000 100755 --- a/src/cm/lrg.x +++ b/src/cm/lrg.x @@ -34,7 +34,6 @@ #ifndef __LRGX__ #define __LRGX__ -#include "lcl.h" /* ccpu00121930 : ADD: c++ support*/ #ifdef __cplusplus @@ -178,7 +177,6 @@ typedef struct rgCfg RgUpSapCfg crgSap; /*!< CRG interface SAP */ RgLowSapCfg tfuSap; /*!< TFU interface SAP */ RgSchInstCfg schInstCfg;/*!< General Configuration for scheduler instances */ - ClCellCfg cellCfg; }s; }RgCfg;