From c43aea7d3395c48807040e1c89c9dbddd7609d79 Mon Sep 17 00:00:00 2001 From: gckopper <41166074+gckopper@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:11:15 -0300 Subject: [PATCH] missing new lines --- docs/RANs/srsran.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/RANs/srsran.md b/docs/RANs/srsran.md index eef6b84..4cf1a34 100644 --- a/docs/RANs/srsran.md +++ b/docs/RANs/srsran.md @@ -14,5 +14,7 @@ After building and installing srsRAN we recommend running the [srsran_performanc Watchout as srsRAN requires the bind address to be specified whenever trying to connect to an external machine. Finnaly, free5gc and OAI CN require a change in routing table of the gNB host. This change can be applied with the commands: + - Free5Gc: `sudo ip route add 10.100.200.0/24 via {external addr of the core host} dev {name of the network interface used to reach the core host}`. + - OAI CN: `sudo ip route add 10.100.200.0/26 via {external addr of the core host} dev {name of the network interface used to reach the core host}`.