Skip to content

Commit

Permalink
Merge pull request #41 from pinoOgni/pgn/docs-fix
Browse files Browse the repository at this point in the history
docs: fixes typos in readme and in the first demo
  • Loading branch information
raoufkh committed Jun 23, 2022
2 parents cf3177e + 56597ed commit cb03316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ helm pull {replace by the name of the chart} --version --version {replace by the
In addition to the README provided in each Helm chart, the [Documentation](.) directory provides several guidelines for different implementations:
- [Setup Free5GC and test with UERANSIM](demo/Setup-free5gc-and-test-with-UERANSIM.md)
- [Setup free5gc on multiple clusters and test with UERANSIM](demo/Setup-free5gc-on-multiple-clusters-and-test-with-UERANSIM.md)
- [Setup free5gc on multiple clusters with a Kubernetes service to expose the AMF NGAP service and test with UERANSIM](demo/Setup-free5gc-with-a-Kubernetes-service-to-expose-the-AMF-NGAP-service-and-test-with-UERANSIM.md)
- [Setup free5gc on multiple clusters with ULCL mode and test with UERANSIM](demo/Setup-free5gc-on-multiple-clusters-with-ULCL-mode-and-test-with-UERANSIM.md)



Expand Down
4 changes: 2 additions & 2 deletions docs/demo/Setup-free5gc-and-test-with-UERANSIM.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ This guideline shows how to deploy the free5gc on a Kubernetes cluster and then

## Prerequisites
- A Kubernetes cluster supporting SCTP
- Kubernetrs worker nodes with kernel 5.0.0-23-generic and containing gtp5g kernel module ([required for the Free5GC UPF element](https://github.com/free5gc/free5gc/wiki/Installation#a-prerequisites)).
- Kubernetes worker nodes with kernel 5.0.0-23-generic and containing gtp5g kernel module ([required for the Free5GC UPF element](https://github.com/free5gc/free5gc/wiki/Installation#a-prerequisites)).
- [Multus-CNI](https://github.com/intel/multus-cni).
- [Helm3](https://helm.sh/docs/intro/install/).
- [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) (optional).
- A Persistent Volume (size 8Gi).
- A physical network interface on each Kubernetes node named eth0.
- A physical network interface on each Kubernetes node named eth1 to connect the UPF to the Data Network.

Note: If the names of network interfaces on your Kubernetes nodes are different from eth0 and eth1, see Networks configuration.

**Note:** If the names of network interfaces on your Kubernetes nodes are different from `eth0` and `eth1`, see [Networks configuration](#networks-configuration).

## Networks configuration
Expand Down

0 comments on commit cb03316

Please sign in to comment.