From 9367bad1a4c2b26e1628636a596f6f3dda9e01df Mon Sep 17 00:00:00 2001
From: matzakos <panagiotis.matzakos@eurecom.fr>
Date: Tue, 4 Feb 2020 13:38:07 +0100
Subject: [PATCH] Disable X2AP at gNB 217 PRBs config file to prevent segfault
 when there is no X2 link

---
 .../GENERIC-LTE-EPC/CONF/gnb.band78.tm1.217PRB.usrpn300.conf    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/gnb.band78.tm1.217PRB.usrpn300.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/gnb.band78.tm1.217PRB.usrpn300.conf
index 22df17cd9f2..b82c455ef43 100644
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/gnb.band78.tm1.217PRB.usrpn300.conf
+++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/gnb.band78.tm1.217PRB.usrpn300.conf
@@ -200,7 +200,7 @@ gNBs =
                           );
                           
     ///X2
-    enable_x2 = "yes";
+    enable_x2 = "no";
     t_reloc_prep      = 1000;      /* unit: millisecond */
     tx2_reloc_overall = 2000;      /* unit: millisecond */
     target_enb_x2_ip_address      = (
-- 
GitLab