@@ -253,35 +253,35 @@ example ``ens18`` interface for illustrative purposes:
253
253
.. code-block ::
254
254
255
255
$ sudo tcpdump -i any sctp -w sctp-test.pcap
256
- $ sudo tcpdump -i ens18 port 2152 -w gtp -outside.pcap
257
- $ sudo tcpdump -i access port 2152 -w gtp -inside.pcap
256
+ $ sudo tcpdump -i ens18 port 2152 -w n3 -outside.pcap
257
+ $ sudo tcpdump -i access port 2152 -w n3 -inside.pcap
258
258
$ sudo tcpdump -i core net 172.250.0.0/16 -w n6-inside.pcap
259
259
$ sudo tcpdump -i ens18 net 172.250.0.0/16 -w n6-outside.pcap
260
260
261
261
The first trace, saved in file ``sctp.pcap ``, captures SCTP packets
262
262
sent to establish the control path between the base station and the
263
- Mobile Core (i.e., N2 messages ). Toggling "Mobile Data" on a physical
264
- UE, for example by turning Airplane Mode off and on, will generate the
265
- relevant control plane traffic; gNBsim automatically triggers this
266
- activity.
263
+ Mobile Core (over the ** N2 ** interface ). Toggling "Mobile Data" on a
264
+ physical UE, for example by turning Airplane Mode off and on, will
265
+ generate the relevant control plane traffic; gNBsim automatically
266
+ triggers this activity.
267
267
268
- The second and third traces, saved in files ``gtp -outside.pcap `` and
269
- ``gtp -inside.pcap ``, respectively, capture GTP packets (tunneled
268
+ The second and third traces, saved in files ``n3 -outside.pcap `` and
269
+ ``n3 -inside.pcap ``, respectively, capture GTP packets (tunneled
270
270
through port ``2152 `` ) on the RAN side of the UPF. Setting the
271
271
interface to ``ens18 `` corresponds to "outside" the UPF and setting
272
272
the interface to ``access `` corresponds to "inside" the UPF. Running
273
- ``ping `` from a physical UE will generate the relevant user plane (N3)
274
- traffic ; gNBsim automatically triggers this activity.
273
+ ``ping `` from a physical UE will generate the relevant user plane traffic
274
+ (over the ** N3 ** interface) ; gNBsim automatically triggers this activity.
275
275
276
276
Similarly, the fourth and fifth traces, saved in files
277
277
``n6-inside.pcap `` and ``n6-outside.pcap ``, respectively, capture IP
278
- packets on the Internet side of the UPF (which is known as the **N6 **
279
- interface in 3GPP). In these two tests, ``net 172.250.0.0/16 ``
280
- corresponds to the IP addresses assigned to UEs by the SMF. Running
281
- `` ping `` from a physical UE will generate the relevant user plane
282
- traffic; gNBsim automatically triggers this activity.
278
+ packets on the Internet side of the UPF (over the **N6 ** interface).
279
+ In these two tests, ``net 172.250.0.0/16 `` corresponds to the IP
280
+ addresses assigned to UEs by the SMF. Running `` ping `` from a physical
281
+ UE will generate the relevant user plane traffic; gNBsim automatically
282
+ triggers this activity.
283
283
284
- If the ``gtp -outside.pcap `` has packets and the ``gtp -inside.pcap ``
284
+ If the ``n3 -outside.pcap `` has packets and the ``n3 -inside.pcap ``
285
285
is empty (no packets captured), you may run the following commands
286
286
to make sure packets are forwarded from the ``ens18 `` interface
287
287
to the ``access `` interface and vice versa:
0 commit comments