X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Frlc_utils.h;fp=src%2F5gnrrlc%2Frlc_utils.h;h=5ec43d46ad6581fb89791dcba5f631bec17f12ec;hb=2a310f38af13dafd243ef7b24d5a721ed34355b3;hp=caf2c7e9414ca1d4d5b9da0bf28895c85f40aff6;hpb=e96cb439cd4a7a6f55e3fab7caed978e38bd62b4;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/rlc_utils.h b/src/5gnrrlc/rlc_utils.h index caf2c7e94..5ec43d46a 100755 --- a/src/5gnrrlc/rlc_utils.h +++ b/src/5gnrrlc/rlc_utils.h @@ -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 ***************************************************************************/