From 17263a9aaa739afb29ff68930365b44a9c1c883a Mon Sep 17 00:00:00 2001 From: NMSVishal Date: Tue, 6 Aug 2024 16:02:04 +0530 Subject: [PATCH 1/4] Update o-ran-integration.md Added NFO REST API details which are used for OAI NF deployments. --- .../network-architecture/o-ran-integration.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/content/en/docs/network-architecture/o-ran-integration.md b/content/en/docs/network-architecture/o-ran-integration.md index 36e7f4ee..07fbefc0 100644 --- a/content/en/docs/network-architecture/o-ran-integration.md +++ b/content/en/docs/network-architecture/o-ran-integration.md @@ -123,7 +123,26 @@ NF Deployment Lifecycle Management services implemented using Nephio capabilitie {{% alert title="Note" color="primary" %}} In R3 Nephio use cases and component architectures have been defined for the Deploy O-RAN NF use case. +In R3 ,NFO supports OAI O-RAN NF deployments using below REST API's. +## input will be packagevariant of OAI NF. +##### NFO API For OAI DU NF Deployment: + + POST: BASE_URL/nfo/api/v1/operator/du/ + GET: BASE_URL/nfo/api/v1/operator/du/ + DELETE: BASE_URL/nfo/api/v1/operator/du/ + +##### NFO API For OAI CU_CP NF Deployment: + + POST: BASE_URL/nfo/api/v1/operator/cucp/ + GET: BASE_URL/nfo/api/v1/operator/cucp/ + DELETE: BASE_URL/nfo/api/v1/operator/cucp/ + +##### NFO API For OAI CU_UP NF Deployment: + + POST: BASE_URL/nfo/api/v1/operator/cuup/ + GET: BASE_URL/nfo/api/v1/operator/cuup/ + DELETE: BASE_URL/nfo/api/v1/operator/cuup/ {{% /alert %}} ##### Deploy O-RAN NF From 3d185182c451885287e9057fc0939f53d6ad6c75 Mon Sep 17 00:00:00 2001 From: NMSVishal Date: Thu, 14 Nov 2024 13:50:27 +0530 Subject: [PATCH 2/4] Update o-ran-integration.md Added missing details --- content/en/docs/network-architecture/o-ran-integration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/docs/network-architecture/o-ran-integration.md b/content/en/docs/network-architecture/o-ran-integration.md index 07fbefc0..1ec479d9 100644 --- a/content/en/docs/network-architecture/o-ran-integration.md +++ b/content/en/docs/network-architecture/o-ran-integration.md @@ -109,7 +109,8 @@ As of this release, the O-RAN Alliance has not specified O2ims provisioning inte The primary role of the NFO and DMS services is to provide for the lifecycle management of the cloud deployments for O-RAN NFs. These services have identified the following O-Cloud capabilities that are planned to be developed using Nephio capabilities: - NF Deployment Lifecycle Management - +- NF Termination Lifecycle Management +- #### NF Deployment Lifecycle Management ##### Introduction @@ -123,7 +124,8 @@ NF Deployment Lifecycle Management services implemented using Nephio capabilitie {{% alert title="Note" color="primary" %}} In R3 Nephio use cases and component architectures have been defined for the Deploy O-RAN NF use case. -In R3 ,NFO supports OAI O-RAN NF deployments using below REST API's. +In R3 ,NFO supports OAI O-RAN(OCU-CP,OCU-UP,ODU) NF deployments using below REST API's. + ## input will be packagevariant of OAI NF. ##### NFO API For OAI DU NF Deployment: From 65e5b1f700c2c4b2ad8e477b151102cbdd104169 Mon Sep 17 00:00:00 2001 From: NMSVishal Date: Thu, 21 Nov 2024 16:25:06 +0530 Subject: [PATCH 3/4] Update content/en/docs/network-architecture/o-ran-integration.md Added suggested lines Co-authored-by: Liam Fallon <35595825+liamfallon@users.noreply.github.com> --- content/en/docs/network-architecture/o-ran-integration.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/network-architecture/o-ran-integration.md b/content/en/docs/network-architecture/o-ran-integration.md index 1ec479d9..11cb1740 100644 --- a/content/en/docs/network-architecture/o-ran-integration.md +++ b/content/en/docs/network-architecture/o-ran-integration.md @@ -110,7 +110,6 @@ The primary role of the NFO and DMS services is to provide for the lifecycle man - NF Deployment Lifecycle Management - NF Termination Lifecycle Management -- #### NF Deployment Lifecycle Management ##### Introduction From f046ef9104445da6a80baaf73512544c9ea468d2 Mon Sep 17 00:00:00 2001 From: NMSVishal Date: Thu, 21 Nov 2024 16:25:37 +0530 Subject: [PATCH 4/4] Update content/en/docs/network-architecture/o-ran-integration.md Committed suggested change Co-authored-by: Liam Fallon <35595825+liamfallon@users.noreply.github.com> --- content/en/docs/network-architecture/o-ran-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/network-architecture/o-ran-integration.md b/content/en/docs/network-architecture/o-ran-integration.md index 11cb1740..b25e8e5b 100644 --- a/content/en/docs/network-architecture/o-ran-integration.md +++ b/content/en/docs/network-architecture/o-ran-integration.md @@ -123,7 +123,7 @@ NF Deployment Lifecycle Management services implemented using Nephio capabilitie {{% alert title="Note" color="primary" %}} In R3 Nephio use cases and component architectures have been defined for the Deploy O-RAN NF use case. -In R3 ,NFO supports OAI O-RAN(OCU-CP,OCU-UP,ODU) NF deployments using below REST API's. +In R3, NFO supports OAI O-RAN(OCU-CP, OCU-UP, ODU) NF deployments using the REST APIs below. ## input will be packagevariant of OAI NF.