From 751a54820bce9fe730512892a973975dc813987e Mon Sep 17 00:00:00 2001
From: Robert Schmidt <robert.schmidt@eurecom.fr>
Date: Tue, 24 Jul 2018 13:15:59 +0200
Subject: [PATCH] Create new SCTP conn for all MME reg REQs

---
 openair3/S1AP/s1ap_eNB.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openair3/S1AP/s1ap_eNB.c b/openair3/S1AP/s1ap_eNB.c
index 91da0f06f7..4a4f947101 100644
--- a/openair3/S1AP/s1ap_eNB.c
+++ b/openair3/S1AP/s1ap_eNB.c
@@ -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 ) {
 
-- 
GitLab