diff --git a/content/en/docs/network-architecture/o-ran-integration.md b/content/en/docs/network-architecture/o-ran-integration.md index 36e7f4ee..b25e8e5b 100644 --- a/content/en/docs/network-architecture/o-ran-integration.md +++ b/content/en/docs/network-architecture/o-ran-integration.md @@ -109,7 +109,7 @@ 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 +123,27 @@ 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 the REST APIs below. + +## 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