X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcm_lte.x;h=8788e11e03e334aa13360f45fb5f63812ec5575e;hb=49856df248fd976b4a9882ca4e650fc0bc3e4ee3;hp=0c6a3a77692c9988e5ea1e4090d0ed770cfd21cc;hpb=65443172dd60a6ea312bd3a15959dbf54ad7f045;p=o-du%2Fl2.git diff --git a/src/cm/cm_lte.x b/src/cm/cm_lte.x index 0c6a3a776..8788e11e0 100755 --- a/src/cm/cm_lte.x +++ b/src/cm/cm_lte.x @@ -37,22 +37,22 @@ #include /* Packing Defines */ -#define cmPkLteRbId oduUnpackUInt8 -#define cmPkLteRnti oduUnpackUInt16 -#define cmPkLteCellId oduUnpackUInt16 -#define cmPkLteRlcMode oduUnpackUInt8 -#define cmPkLteLcId oduUnpackUInt8 -#define cmPkLteLcType oduUnpackUInt8 -#define cmPkLteAggrLvl oduUnpackUInt32 +#define cmPkLteRbId oduPackUInt8 +#define cmPkLteRnti oduPackUInt16 +#define cmPkLteCellId oduPackUInt16 +#define cmPkLteRlcMode oduPackUInt8 +#define cmPkLteLcId oduPackUInt8 +#define cmPkLteLcType oduPackUInt8 +#define cmPkLteAggrLvl oduPackUInt32 /* Unpacking Defines */ -#define cmUnpkLteRbId oduPackUInt8 -#define cmUnpkLteRnti oduPackUInt16 -#define cmUnpkLteCellId oduPackUInt16 -#define cmUnpkLteRlcMode oduPackUInt8 -#define cmUnpkLteLcId oduPackUInt8 -#define cmUnpkLteLcType oduPackUInt8 -#define cmUnpkLteAggrLvl oduPackUInt32 +#define cmUnpkLteRbId oduUnpackUInt8 +#define cmUnpkLteRnti oduUnpackUInt16 +#define cmUnpkLteCellId oduUnpackUInt16 +#define cmUnpkLteRlcMode oduUnpackUInt8 +#define cmUnpkLteLcId oduUnpackUInt8 +#define cmUnpkLteLcType oduUnpackUInt8 +#define cmUnpkLteAggrLvl oduUnpackUInt32 #define MAX_POOL_SIZE 6 /*!< Maximum pool size */ #define MAX_REGION_SIZE 5 /*!< Maximum Region size */ @@ -271,7 +271,7 @@ typedef struct cmTtiProc uint32_t phyReptTtiStretchCount; }CmTtiProc; -CmTtiProc ttiProc; +extern CmTtiProc ttiProc; Void cmUpdateTtiCounters(uint32_t ttiProcessingTime); Void cmResetTtiCounters(Void);