From 608c82e1b9602c3039002329255ef5fe6142c109 Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Tue, 17 Jan 2023 13:35:04 +0100 Subject: [PATCH] doc(release): calling the new UL/CL tutorial from list of tutorials Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- README.md | 5 +++++ docs/DEPLOY_HOME.md | 1 + 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 9680f0dc..149438f9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ <a href="https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-upf-vpp/-/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-blue" alt="License"></a> <a href="https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed/-/releases"><img alt="GitLab Release (custom instance)" src="https://img.shields.io/gitlab/v/release/oai/cn5g/oai-cn5g-fed?gitlab_url=https%3A%2F%2Fgitlab.eurecom.fr&include_prereleases&sort=semver"></a> <a href="https://releases.ubuntu.com/18.04/"><img src="https://img.shields.io/badge/OS-Ubuntu18-Green" alt="Supported OS"></a> + <a href="https://releases.ubuntu.com/20.04/"><img src="https://img.shields.io/badge/OS-Ubuntu20-Green" alt="Supported OS"></a> + <a href="https://releases.ubuntu.com/22.04/"><img src="https://img.shields.io/badge/OS-Ubuntu22-Green" alt="Supported OS"></a> <a href="https://www.redhat.com/en/enterprise-linux-8"><img src="https://img.shields.io/badge/OS-RHEL8-Green" alt="Supported OS"></a> </p> @@ -20,6 +22,7 @@ <a href="https://jenkins-oai.eurecom.fr/job/OAI-CN5G-UPF-VPP/"><img src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fjenkins-oai.eurecom.fr%2Fjob%2FOAI-CN5G-UPF-VPP%2F&label=build%20UPF-VPP"></a> <a href="https://jenkins-oai.eurecom.fr/job/OAI-CN5G-NSSF/"><img src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fjenkins-oai.eurecom.fr%2Fjob%2FOAI-CN5G-NSSF%2F&label=build%20NSSF"></a> <a href="https://jenkins-oai.eurecom.fr/job/OAI-CN5G-NEF/"><img src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fjenkins-oai.eurecom.fr%2Fjob%2FOAI-CN5G-NEF%2F&label=build%20NEF"></a> + <a href="https://jenkins-oai.eurecom.fr/job/OAI-CN5G-PCF/"><img src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fjenkins-oai.eurecom.fr%2Fjob%2FOAI-CN5G-PCF%2F&label=build%20PCF"></a> </p> <p align="center"> @@ -33,6 +36,7 @@ <a href="https://hub.docker.com/r/oaisoftwarealliance/oai-spgwu-tiny"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/oaisoftwarealliance/oai-spgwu-tiny?label=spgwu-tiny%20docker%20pulls"></a> <a href="https://hub.docker.com/r/oaisoftwarealliance/oai-nssf"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/oaisoftwarealliance/oai-nssf?label=nssf%20docker%20pulls"></a> <a href="https://hub.docker.com/r/oaisoftwarealliance/oai-nef"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/oaisoftwarealliance/oai-nef?label=nef%20docker%20pulls"></a> + <a href="https://hub.docker.com/r/oaisoftwarealliance/oai-pcf"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/oaisoftwarealliance/oai-pcf?label=pcf%20docker%20pulls"></a> </p> <h2 align="center"> @@ -55,6 +59,7 @@ At the moment, it contains the following network elements: * Network Data Analytics Function (**NWDAF**) * Unstructured Data Storage Function (**UDSF**) * Network Exposure Function (**[NEF](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-nef)**) +* Policy Control Function (**[PCF](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-pcf)**) Each has its own repository. Some of these repositories are still private, soon to be released. diff --git a/docs/DEPLOY_HOME.md b/docs/DEPLOY_HOME.md index 85580f26..1fa7edc6 100644 --- a/docs/DEPLOY_HOME.md +++ b/docs/DEPLOY_HOME.md @@ -28,6 +28,7 @@ Welcome to the tutorial home page of the OAI 5g Core project. Here you can find - [Using Docker-Compose, perform a `basic` deployment and test with `My5g-RANTester`](./DEPLOY_SA5G_WITH_My5g-RANTester.md) - [Using Docker-Compose, perform a `basic` deployment and test with `omec-gnbsim`](./DEPLOY_SA5G_WITH_OMEC_GNBSIM.md) - [Using Docker-Compose, when testing with Commercial UE, troubleshoot traffic issues](./TROUBLESHOOT_COTS_UE_TRAFFIC.md) + - [Using Docker-Compose, perform a `basic` UL/CL deployment and test with `gnbsim`](./DEPLOY_SA5G_ULCL.md) - The Developers Corner - [How to Deploy Developers Core Network and Basic Debugging](./DEBUG_5G_CORE.md) - [Advance Deployment of OAI 5G Core](./ADVANCE_DEPLOYMENT.md) -- GitLab