CU testing fixes
[o-du/l2.git] / src / cm / common_def.h
index 9f4fc7c..b01b823 100644 (file)
@@ -166,7 +166,7 @@ typedef struct PlmnIdentity
 typedef enum
 {
    UE_CFG_INACTIVE,
-   UE_CONFIG_COMPLETE,
+   UE_CREATE_COMPLETE,
    UE_RECFG_COMPLETE
 }UeCfgState;
 
@@ -180,6 +180,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