Commit d18d0978 authored by thomasl's avatar thomasl

inline is not possible as liner task: this must be included at C level



git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6640 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 730ca097
......@@ -44,7 +44,7 @@ s1ap_eNB_internal_data_t s1ap_eNB_internal_data;
RB_GENERATE(s1ap_mme_map, s1ap_eNB_mme_data_s, entry, s1ap_eNB_compare_assoc_id);
inline int s1ap_eNB_compare_assoc_id(
int s1ap_eNB_compare_assoc_id(
struct s1ap_eNB_mme_data_s *p1, struct s1ap_eNB_mme_data_s *p2)
{
if (p1->assoc_id == -1) {
......
......@@ -30,7 +30,7 @@
#ifndef S1AP_ENB_MANAGEMENT_PROCEDURES_H_
#define S1AP_ENB_MANAGEMENT_PROCEDURES_H_
inline struct s1ap_eNB_mme_data_s *s1ap_eNB_get_MME(
struct s1ap_eNB_mme_data_s *s1ap_eNB_get_MME(
s1ap_eNB_instance_t *instance_p,
int32_t assoc_id, uint16_t cnx_id);
......
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