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
Branches
Tags
No related merge requests found
...@@ -129,7 +129,7 @@ static void s1ap_eNB_register_mme(s1ap_eNB_instance_t *instance_p, ...@@ -129,7 +129,7 @@ static void s1ap_eNB_register_mme(s1ap_eNB_instance_t *instance_p,
S1AP_INFO("[eNB %d] check the mme registration state\n",instance_p->instance); 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 ) { if ( mme == NULL ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment