Update TS xApp for Release D use case
[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 both, the QoE Prediction (QP), and the QP Driver xApps.
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 dummy echo server just for testing REST calls from
21     TS xApp.
22
23 routes.rt
24     Contains a few RMR routing policies to allow AD, QP, and TS xApps
25     exchange messages in this controlled environment.