X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Flkw.x;h=b6b4aeba916d3c60890d70165ae705e9dbb6642e;hb=64580b61ab517a3c1fc09b3e0dc32109b913b726;hp=24cebae052a9a29695b5d76d548c82c7346876cc;hpb=def50dc175cebc67238db5f1acd5ff322a2279bd;p=o-du%2Fl2.git diff --git a/src/cm/lkw.x b/src/cm/lkw.x index 24cebae05..b6b4aeba9 100755 --- a/src/cm/lkw.x +++ b/src/cm/lkw.x @@ -33,7 +33,7 @@ #define __LKW_X__ #ifdef __cplusplus -EXTERN "C" { +extern "C" { #endif /* __cplusplus */ @@ -49,7 +49,7 @@ typedef struct rlcGenCfg /* Supported by SPLIT Architecture */ uint16_t maxUdxSaps; /*!< Maximum Udx SAPs. */ /* Supported by SPLIT Architecture ends */ - Ticks timeRes; /*!< Time resolution. */ + Ticks timeRes; /*!< Time resolution. */ /* Supported by SPLIT Architecture */ uint8_t rlcMode; /*!< RLC_DL or RLC_UL */ /* Supported by SPLIT Architecture ends */ @@ -359,7 +359,7 @@ typedef struct rlcL2MeasCfmEvt #endif /* LTE_L2_MEAS */ -/* Control primitives towards LTE RLC */ +/* Control primitives towards NR RLC */ /* Pointer functions to pack/unpack primitives */ typedef uint8_t (*RlcConfigReq) ARGS((Pst *pst, RlcMngmt *cfg)); typedef uint8_t (*RlcConfigCfm) ARGS((Pst *pst, RlcMngmt *cfgCfm));