manual: explain the PFCP port

Change-Id: I383befb226caa49e4a2577657806aef1ee11faa3
This commit is contained in:
Neels Hofmeyr 2022-08-13 02:20:03 +02:00
parent 838b53afa3
commit 8fa9ed0159
1 changed files with 15 additions and 0 deletions

View File

@ -70,6 +70,7 @@ running on the same interface:
- The SCCP/M3UA links are established by OsmoHNBGW contacting an STP.
- The MGCP link is established by OsmoHNBGW contacting an MGW.
- The PFCP link is established by OsmoHNBGW contacting a UPF.
To run multiple OsmoHNBGW instances on the same SCCP routing, each HNBGW has to
configure a distinct point-code, see <<configure_iucs_iups>>.
@ -140,3 +141,17 @@ hnbgw
mgw remote-port 2427
mgw reset-endpoint rtpbridge/*
----
==== Configure co-located User Plane Function
OsmoHNBGW optionally supports relaying the GTP user plane via a co-located UPF,
which is controlled by the PFCP protocol.
The following example configures OsmoHNBGW to associate via PFCP with a UPF,
ready to setup GTP tunnel relays.
----
hnbgw
pfcp
remote-addr 127.0.0.1
----