Commit af404772 authored by Daniel García's avatar Daniel García
Browse files

Update README structure

parent 15d53da4
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -11,8 +11,16 @@ OpentCAPIF SDK provides a set of libraries to enable either CAPIF provider and i
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/)

# Table of Contents
 1. [OpenCAPIF SDK summary](#opencapif-sdk-summary)
 2. [OpenCAPIF SDK Prerequeriments](./doc/sdk-prerequirements.md)
 3. [OpenCAPIF SDK Installation](./doc/sdk-installation.md)
 4. [OpenCAPIF SDK Configuration](./doc/sdk-configuration.md)
 5. [OpenCAPIF SDK Usage](./doc/sdk-usage.md)
 6. [OpenCAPIF SDK known issues](./doc/sdk-issues.md)


# OpenCAPIF SDK features
# OpenCAPIF SDK summary

OpenCAPIF SDK brings a set of functions to integrate with the 5G Core's function CAPIF, as defined in [3GPP Technical Specification (TS) 29.222 V18.5.0 Common API Framework for 3GPP Northbound APIs](https://www.etsi.org/deliver/etsi_ts/129200_129299/129222/18.05.00_60/ts_129222v180500p.pdf). This section shows the mapping between the Python functions available in this SDK and the CAPIF OpenAPI APIs defined the reference standard:

@@ -38,11 +46,5 @@ NOTE: Above mentioned CAPIF APIs are defined in these 3GPP references:
- [CAPIF Discover API specification](https://github.com/jdegre/5GC_APIs/blob/Rel-18/TS29222_CAPIF_Discover_Service_API.yaml)
- [CAPIF Publish API specification](https://github.com/jdegre/5GC_APIs/blob/Rel-18/TS29222_CAPIF_Publish_Service_API.yaml) 

# Table of Contents
 1. [OpenCAPIF SDK Prerequeriments](./doc/sdk-prerequirements.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)