Commit b670354c authored by winckel's avatar winckel

Fixd some warnings.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4584 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 0e822b0a
...@@ -43,9 +43,6 @@ ...@@ -43,9 +43,6 @@
s1ap_eNB_internal_data_t s1ap_eNB_internal_data; s1ap_eNB_internal_data_t s1ap_eNB_internal_data;
static int s1ap_eNB_generate_s1_setup_request(
s1ap_eNB_instance_t *instance_p, s1ap_eNB_mme_data_t *s1ap_mme_data_p);
RB_GENERATE(s1ap_mme_map, s1ap_eNB_mme_data_s, entry, s1ap_eNB_compare_assoc_id); RB_GENERATE(s1ap_mme_map, s1ap_eNB_mme_data_s, entry, s1ap_eNB_compare_assoc_id);
inline int s1ap_eNB_compare_assoc_id( inline int s1ap_eNB_compare_assoc_id(
......
...@@ -36,12 +36,13 @@ ...@@ -36,12 +36,13 @@
* @ingroup _sctp * @ingroup _sctp
*/ */
#include <stdio.h>
#include <stdint.h>
#ifndef SCTP_COMMON_H_ #ifndef SCTP_COMMON_H_
#define SCTP_COMMON_H_ #define SCTP_COMMON_H_
#include <stdio.h>
#include <stdint.h>
#include <sys/socket.h>
#if defined(ENB_MODE) #if defined(ENB_MODE)
# include "UTIL/LOG/log.h" # include "UTIL/LOG/log.h"
# define SCTP_ERROR(x, args...) LOG_E(SCTP, x, ##args) # define SCTP_ERROR(x, args...) LOG_E(SCTP, x, ##args)
......
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