Commit ca0a6820 authored by khadraou's avatar khadraou

added some members to RU_proc, RU_struct, other type of msg and states for RU

parent 3f2df9bb
......@@ -669,6 +669,13 @@ typedef enum {
MAX_RU_IF_TYPES =5
} RU_if_south_t;
typedef enum {
RU_IDLE=0,
RU_CONFIG=1,
RU_READY=2,
RU_RUN=3
} rru_state_t;
typedef struct RU_t_s{
/// index of this ru
uint32_t idx;
......@@ -1475,12 +1482,6 @@ typedef enum {
RRU_stop=6
} rru_config_msg_type_t;
typedef enum {
RU_IDLE=0,
RU_CONFIG=1,
RU_READY=2,
RU_RUN=3
} rru_state_t;
typedef struct RRU_CONFIG_msg_s {
rru_config_msg_type_t type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment