Skip to content
Snippets Groups Projects
Commit ca0a6820 authored by Younes Khadraoui's avatar Younes Khadraoui
Browse files

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

parent 3f2df9bb
No related branches found
No related tags found
4 merge requests!650Release v1.1.0 Candidate,!617Develop: Integration 2019 Week 25,!588Develop nr merge,!576Multi-RU support and OTA Synch/Calibration for TDD
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment