Skip to content

Commit d06e1a6

Browse files
committed
ran_subnet note
Signed-off-by: Larry Peterson <[email protected]>
1 parent 7ece4ac commit d06e1a6

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

onramp/blueprints.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
3939
maintain) new Aether configurations and deployment scenarios.\ [#]_
4040
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.
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:

onramp/ref.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ the list is not comprehensive.
9191
- Description
9292
* - `core.ran_subnet`
9393
- `172.20.0.0/16`
94-
- Subnet connecting Core to RAN when gNBs run in a container; set to empty string ("") when gNBs are directly connected via `core.data_iface`.
94+
- Overlay subnet connecting Core to RAN when gNBs run in a container; set to empty string ("") when gNBs are directly connected via `core.data_iface`.
9595
* - `core.standalone`
9696
- `true`
9797
- Core to run standalone, initialized from values file; set to `false` when Core is to be initialized by ROC.
@@ -305,10 +305,10 @@ do not need to be modified for an initial deployment of a blueprint.
305305
- Description
306306
* - `172.20.0.0/16`
307307
- ``aether.ran_subnet``
308-
- Assigned to container-based gNBs connecting to the Core. Other
309-
gNB implementations connect to the Core over the subnet
310-
assigned to the server's physical interface (as defined by
311-
``core.data_iface``).
308+
- Assigned to container-based gNBs connecting to the Core via an
309+
overlay subnet. Other gNB implementations connect to the Core
310+
over the subnet assigned to the server's physical interface (as
311+
defined by ``core.data_iface``).
312312
* - `192.168.250.0/24`
313313
- ``core.upf.core_subnet``
314314
- Assigned to `core` bridge that connects UPF(s) to the Internet.

0 commit comments

Comments
 (0)