updated image tag version to 1.0.3
[ric-app/rc.git] / xapp-descriptor / config.json
index 5052cea..bf88bb0 100644 (file)
@@ -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"
       }
     }
   ],
@@ -68,6 +68,7 @@
   },
    "controls": {
           "ricHOControlgRpcServerPort" : "7777",
-          "logLevel": 4
+          "logLevel": 3,
+          "controlAckTimer" : 2
    }
 }