Commit dd986eae authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5914 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ae0797d3
......@@ -107,13 +107,13 @@ int s6a_init(const mme_config_t *mme_config_p)
memset(&s6a_fd_cnf, 0, sizeof(s6a_fd_cnf_t));
if (strcmp(fd_core_version(), FREE_DIAMETER_MINIMUM_VERSION) != 0) {
S6A_ERROR("Freediameter version %s fount, expecting %s\n", fd_core_version(),
/*if (strcmp(fd_core_version(), FREE_DIAMETER_MINIMUM_VERSION) != 0) {
S6A_ERROR("Freediameter version %s found, expecting %s\n", fd_core_version(),
FREE_DIAMETER_MINIMUM_VERSION);
return -1;
} else {
S6A_DEBUG("Freediameter version %s\n", fd_core_version());
}
}*/
/* Initializing freeDiameter core */
......
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