Commit 94699d4d authored by thomasl's avatar thomasl

inline not possible as external linker: must be a C language include


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6641 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent d18d0978
......@@ -47,7 +47,7 @@
#include "s1ap_eNB_defs.h"
#include "s1ap_eNB_ue_context.h"
inline int s1ap_eNB_compare_eNB_ue_s1ap_id(
int s1ap_eNB_compare_eNB_ue_s1ap_id(
struct s1ap_eNB_ue_context_s *p1, struct s1ap_eNB_ue_context_s *p2)
{
if (p1->eNB_ue_s1ap_id > p2->eNB_ue_s1ap_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