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 27, 2023
1 parent d6c5a53 commit dda8fb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 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: 7 additions & 15 deletions docs/reference/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,12 @@ 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:
Connectivity between Control Plane, User Plane and RAN Network:

| **UPF PORT NAME** | **PORT NUMBER** | **PROTOCOL** |
|:------------------|:---------------------|:--------------|
| PFCP | 8805 | UDP |
| BESSD | 10514 | TCP |
| Protocol | Source Module | Source Port | Destination Module | Destination Port |
|----------|---------------|-------------|--------------------|------------------|
| UDP | SMF | 8805 | UPF | 8805 |
| UDP | gNBSIM | 2152 | UPF | 2152 |
| UDP | DN | 2152 | UPF | 2152 |
| SCTP | gNBSIM | 38412 | AMF | 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 dda8fb1

Please sign in to comment.