@@ -502,11 +502,11 @@ The blueprint includes the following:
502
502
* Inventory file ``hosts.ini `` uses label ``[oai_gnb_nodes] `` to
503
503
denote the server(s) that host the gNB and label ``[oai_ue_nodes] ``
504
504
to denote the server(s) that host the UE. (The latter is necessary
505
- only when running in simulation mode.) One common configuration is
505
+ only when running in simulation mode.) The expected configuration is
506
506
to run both the gNB and UE on the same server as Kubernetes (where
507
- the 5G Core runs). Another common common configuration is to
508
- co-locate the gNB and UE on one server, with the 5G Core running on
509
- a separate server.
507
+ the 5G Core runs). Another possible configuration is to co-locate
508
+ the gNB and UE on one server, with the 5G Core running on a separate
509
+ server.
510
510
511
511
* New make targets, ``oai-gnb-install `` and ``oai-gnb-uninstall ``, to
512
512
be executed along with the standard SD-Core installation (see below).
@@ -596,12 +596,13 @@ To deploy the OAI blueprint with a physical gNB and UE, first
596
596
configure the USRP hardware as described in the `USRP Hardware Manual
597
597
<https://files.ettus.com/manual/page_usrp_x3x0.html> `__. Of
598
598
particular note, you need to select whether the device is to connect
599
- to the Aether Core using its 1G or 10G interface, and make sure the
600
- OAI configuration file (corresponding to ``oai.conf_file ``) sets the
601
- ``sd_addrs `` variable to match the interface you select. You also need
602
- to make sure the PLMN-related values in the files specified by
603
- ``core.values_file `` and ``oai.conf_file `` (along with the SIM cards
604
- you burn) are consistent. Once ready, run the following Make targets:
599
+ 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 ``)
601
+ sets the ``sd_addrs `` variable to match the interface you select. You
602
+ 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
604
+ cards you burn) are consistent. Once ready, run the following Make
605
+ targets:
605
606
606
607
.. code-block ::
607
608
0 commit comments