Fix dummy values in gRPC message sent to RC xApp
[ric-app/ts.git] / xapp-descriptor / config-file.json
similarity index 96%
rename from xapp-descriptor/config.json
rename to xapp-descriptor/config-file.json
index e2eba42..e38cecf 100644 (file)
@@ -1,13 +1,13 @@
 {
         "xapp_name": "trafficxapp",
-        "version": "1.2.1",
+        "version": "1.2.2",
         "containers": [
             {
                 "name": "trafficxapp",
                 "image": {
                     "registry": "nexus3.o-ran-sc.org:10002",
                     "name": "o-ran-sc/ric-app-ts",
-                    "tag": "1.2.1"
+                    "tag": "1.2.2"
                 }
             }
         ],