Skip to content
Snippets Groups Projects
Commit 751a5482 authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Create new SCTP conn for all MME reg REQs

parent b1408fd3
No related branches found
No related tags found
No related merge requests found
......@@ -128,8 +128,8 @@ static void s1ap_eNB_register_mme(s1ap_eNB_instance_t *instance_p,
sizeof(*local_ip_addr));
S1AP_INFO("[eNB %d] check the mme registration state\n",instance_p->instance);
mme = s1ap_eNB_get_MME_from_instance(instance_p);
mme = NULL;
if ( mme == NULL ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment