Commit 730ca097 authored by thomasl's avatar thomasl

fix "inline" not working as external function (inline only supposed to be in...

fix "inline" not working as external function (inline only supposed to be in the same source or in the .h)



git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6639 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a6db3905
......@@ -86,7 +86,7 @@ void s1ap_eNB_insert_new_instance(s1ap_eNB_instance_t *new_instance_p)
new_instance_p, s1ap_eNB_entries);
}
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