@@ -34,11 +34,12 @@ Ansible components:
34
34
pipelines are defined by Groovy scripts, and can be found in the
35
35
``aether-jenkins `` repo.
36
36
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
39
39
maintain) new Aether configurations and deployment scenarios.\ [# ]_
40
40
The 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.
42
43
43
44
.. [# ] Not all possible configurations of Aether require a
44
45
blueprint. There are other ways to add variability, for
@@ -72,7 +73,7 @@ The Multi-UPF blueprint includes the following:
72
73
:doc: `Emulated RAN </onramp/gnbsim >` section. Minimally,
73
74
SD-Core runs on one server and gNBsim runs on a second server.
74
75
(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 .)
76
77
77
78
* New make targets, ``5gc-upf-install `` and ``5gc-upf-uninstall ``, to
78
79
be executed after the standard SD-Core installation. The blueprint
@@ -186,7 +187,7 @@ the emulation, type:
186
187
187
188
.. code-block ::
188
189
189
- $ make gnbsim-simulator- run
190
+ $ make gnbsim-run
190
191
191
192
To verify that both UPFs were functional, you will need to look at the
192
193
``summary.log `` file from both instances of gNBsim:
0 commit comments