[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-420] GNB-DU Configuration Query and response
[o-du/l2.git] / src / cu_stub / cu_stub.h
index 2918614..69f0954 100644 (file)
    SPutSBuf(CU_APP_MEM_REG, CU_POOL,                         \
          (Data *)_datPtr, _size);
 
+typedef enum
+{
+   IDLE,
+   ATTACH_IN_PROGRESS,
+   ACTIVE,
+   HANDOVER_IN_PROGRESS
+}UeState;
+
 typedef struct RrcVersion
 {
   uint8_t    rrcVer;     /* Latest RRC Version */
@@ -95,6 +103,7 @@ typedef struct cuUeCb
    uint8_t   gnbDuUeF1apId;
    uint8_t   gnbCuUeF1apId;
    F1apMsgDb f1apMsgDb;
+   UeState   state;
 }CuUeCb;
 
 struct cuCellCb