X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp-descriptor%2Fconfig.json;h=a5c48aff5ce5a39f9fe19f09f2d3a56f64bd0342;hb=6218ae594c4e2c23156c839a009aa25d4a004503;hp=5052ceac960620d190d8caa4e108eb3a56b81cce;hpb=fe544b0b74b77465c9b5da87526ebe204a32b7ff;p=ric-app%2Frc.git diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index 5052cea..a5c48af 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.2" } } ], @@ -68,6 +68,7 @@ }, "controls": { "ricHOControlgRpcServerPort" : "7777", - "logLevel": 4 + "logLevel": 3, + "controlAckTimer" : 2 } }