Added code for MAC-PHY interface, DU_APP, F1AP, SCTP and CU stub
[o-du/l2.git] / src / cm / lrg.x
index 77fdce6..b1fce63 100755 (executable)
@@ -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;