X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp-descriptor%2Fconfig.json;h=e3c33c8bc5e47e1525db880bca9fb12188b3f795;hb=05b943879d8e01e5edf28db6ae1e2a8dceb9c46b;hp=10d10fc9809b6eac9bd335ba8f255cd08612a66c;hpb=95e67b4fdf339209454b05fdd845ce299f78ae61;p=ric-app%2Fts.git diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index 10d10fc..e3c33c8 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -1,13 +1,13 @@ { "xapp_name": "trafficxapp", - "version": "1.0.0", + "version": "1.2.0", "containers": [ { "name": "trafficxapp", "image": { "registry": "nexus3.o-ran-sc.org:10002", "name": "o-ran-sc/ric-app-ts", - "tag": "1.1.1" + "tag": "1.2.0" } } ], @@ -24,13 +24,13 @@ ], "txMessages": [ "TS_UE_LIST", "TS_ANOMALY_ACK" ], "policies": [20008], - "description": "rmr receive data port for mcxapp" + "description": "rmr receive data port for trafficxapp" }, { "name": "rmr-route", "container": "trafficxapp", "port": 4561, - "description": "rmr route port for mcxapp" + "description": "rmr route port for trafficxapp" } ] }, @@ -48,5 +48,10 @@ "TS_ANOMALY_UPDATE" ], "policies": [20008] + }, + "controls": { + "ts_control_api": "grpc", + "ts_control_ep": "localhost:50051" } + }