Commit 6e3f57cb authored by Younes's avatar Younes

added msg type RRU_sync

parent 58948310
...@@ -1481,7 +1481,8 @@ typedef enum { ...@@ -1481,7 +1481,8 @@ typedef enum {
RRU_MSG_max_num=3, RRU_MSG_max_num=3,
RRU_config_ok=4, RRU_config_ok=4,
RRU_start=5, RRU_start=5,
RRU_stop=6 RRU_stop=6,
RRU_sync_ok=7
} rru_config_msg_type_t; } rru_config_msg_type_t;
......
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