X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=csar-generator%2Fresources%2FFiles%2FSme%2Fproviders%2Faef-provider-function.json;fp=csar-generator%2Fresources%2FFiles%2FSme%2Fproviders%2Faef-provider-function.json;h=644819c95ce6e8a80904f1389569cfddb52a01fb;hb=c42cc923fd2cfe85b9a8e355a63cb9af4818c210;hp=0000000000000000000000000000000000000000;hpb=54dca75507277ff5bf3009d482e6bf0c8a053743;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/csar-generator/resources/Files/Sme/providers/aef-provider-function.json b/csar-generator/resources/Files/Sme/providers/aef-provider-function.json new file mode 100755 index 0000000..644819c --- /dev/null +++ b/csar-generator/resources/Files/Sme/providers/aef-provider-function.json @@ -0,0 +1,34 @@ +{ + "apiProvDomInfo": "Provider domain", + "apiProvFuncs": [ + { + "apiProvFuncInfo": "rApp as APF", + "apiProvFuncRole": "APF", + "regInfo": { + "apiProvPubKey": "APF-PublicKey" + } + }, + { + "apiProvFuncInfo": "rApp as AEF", + "apiProvFuncRole": "AEF", + "regInfo": { + "apiProvPubKey": "AEF-PublicKey" + } + }, + { + "apiProvFuncInfo": "rApp as AMF", + "apiProvFuncRole": "AMF", + "regInfo": { + "apiProvPubKey": "AMF-PublicKey" + } + }, + { + "apiProvFuncInfo": "Gateway as entrypoint AEF", + "apiProvFuncRole": "AEF", + "regInfo": { + "apiProvPubKey": "AEF-Gateway-PublicKey" + } + } + ], + "regSec": "PSK" +} \ No newline at end of file