X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_stub.h;h=08cb36b0ff346953d1b8c8eb2a1e86f91b5a3a78;hb=57b70bdb263c6f9b46a0572c3ea7ee9571eb2e48;hp=a0239a4de8dfc6a8e70f55541170c33c2903996d;hpb=b4e352a998576ab71aa74eb8b970f0ba39b471af;p=o-du%2Fl2.git diff --git a/src/cu_stub/cu_stub.h b/src/cu_stub/cu_stub.h index a0239a4de..08cb36b0f 100644 --- a/src/cu_stub/cu_stub.h +++ b/src/cu_stub/cu_stub.h @@ -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