Skip to content

Commit b675c19

Browse files
committed
more capitalization tweaks
Signed-off-by: Larry Peterson <[email protected]>
1 parent 918eb01 commit b675c19

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

onramp/blueprints.rst

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ section:
536536
oai:
537537
docker:
538538
container:
539-
gNbimage: oaisoftwarealliance/oai-gnb:develop
540-
uEimage: oaisoftwarealliance/oai-nr-ue:develop
539+
gnb_image: oaisoftwarealliance/oai-gnb:develop
540+
ue_image: oaisoftwarealliance/oai-nr-ue:develop
541541
network:
542542
data_iface: ens18
543543
name: public_net
@@ -547,6 +547,7 @@ section:
547547
simulation: true
548548
gnb:
549549
conf_file: deps/oai/roles/gNb/templates/gnb.sa.band78.fr1.106PRB.usrpb210.conf
550+
ip: "172.20.0.2"
550551
ue:
551552
conf_file: deps/oai/roles/uEsimulator/templates/ue.conf
552553
@@ -557,22 +558,23 @@ a physical UE.
557558

558559
Note that instead of downloading and compiling the latest OAI
559560
software, this blueprint pulls in the published images for both the
560-
gNB and UE, corresponding to variables ``container.gNbimage`` and
561-
``container.uEimage``, respectively. If you plan to modify the OAI
562-
software, you will need to change these values accordingly. See the
563-
:doc:`Development Support </onramp/devel>` section for guidance.
561+
gNB and UE, corresponding to variables
562+
``docker.container.gnb_image`` and ``docker.container.ue_image``,
563+
respectively. If you plan to modify the OAI software, you will need to
564+
change these values accordingly. See the :doc:`Development Support
565+
</onramp/devel>` section for guidance.
564566

565567
The ``network`` block of the ``oai`` section configures the necessary
566568
tunnels so the gNB can connect to the Core's user and control planes.
567569
Variable ``network.data_iface`` needs to be modified in the same way
568570
as in the ``core`` and ``gnbsim`` sections of ``vars/main.yml``, as
569571
described throughout this Guide.
570572

571-
The path names associated with variables ``oai.gnb.conf_file`` and
572-
``oai.ue.conf_file`` are OAI-specific configuration files. The two
573+
The path names associated with variables ``gnb.conf_file`` and
574+
``ue.conf_file`` are OAI-specific configuration files. The two
573575
given by default are for simulation mode. The template directory for
574576
the ``gNb`` role also includes a configuration file for when the USRP
575-
X310 hardware is to be deployed; edit variable ``oai.gnb.conf_file``
577+
X310 hardware is to be deployed; edit variable ``gnb.conf_file``
576578
to point to that file instead. If you plan to use some other OAI
577579
configuration file, note that the following two variables in the ``AMF
578580
parameters`` section need to be modified to work with the Aether Core:
@@ -581,7 +583,7 @@ parameters`` section need to be modified to work with the Aether Core:
581583
582584
amf_ip_address = ({ ipv4 = "{{ core.amf.ip }}"; });
583585
584-
GNB_IPV4_ADDRESS_FOR_NG_AMF = "172.20.0.2/24";
586+
GNB_IPV4_ADDRESS_FOR_NG_AMF = "{{oai.gnb.ip}}/24";
585587
586588
To deploy the OAI blueprint in simulation mode, run the following:
587589

@@ -597,10 +599,10 @@ configure the USRP hardware as described in the `USRP Hardware Manual
597599
<https://files.ettus.com/manual/page_usrp_x3x0.html>`__. Of
598600
particular note, you need to select whether the device is to connect
599601
to the Aether Core using its 1-GigE or 10-GigE interface, and make
600-
sure the OAI configuration file (corresponding to ``oai.conf_file``)
602+
sure the OAI configuration file (corresponding to ``gnb.conf_file``)
601603
sets the ``sd_addrs`` variable to match the interface you select. You
602604
also need to make sure the PLMN-related values in the files specified
603-
by ``core.values_file`` and ``oai.conf_file`` (along with the SIM
605+
by ``core.values_file`` and ``gnb.conf_file`` (along with the SIM
604606
cards you burn) are consistent. Once ready, run the following Make
605607
targets:
606608

0 commit comments

Comments
 (0)