From ace7d2f497d2350aceb751c7c124e12df0efdc05 Mon Sep 17 00:00:00 2001 From: George Papathanail <gpapathan@intracom-telecom.com> Date: Wed, 9 Jul 2025 08:26:50 +0000 Subject: [PATCH] Edit README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 00fa7f0..6e84cdb 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ This server was generated by the [swagger-codegen](https://github.com/swagger-ap It uses the [Connexion](https://github.com/zalando/connexion) library on top of Flask. It propagates requests to the [Sunrise 6G OP service resource manager](https://github.com/OpenOperatorPlatform/service_resource_manager), as configured in the `.env`. +OEG implements the **Northbound CAMARA APIs** for application providers to interact with different infrastructures, including: + +- Application metadata lifecycle management (registering, retrieving, deleting apps) +- Application instantiation management (instantation, and termination) +- Federation Management APIs to onboard applications accross partners' operator platforms + +OEG acts as a middleware layer between the CAMARA APIs and the Service Resource Manager (SRM), by enabling a common exposure of heteregeneous infrastructure resources. + ### Usage Before running the server you need to `mv env.sample .env` and update variables to properly link to a running OP service resource manager instance. -- GitLab