Commit c3a7a728 authored by khadraou's avatar khadraou

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

parent ca0a6820
...@@ -425,7 +425,7 @@ typedef struct RU_proc_t_s { ...@@ -425,7 +425,7 @@ typedef struct RU_proc_t_s {
/// mutex for fep TX worker thread /// mutex for fep TX worker thread
pthread_mutex_t mutex_feptx; pthread_mutex_t mutex_feptx;
/// mutex for ru_thread /// mutex for ru_thread
pthread_mutex_t mutex_ru_thread; pthread_mutex_t mutex_ru;
/// symbol mask for IF4p5 reception per subframe /// symbol mask for IF4p5 reception per subframe
uint32_t symbol_mask[10]; uint32_t symbol_mask[10];
/// number of slave threads /// number of slave threads
...@@ -673,7 +673,8 @@ typedef enum { ...@@ -673,7 +673,8 @@ typedef enum {
RU_IDLE=0, RU_IDLE=0,
RU_CONFIG=1, RU_CONFIG=1,
RU_READY=2, RU_READY=2,
RU_RUN=3 RU_RUN=3,
RU_ERROR=4
} rru_state_t; } rru_state_t;
typedef struct RU_t_s{ typedef struct RU_t_s{
......
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