X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcommon_def.h;h=a39917e712c25a82effc5af330d26ab045af4728;hb=27d8d877e837c2879a452538cdbe81afe48bed62;hp=9f4fc7cafa8d31bd94773efd4ceca5ff341220bd;hpb=7c6820e987fadb1102e5891408ad33a8ce36ba95;p=o-du%2Fl2.git diff --git a/src/cm/common_def.h b/src/cm/common_def.h index 9f4fc7caf..a39917e71 100644 --- a/src/cm/common_def.h +++ b/src/cm/common_def.h @@ -103,6 +103,7 @@ #define ODU_SEGMENT_MSG SSegMsg #define ODU_CAT_MSG SCatMsg #define ODU_GET_PROCID SFndProcId +#define ODU_SET_THREAD_AFFINITY SSetAffinity #define GET_UE_IDX( _crnti,_ueIdx) \ { \ @@ -166,7 +167,7 @@ typedef struct PlmnIdentity typedef enum { UE_CFG_INACTIVE, - UE_CONFIG_COMPLETE, + UE_CREATE_COMPLETE, UE_RECFG_COMPLETE }UeCfgState; @@ -180,6 +181,7 @@ typedef enum void freqDomRscAllocType0(uint16_t startPrb, uint16_t prbSize, uint8_t *freqDomain); void oduCpyFixBufToMsg(uint8_t *fixBuf, Buffer *mBuf, uint16_t len); +uint8_t buildPlmnId(Plmn plmn, uint8_t *buf); #endif