X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp-descriptor%2Fconfig.json;h=bf88bb0b0b0a6dc91a8fda97d49ed1be0a3fdd67;hb=0f5b1fa1119cd3a2516633bc6bd2a5f1f9429c34;hp=65bd1ecf03d9b5af0e46c4660cc1c1c23c931548;hpb=8737af011ebb01ee01d82df498174ba710677ca4;p=ric-app%2Frc.git diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index 65bd1ec..bf88bb0 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -1,5 +1,5 @@ { - "xapp_name": "rc", + "name": "rc", "version": "1.0.0", "containers": [ { @@ -7,7 +7,7 @@ "image": { "registry": "nexus3.o-ran-sc.org:10002", "name": "o-ran-sc/ric-app-rc", - "tag": "1.0.0" + "tag": "1.0.3" } } ], @@ -31,7 +31,7 @@ "ports": [ { "name": "http", - "container": "rchandler", + "container": "rc", "port": 8080, "description": "http service" }, @@ -68,6 +68,7 @@ }, "controls": { "ricHOControlgRpcServerPort" : "7777", - "logLevel": 4 + "logLevel": 3, + "controlAckTimer" : 2 } }