Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
3ae4b34c
Commit
3ae4b34c
authored
Jun 10, 2014
by
gauthier
Browse files
traces
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5378
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
3459f71f
Changes
1
Show whitespace changes
Inline
Side-by-side
openair-cn/S6A/s6a_task.c
View file @
3ae4b34c
...
@@ -117,10 +117,13 @@ int s6a_init(const mme_config_t *mme_config_p)
...
@@ -117,10 +117,13 @@ int s6a_init(const mme_config_t *mme_config_p)
}
}
/* Initializing freeDiameter core */
/* Initializing freeDiameter core */
S6A_DEBUG
(
"Initializing freeDiameter core...
\n
"
);
ret
=
fd_core_initialize
();
ret
=
fd_core_initialize
();
if
(
ret
!=
0
)
{
if
(
ret
!=
0
)
{
S6A_ERROR
(
"An error occurred during freeDiameter core library initialization
\n
"
);
S6A_ERROR
(
"An error occurred during freeDiameter core library initialization
\n
"
);
return
ret
;
return
ret
;
}
else
{
S6A_DEBUG
(
"Initializing freeDiameter core done
\n
"
);
}
}
/* Set gnutls debug level ? */
/* Set gnutls debug level ? */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment