@@ -34,11 +34,12 @@ Ansible components:
3434 pipelines are defined by Groovy scripts, and can be found in the
3535 ``aether-jenkins `` repo.
3636
37- The goal of establishing a well-defined procedure for adding new
38- blueprints to OnRamp is to encourage the community to contribute (and
37+ The above list also establishes the requirements for adding new
38+ blueprints to OnRamp. The community is to encourage to contribute (and
3939maintain) new Aether configurations and deployment scenarios.\ [# ]_
4040The rest of this section documents community-contributed blueprints
41- to-date.
41+ to-date; the concluding subsection gives a set of guidelines for
42+ creating new blueprints.
4243
4344.. [# ] Not all possible configurations of Aether require a
4445 blueprint. There are other ways to add variability, for
@@ -72,7 +73,7 @@ The Multi-UPF blueprint includes the following:
7273 :doc: `Emulated RAN </onramp/gnbsim >` section. Minimally,
7374 SD-Core runs on one server and gNBsim runs on a second server.
7475 (The Quick Start deployment, with both SD-Core and gNBsim running
75- in the same server, also works .)
76+ in the same server, may also work, but is not actively maintained .)
7677
7778* New make targets, ``5gc-upf-install `` and ``5gc-upf-uninstall ``, to
7879 be executed after the standard SD-Core installation. The blueprint
@@ -186,7 +187,7 @@ the emulation, type:
186187
187188.. code-block ::
188189
189- $ make gnbsim-simulator- run
190+ $ make gnbsim-run
190191
191192 To verify that both UPFs were functional, you will need to look at the
192193``summary.log `` file from both instances of gNBsim:
0 commit comments