Commit 4d423bc9 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

added new capif interconnection section under features

parent fee02a85
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
# OpenCAPIF Interconnection

### Overview

OpenCAPIF Interconnection is a new functionality designed to enable seamless communication and service integration between multiple Common API Framework (CAPIF) domains, following the 3GPP specifications for CAPIF-4 and beyond. This implementation represents the first version of interconnection capabilities within the OpenCAPIF ecosystem.

### Implementation Approach

This implementation adheres to the 3GPP Common API Framework specifications while addressing areas where the standards provide limited definition or flexibility. We have adapted and extended the specification-defined interfaces to accommodate the specific architectural requirements of OpenCAPIF, ensuring compatibility with existing deployments while enabling cross-domain service discovery and invocation.

### Key Features

- **Cross-Domain Service Connectivity**: Facilitates secure communication between CAPIF domains with standardized authentication and authorization mechanisms
- **Service Discovery and Registration**: Enables services to be discovered and registered across interconnected domains following 3GPP guidelines
- **Adaptive Implementation**: Custom implementations for specification gaps, designed to be interoperable and extensible for future standard updates

### Specification Compliance and Extensions

Our approach balances strict adherence to 3GPP standards with pragmatic engineering solutions. Where the 3GPP specifications do not fully define implementation details, we have made informed design decisions that:

- Maintain backward compatibility with existing OpenCAPIF implementations
- Follow the architectural principles established by 3GPP
- Provide clear extension points for future standardization updates
- Ensure robust security and reliability across domain boundaries
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ nav:
      - Dynamic Configuration: ./configuration/configuration.md
      - Event Reporting Information: ./event-req/event-req.md
      - Vault Certificate Management: ./vault/vault.md
      - OpenCAPIF Interconnection: ./interconnection/interconnection.md
  - SDK:
      - Introduction: ./sdk/sdk_introduction.md
      - Requirements: ./sdk/sdk_requirements.md