[Epic-ID: ODUHIGH-463][Task-ID: ODUHIGH-496] Dummy Xn Setup Request/Response
[o-du/l2.git] / src / cu_stub / cu_stub.h
index a0239a4..08cb36b 100644 (file)
@@ -112,6 +112,13 @@ typedef enum
   Inter_DU_HO
 }HandoverType;
 
+typedef enum
+{
+   XN_SETUP_REQ,
+   XN_SETUP_RSP,
+   HO_REQ
+}XnEventType;
+
 typedef enum
 {
    CELL_INACTIVE,
@@ -145,8 +152,9 @@ typedef struct cuCfgParams
 
 typedef struct handoverInfo
 {
-   uint32_t sourceDuId;
-   uint32_t targetDuId;
+   HandoverType HOType;
+   uint32_t sourceId;   /* If Inter_DU HO, this is Source DU ID. In case of Inter CU HO, this is Source CU ID */
+   uint32_t targetId;   /* If Inter_DU HO, this is Taregt DU ID. In case of Inter CU HO, this is Target CU ID */
 }HandoverInfo;
 
 typedef struct dlAmCfg