From d6abec5162c9d93991bad875873ccdcb52952a5b Mon Sep 17 00:00:00 2001 From: gatici Date: Thu, 26 Oct 2023 12:24:53 +0300 Subject: [PATCH] feat: Adding ports table Signed-off-by: gatici --- docs/.wordlist.txt | 3 +++ docs/reference/networking.md | 22 ++++++++-------------- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/docs/.wordlist.txt b/docs/.wordlist.txt index 0a92389..7c0b48e 100644 --- a/docs/.wordlist.txt +++ b/docs/.wordlist.txt @@ -14,10 +14,12 @@ CSR gNB DN Gnbsim +gNBSIM Grafana GRPC GTP HTTPS +IP integrations Juju K8s @@ -40,6 +42,7 @@ ONOS ONF's PCF PFCP +RAN Rockcraft SBI SCTP diff --git a/docs/reference/networking.md b/docs/reference/networking.md index 510aaf9..ca7bfe5 100644 --- a/docs/reference/networking.md +++ b/docs/reference/networking.md @@ -16,20 +16,14 @@ UPF Interfaces/reference points with employed protocols: - K8s LoadBalancer (N4): Interface between the Session Management Function (SMF) and the UPF -UPF endpoints are given in the below table: +The ports given in the below tables need to be allowed in the firewalls to assure the connectivity between Control Plane, User Plane. -| **UPF PORT NAME** | **PORT NUMBER** | **PROTOCOL** | -|:------------------|:---------------------|:--------------| -| PFCP | 8805 | UDP | -| BESSD | 10514 | TCP | +Connectivity between Control Plane and User Plane: +| Protocol | Source Module | Source Port | Destination Module | Destination Port | +|----------|---------------|-------------|--------------------|------------------| +| UDP | SMF IP | 8805 | UPF IP | 8805 | +| UDP | gNBSIM IP | 2152 | UPF IP | 2152 | +| UDP | DN | 2152 | UPF IP | 2152 | +| SCTP | gNBSIM IP | 38412 | AMF IP | 38412 | - -AMF endpoints are given in the below table: - -| **AMF PORT NAME** | **PORT NUMBER** | **PROTOCOL** | -|:------------------|:--------------------|:-------------| -| NGAPP | 38412 | SCTP | -| SBI | 29518 | HTTPS | -| GRPC | 9000 | TCP | -