Skip to content

Commit 868db5a

Browse files
Resolve sorting issue in dict.txt
Signed-off-by: Marikkannu, Suresh <[email protected]>
1 parent 5b25658 commit 868db5a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Diff for: dict.txt

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ GiB
2525
GigE
2626
GitOps
2727
Github
28-
GNB
2928
Grafana
3029
Haswell
3130
IPMI

Diff for: onramp/blueprints.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -849,18 +849,18 @@ To deploy the srsRAN blueprint in simulation mode, run the following:
849849
$ make srsran-gnb-install
850850
$ make srsran-uesim-start
851851
852-
Multihop GNB
852+
Multihop gNB's
853853
~~~~~~~~~~~~~~~~~~~~~~
854854

855855
By default onramp uses isolated networks for the N3(ex: 192.168.252.x) and
856-
N6(ex: 192.168.250.x) interfaces. This prevents GNB(which is on different
856+
N6(ex: 192.168.250.x) interfaces. This prevents gNB(which is on different
857857
subnet and located multiple hops away) connecting to the UPF on N3 interface.
858858

859859
In order to support such deployment onramp provides an option to configure
860860
N3 IP from the same subnet as DATA_IFACE. It can be enabled by setting
861861
``core.upf.multihop_gnb: true``
862862

863-
For ex, lets say the DATA_IFACE subnet is 10.21.61.0/24 and GNB subnet
863+
For ex, lets say the DATA_IFACE subnet is 10.21.61.0/24 and gNB subnet
864864
is 10.202.1.0/24. Configure the parameters as follows,
865865

866866
.. code-block::
@@ -877,7 +877,7 @@ is 10.202.1.0/24. Configure the parameters as follows,
877877
core: "192.168.250.3"
878878
ue_ip_pool: "172.250.0.0/16"
879879
880-
In case if we need to connect multiple GNB's (GNB2 subnet: 10.203.1.0/24)
880+
In case if we need to connect multiple gNB's (gNB2 subnet: 10.203.1.0/24)
881881
from different subnet then add routes as follows
882882
in ``deps/5gc/roles/core/templates/sdcore-5g-values.yaml`` ``(if core.upf.mode: af_packet)``:
883883
in ``deps/5gc/roles/core/templates/sdcore-5g-sriov-values.yaml`` ``(if core.upf.mode: dpdk)``:

0 commit comments

Comments
 (0)