Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
feat: Adding ports table
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <gulsum.atici@canonical.com>
  • Loading branch information
gatici committed Oct 26, 2023
1 parent d6c5a53 commit 953cf09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
3 changes: 3 additions & 0 deletions docs/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ CSR
gNB
DN
Gnbsim
gNBSIM
Grafana
GRPC
GTP
HTTPS
IP
integrations
Juju
K8s
Expand All @@ -40,6 +42,7 @@ ONOS
ONF's
PCF
PFCP
RAN
Rockcraft
SBI
SCTP
Expand Down
22 changes: 8 additions & 14 deletions docs/reference/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 table 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 |

0 comments on commit 953cf09

Please sign in to comment.