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