blob: e38cecf268c4c6ec4d686a884e9ce89914be7726 [file] [log] [blame]
Alexandre Huffb86721b2021-05-28 13:32:02 -03001{
2 "xapp_name": "trafficxapp",
Alexandre Huff11a46a42022-04-26 09:42:11 -03003 "version": "1.2.2",
Alexandre Huffb86721b2021-05-28 13:32:02 -03004 "containers": [
5 {
6 "name": "trafficxapp",
7 "image": {
8 "registry": "nexus3.o-ran-sc.org:10002",
9 "name": "o-ran-sc/ric-app-ts",
Alexandre Huff11a46a42022-04-26 09:42:11 -030010 "tag": "1.2.2"
Alexandre Huffb86721b2021-05-28 13:32:02 -030011 }
12 }
13 ],
14 "messaging": {
15 "ports": [
16 {
17 "name": "rmr-data",
18 "container": "trafficxapp",
19 "port": 4560,
20 "rxMessages": [
21 "TS_QOE_PREDICTION",
22 "A1_POLICY_REQ",
23 "TS_ANOMALY_UPDATE"
24 ],
25 "txMessages": [ "TS_UE_LIST", "TS_ANOMALY_ACK" ],
26 "policies": [20008],
Alexandre Huff05b94382021-12-09 00:29:05 -030027 "description": "rmr receive data port for trafficxapp"
Alexandre Huffb86721b2021-05-28 13:32:02 -030028 },
29 {
30 "name": "rmr-route",
31 "container": "trafficxapp",
32 "port": 4561,
Alexandre Huff05b94382021-12-09 00:29:05 -030033 "description": "rmr route port for trafficxapp"
Alexandre Huffb86721b2021-05-28 13:32:02 -030034 }
35 ]
36 },
37 "rmr": {
38 "protPort": "tcp:4560",
39 "maxSize": 2072,
40 "numWorkers": 1,
41 "txMessages": [
42 "TS_UE_LIST",
43 "TS_ANOMALY_ACK"
44 ],
45 "rxMessages": [
46 "TS_QOE_PREDICTION",
47 "A1_POLICY_REQ",
48 "TS_ANOMALY_UPDATE"
49 ],
50 "policies": [20008]
Alexandre Huff05b94382021-12-09 00:29:05 -030051 },
52 "controls": {
53 "ts_control_api": "grpc",
54 "ts_control_ep": "localhost:50051"
Alexandre Huffb86721b2021-05-28 13:32:02 -030055 }
Alexandre Huff05b94382021-12-09 00:29:05 -030056
Alexandre Huffb86721b2021-05-28 13:32:02 -030057 }