Blame for binary files is not supported.
Newer
Older
This repository develops a Python Software Development Kit(SDK) which focuses on connecting to OpenCAPIF in a simple way, lowering integration complexity and allowing developers to focus on Network Applications (NetApps) or services development.
OpentCAPIF SDK provides a set of libraries to enable either CAPIF provider and invoker roles, and other functions to simplify procedures calls towards OpenCAPIF entity.
Current version of OpenCAPIF SDK is compatible with following publicly available releases:
- [OpenCAPIF Release 1.0](https://ocf.etsi.org/documentation/v1.0.0-release/)
- [CAPIF_API_Invoker_management API](https://github.com/jdegre/5GC_APIs/blob/Rel-18/TS29222_CAPIF_API_Invoker_Management_API.yaml)
- Onboard_API_Invoker: Corresponds to register_and_onboard_Invoker()
- Offboard_API_Invoker Corresponds to offboard_and_deregister_Invoker()
- [CAPIF_API_Provider_Management_API](https://github.com/jdegre/5GC_APIs/blob/Rel-18/TS29222_CAPIF_API_Provider_Management_API.yaml)
- Onboard_API_Provider: Corresponds to register_and_onboard_provider()
- Offboard_API_Provider: Corresponds to offboard_and_deregister_nef()
- [CAPIF_Discover_Service_API](https://github.com/jdegre/5GC_APIs/blob/Rel-18/TS29222_CAPIF_Discover_Service_API.yaml)
- [CAPIF_Publish_Service_API](https://github.com/jdegre/5GC_APIs/blob/Rel-18/TS29222_CAPIF_Publish_Service_API.yaml)
- Unpublish_Service_API: Corresponds to unpublish_service()
- [CAPIF_Security API](https://github.com/jdegre/5GC_APIs/blob/Rel-18/TS29222_CAPIF_Security_API.yaml)
- Obtain_Authorization: Corresponds to discover()
# Table of Contents
1. [OpenCAPIF SDK Prerequesites](./doc/sdk-prerequesites.md)
2. [OpenCAPIF SDK Installation](./doc/sdk-installation.md)
3. [OpenCAPIF SDK Configuration](./doc/sdk-configuration.md)
4. [OpenCAPIF SDK Usage](./doc/sdk-usage.md)
5. [OpenCAPIF SDK known issues](./doc/sdk-issues.md)