Skip to content

Commit

Permalink
missing new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gckopper committed Sep 2, 2024
1 parent 21dc698 commit c43aea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/RANs/srsran.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}`.

0 comments on commit c43aea7

Please sign in to comment.