X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp-descriptor%2Fconfig.json;h=d7a307276b60b15804006186441f1a4983738351;hb=5c11a6d789671f804569756cd8c272de1e8cf15e;hp=87ac5cc27845b6d05b2e4dc50acb986da2ae926e;hpb=5d8a34950b02f1170bb27c6fcb6198f27fb8cb86;p=ric-app%2Frc.git diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index 87ac5cc..d7a3072 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -1,5 +1,4 @@ { - "config-file.json":{ "xapp_name": "rc", "version": "1.0.0", "containers": [ @@ -14,6 +13,12 @@ ], "messaging": { "ports": [ + { + "name": "grpc-server", + "container": "rc", + "port": 7777, + "targetPort": 7777 + }, { "name": "rmr-data", "container": "rc", @@ -44,4 +49,3 @@ "logLevel": 4 } } -}