Skip to content

Commit b53c192

Browse files
authored
Merge pull request #16 from opennetworkinglab/maintenance
Maintenance
2 parents c38e26c + 918eb01 commit b53c192

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

onramp/blueprints.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,9 @@ The blueprint includes the following:
504504
mode) the UE. As with gNBsim, ``[oai_nodes]`` can identify the same
505505
server as Kubernetes (where the 5G Core runs). Another possible
506506
configuration is to co-locate the gNB and UE on one server, with the
507-
5G Core running on a separate server. (Although not required in
507+
5G Core running on a separate server. (Although not necessary in
508508
principle, the current playbooks require the gNB and simulated UE be
509-
co-located on the same server.)
509+
located on the same server.)
510510

511511
* New make targets, ``oai-gnb-install`` and ``oai-gnb-uninstall``, to
512512
be executed along with the standard SD-Core installation (see below).
@@ -546,9 +546,9 @@ section:
546546
name: rfsim5g-public
547547
simulation: true
548548
gnb:
549-
conf_file: deps/aether-oai/roles/gNb/templates/gnb.sa.band78.fr1.106PRB.usrpb210.conf
549+
conf_file: deps/oai/roles/gNb/templates/gnb.sa.band78.fr1.106PRB.usrpb210.conf
550550
ue:
551-
conf_file: deps/aether-oai/roles/uEsimulator/templates/ue.conf
551+
conf_file: deps/oai/roles/uEsimulator/templates/ue.conf
552552
553553
Variable ``simulation`` is set to ``true`` by default, causing OnRamp
554554
to deploy the simulated UE. When set to ``false``, the simulated UE

0 commit comments

Comments
 (0)