X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=invoker%2FREADME.md;h=c9793369ecda408040ba3d6f8b079cab3037c7db;hb=dbf4499dca4c16c9f194f816599f0b43356ea6a3;hp=e8d3e68415d976a051601caaa931d562babeaa0e;hpb=0c2f0bcf1141d3aa806a66be061772298a347254;p=nonrtric%2Fplt%2Fsme.git diff --git a/invoker/README.md b/invoker/README.md index e8d3e68..c979336 100644 --- a/invoker/README.md +++ b/invoker/README.md @@ -1,30 +1,30 @@ # O-RAN-SC Non-RealTime RIC CAPIF Invoker Stub -This is a Go implementation of a stub for the CAPIF Invoker function, based on the 3GPP "29.222 Common API Framework for 3GPP Northbound APIs (CAPIF)" interfaces, see https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=3450. +This is a Go implementation of a stub for the CAPIF Invoker function, which is based on the 3GPP "29.222 Common API Framework for 3GPP Northbound APIs (CAPIF)" interfaces, see https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=3450. -This stub offers an user interface that helps to test the functionalities implemented in the O-RAN-SC CAPIF implementation and the supported features are the following: +This stub offers a user interface that helps to test the functionalities implemented in the O-RAN-SC CAPIF implementation and the supported features are as follows: - Onboard API Invoker - Discover published service APIs and retrieve a collection of APIs according to certain filter criteria. @@ -37,7 +37,7 @@ This service operation is used by an API invoker to on-board itself as a recogni -To onboard itself the Invoker should send a request to the CAPIF core including an API invoker Enrolment Details, API List and a Notification Destination URI for on-boarding notification. +To onboard, the Invoker should send a request to the CAPIF core, including an API invoker Enrolment Details, API List and a Notification Destination URI for on-boarding notification. ``` { @@ -54,7 +54,7 @@ To onboard itself the Invoker should send a request to the CAPIF core including } ``` -After receiving the request, the CAPIF core should check if the invoker can be onboard. In case it can be onboard, the CAPIF core will create the API invoker Profile consisting of an API invoker Identifier, Authentication Information, Authorization Information and CAPIF Identity Information. In this implementation, Keycloak is used to manage identity information. +After receiving the request, the CAPIF core should check if the invoker can be onboarded. If the invoker is eligible for onboarding, the CAPIF core will create the API invoker Profile, which includes an API invoker Identifier, Authentication Information, Authorization Information, and CAPIF Identity Information. Keycloak is utilized in this implementation to manage identity information. ### Discover published service APIs and retrieve a collection of APIs according to certain filter criteria.