@@ -100,7 +100,8 @@ To use Multi-UPF, first copy the vars file to ``main.yml``:
100
100
$ cp main-upf.yml main.yml
101
101
102
102
Then edit ``hosts.ini `` and ``vars/main.yml `` to match your local
103
- target servers, and deploy the base system (as in previous sections):
103
+ target servers, and deploy the base system (as in previous sections).
104
+ You can also optionally install the monitoring subsystem.
104
105
105
106
.. code-block ::
106
107
@@ -110,13 +111,13 @@ target servers, and deploy the base system (as in previous sections):
110
111
$ make 5gc-install
111
112
$ make gnbsim-install
112
113
113
- You can also optionally install the monitoring subsystem. Note that
114
- because ``main.yml `` sets ``core.standalone: "false" ``, any models
115
- loaded into ROC are automatically applied to SD-Core.
114
+ Note that because ``main.yml `` sets ``core.standalone: "false" ``, any
115
+ models loaded into ROC are automatically applied to SD-Core.
116
116
117
117
At this point you are ready to bring up additional UPFs and bind them
118
- to specific slices and devices. This involves first editing the
119
- ``upf `` block in the ``core `` section of ``vars/main.yml ``:
118
+ to specific slices and devices. An example configuration that brings
119
+ up second UPF is included in the ``upf `` block in the ``core `` section
120
+ of ``vars/main.yml ``:
120
121
121
122
.. code-block ::
122
123
@@ -142,8 +143,8 @@ As shown above, one additional UPF is enabled (beyond ``upf-0`` that
142
143
already came up as part of SD-Core), with the spec for yet another UPF
143
144
commented out. In this example configuration, each UPF is assigned a
144
145
subnet on the ``access `` and ``core `` bridges, along with the IP
145
- address pool for UEs that the UPF serves. Once done with the edits ,
146
- launch the new UPF(s) by typing :
146
+ address pool for UEs that the UPF serves. To launch this second UPF ,
147
+ type :
147
148
148
149
.. code-block ::
149
150
@@ -184,6 +185,15 @@ the emulation, type:
184
185
185
186
$ make gnbsim-simulator-run
186
187
188
+ To verify that both UPFs were functional, you will need to look at the
189
+ ``summary.log `` file from both instances of gNBsim:
190
+
191
+ .. code-block ::
192
+
193
+ $ docker exec -it gnbsim-1 cat summary.log
194
+ $ docker exec -it gnbsim-2 cat summary.log
195
+
196
+
187
197
SD-RAN
188
198
~~~~~~~~~~~~~~~~~~~~~~
189
199
0 commit comments