Fix dummy values in gRPC message sent to RC xApp
[ric-app/ts.git] / test / app / README
1 This directory contains a few sample programs to demonstrante
2 a dummy message exchange of the Traffic Steering use case.
3 These programs are simple and in most of the cases error
4 checking is not performed to keep them simple.
5
6 ad_xapp.cpp
7     Simulates the AD xApp sending an Anomaly Message to the
8     TS xApp. It sends one message, receives its corresponding
9     ACK, and exits. All steps are logged in the console. Uses
10     RMR port 4570.
11
12 qp_xapp.cpp
13     Simulates the QoE Prediction (QP) xApp.
14     Basically, this program receives Prediction Requests from TS xApp,
15     computes random throughput values (predictions) for neighbor cells,
16     and sends that Throughput Prediction to the TS xApp. All steps are
17     logged in the console. Uses RMR port 4580.
18
19 echo-server.py
20     Implements a echo server for testing REST calls from TS xApp.
21
22 rc_xapp.cpp
23     Simulates the RC xApp. It receives CONTROL messages from TS xApp,
24     and outputs the string representation of the message in the console.
25     Replies TS with an ACK message. Uses gRPC port 50051.
26
27 routes.rt
28     Contains a few RMR routing policies to allow AD, QP, and TS xApps
29     exchange messages in this controlled environment.