Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ def get_version():
r'https://wiki.opennetworking.org/.*',
r'https://wiki.aetherproject.org/.*',
r'https://docs.sd-core.opennetworking.org/.*',
r'https://opennetworking.org/.*',
]

linkcheck_timeout = 3
Expand Down
42 changes: 23 additions & 19 deletions onramp/blueprints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -628,11 +628,11 @@ section:
bridge:
name: rfsim5g-public
simulation: true
gnb:
conf_file: deps/oai/roles/gNb/templates/gnb.sa.band78.fr1.106PRB.usrpb210.conf
ip: "172.20.0.2"
ue:
conf_file: deps/oai/roles/uEsimulator/templates/ue.conf
servers:
0:
gnb_conf: deps/oai/roles/gNb/templates/gnb.sa.band78.fr1.106PRB.usrpb210.conf
gnb_ip: "172.20.0.2"
ue_conf: deps/oai/roles/uEsimulator/templates/ue.conf

Variable ``simulation`` is set to ``true`` by default, causing OnRamp
to deploy the simulated UE. When set to ``false``, the simulated UE
Expand All @@ -653,11 +653,14 @@ Variable ``network.data_iface`` needs to be modified in the same way
as in the ``core`` and ``gnbsim`` sections of ``vars/main.yml``, as
described throughout this Guide.

The path names associated with variables ``gnb.conf_file`` and
``ue.conf_file`` are OAI-specific configuration files. The two
Note: we can deploy multiple OAI gNB's simultaneously by adding as
many servers under ``oai.servers`` section.

The path names associated with variables ``gnb_conf`` and
``ue_conf`` are OAI-specific configuration files. The two
given by default are for simulation mode. The template directory for
the ``gNb`` role also includes a configuration file for when the USRP
X310 hardware is to be deployed; edit variable ``gnb.conf_file``
X310 hardware is to be deployed; edit variable ``gnb_conf``
to point to that file instead. If you plan to use some other OAI
configuration file, note that the following two variables in the ``AMF
parameters`` section need to be modified to work with the Aether Core:
Expand Down Expand Up @@ -786,20 +789,18 @@ section:
srsran:
docker:
container:
gnb_image: aetherproject/srsran-gnb:rel-0.0.1
ue_image: aetherproject/srsran-ue:rel-0.0.1
gnb_image: aetherproject/srsran-gnb:rel-0.4.0
ue_image: aetherproject/srsran-ue:rel-0.4.0
network:
data_iface: ens18
name: host
subnet: "172.20.0.0/16"
bridge:
name: rfsim5g-public
simulation: true
gnb:
conf_file: deps/srsran/roles/gNB/templates/gnb_zmq.conf
ip: "172.20.0.2"
ue:
conf_file: deps/srsran/roles/uEsimulator/templates/ue_zmq.conf
servers:
0:
gnb_conf: deps/srsran/roles/gNB/templates/gnb_zmq.conf
gnb_ip: "172.20.0.2"
ue_conf: deps/srsran/roles/uEsimulator/templates/ue_zmq.conf

Variable ``simulation`` is set to ``true`` by default, causing OnRamp
to deploy the simulated UE. When set to ``false``, the simulated UE
Expand All @@ -816,10 +817,13 @@ change these values accordingly. See the :doc:`Development Support
The ``network`` block of the ``srsran`` section configures the necessary
tunnels so the gNB can connect to the Core's user and control planes.

The path names associated with variables ``gnb.conf_file`` and
``ue.conf_file`` are srsRAN-specific configuration files. The two
The path names associated with variables ``gnb_conf`` and
``ue_conf`` are srsRAN-specific configuration files. The two
given by default are for simulation mode.

Note: we can deploy multiple srsRAN gNB's simultaneously by adding
as many servers under ``srsran.servers`` section.

The ``core`` section of ``vars/main.yml`` is similar to that used in
other blueprints, with two variable settings of note. First,
set ``ran_subnet`` to proper ran subnet as per your setup.
Expand Down
2 changes: 1 addition & 1 deletion onramp/directory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Helm Charts

| https://charts.aetherproject.org
| https://charts.onosproject.org
| https://charts.atomix.io
| https://atomix.github.io/charts.atomix.io
| https://sdrancharts.onosproject.org
| https://charts.rancher.io/

Expand Down