1.3 KiB
Overview of the scp model d deployment
The scp-model-d deployment is prepared to work with external gNBs, exposing:
N2control plane interface on the AMF usingSCTP port 38412N3user plane interface on the UPF usingUDP port 2152
It also exposes the MongoDB database using TCP port 27017.
This deployment builds all the Docker images for the Network Functions, because the deployment basic lacks the SCP Network Function.
The configuration for this deployment is set up to use the Model D or indirect communication with delegated discovery for the communication between the Network Functions. This form of communication makes all the Network Functions present in the 5G Core to perform the requests to the SCP and the SCP (acting like a proxy) forwards the request to the appropiate Network Function.
In Model D this includes the Network Function discovery mechanisms, so the SCP will receive the discovery request and forward it to the NRF.
More information can be read in this Ericsson White Paper about indirect communication.

