Commit df603054 authored by frtabu's avatar frtabu

reduce compilation warnings in noS1 build to try to pass CI

parent 8dd62b32
...@@ -43,10 +43,14 @@ ...@@ -43,10 +43,14 @@
# include "s1ap_eNB.h" # include "s1ap_eNB.h"
# include "sctp_eNB_task.h" # include "sctp_eNB_task.h"
# include "gtpv1u_eNB_task.h" # include "gtpv1u_eNB_task.h"
/* temporary warning removale while implementing noS1 */
/* as config option */
# else # else
# ifdef EPC_MODE_ENABLED
# undef EPC_MODE_ENABLED
# endif
# define EPC_MODE_ENABLED 0 # define EPC_MODE_ENABLED 0
# endif # endif
# include "x2ap_eNB.h" # include "x2ap_eNB.h"
# include "x2ap_messages_types.h" # include "x2ap_messages_types.h"
# define X2AP_ENB_REGISTER_RETRY_DELAY 10 # define X2AP_ENB_REGISTER_RETRY_DELAY 10
......
...@@ -85,7 +85,12 @@ ...@@ -85,7 +85,12 @@
# else # else
# include "../../S1AP/s1ap_eNB.h" # include "../../S1AP/s1ap_eNB.h"
# endif # endif
/* temporary warning removale while implementing noS1 */
/* as config option */
#else #else
# ifdef EPC_MODE_ENABLED
# undef EPC_MODE_ENABLED
# endif
# define EPC_MODE_ENABLED 0 # define EPC_MODE_ENABLED 0
#endif #endif
......
...@@ -33,7 +33,12 @@ ...@@ -33,7 +33,12 @@
# include "nas_ue_task.h" # include "nas_ue_task.h"
# include "udp_eNB_task.h" # include "udp_eNB_task.h"
# include "gtpv1u_eNB_task.h" # include "gtpv1u_eNB_task.h"
/* temporary warning removale while implementing noS1 */
/* as config option */
# else # else
# ifdef EPC_MODE_ENABLED
# undef EPC_MODE_ENABLED
# endif
# define EPC_MODE_ENABLED 0 # define EPC_MODE_ENABLED 0
# endif # endif
# if ENABLE_RAL # if ENABLE_RAL
......
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