X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcm_lte.x;h=b2470afa46b737d29448a60b6da51fd25640a1f4;hb=4d45b914f9e94203603d3b9fdbcb1aad361301dd;hp=386da427a51d8affaabf40c49f5d73a1fcdf9bf1;hpb=6b44407d464a5a4e060999255233a7cfe78bb0fa;p=o-du%2Fl2.git diff --git a/src/cm/cm_lte.x b/src/cm/cm_lte.x index 386da427a..b2470afa4 100755 --- a/src/cm/cm_lte.x +++ b/src/cm/cm_lte.x @@ -37,22 +37,22 @@ #include /* Packing Defines */ -#define cmPkLteRbId SPkU8 -#define cmPkLteRnti SPkU16 -#define cmPkLteCellId SPkU16 -#define cmPkLteRlcMode SPkU8 -#define cmPkLteLcId SPkU8 -#define cmPkLteLcType SPkU8 -#define cmPkLteAggrLvl SPkU32 +#define cmPkLteRbId oduUnpackUInt8 +#define cmPkLteRnti oduUnpackUInt16 +#define cmPkLteCellId oduUnpackUInt16 +#define cmPkLteRlcMode oduUnpackUInt8 +#define cmPkLteLcId oduUnpackUInt8 +#define cmPkLteLcType oduUnpackUInt8 +#define cmPkLteAggrLvl oduUnpackUInt32 /* Unpacking Defines */ -#define cmUnpkLteRbId SUnpkU8 -#define cmUnpkLteRnti SUnpkU16 -#define cmUnpkLteCellId SUnpkU16 -#define cmUnpkLteRlcMode SUnpkU8 -#define cmUnpkLteLcId SUnpkU8 -#define cmUnpkLteLcType SUnpkU8 -#define cmUnpkLteAggrLvl SUnpkU32 +#define cmUnpkLteRbId oduPackUInt8 +#define cmUnpkLteRnti oduPackUInt16 +#define cmUnpkLteCellId oduPackUInt16 +#define cmUnpkLteRlcMode oduPackUInt8 +#define cmUnpkLteLcId oduPackUInt8 +#define cmUnpkLteLcType oduPackUInt8 +#define cmUnpkLteAggrLvl oduPackUInt32 #define MAX_POOL_SIZE 6 /*!< Maximum pool size */ #define MAX_REGION_SIZE 5 /*!< Maximum Region size */