[ JIRA Id - ODUHIGH-573 ] Code changes upgraded to Gcc version 11.4.0
[o-du/l2.git] / src / 5gnrrlc / rlc_utils.h
index caf2c7e..5ec43d4 100755 (executable)
@@ -1218,7 +1218,7 @@ typedef struct _rlcStats
    UMRLCStats   umRlcStats;
 }RLCStats;
 
-RLCStats gRlcStats;
+extern RLCStats gRlcStats;
 
 /* kw005.201 added support for L2 Measurement */
 #ifdef LTE_L2_MEAS
@@ -1779,9 +1779,9 @@ typedef struct rlcCb
    RlcThpt    rlcThpt;   /*!< Throughput at RLC*/
 }RlcCb;
 
-RlcCb *rlcCb[MAX_RLC_INSTANCES];   /*!< RLC global control block */
+extern RlcCb *rlcCb[MAX_RLC_INSTANCES];   /*!< RLC global control block */
 
-CmLListCp *arrTputPerSnssai[DIR_BOTH]; /*Stores the address of Througput LL*/
+extern CmLListCp *arrTputPerSnssai[DIR_BOTH]; /*Stores the address of Througput LL*/
 /****************************************************************************
  *                      Declarations
  ***************************************************************************/