X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.txt;h=624ded5e0429d950bec05ff2c6777d617dde08d6;hb=refs%2Fchanges%2F55%2F11455%2F2;hp=cffd078502539cf0f442d42b98327984cac36f0d;hpb=5da0637daa11fc09c2980efad7f116ef2a537be8;p=ric-app%2Fad.git diff --git a/README.txt b/README.txt index cffd078..624ded5 100644 --- a/README.txt +++ b/README.txt @@ -45,7 +45,9 @@ AD xApp performs following: a) Read live data from influxDB every 0.5 second b) Detect anomalous records on given input c) Investigate degradation type for anomalous users -* send the ue-id, DU-ID, Degradation type and timestamp for the anomalous records to the Traffic Steering (via rmr with the message type as 30003) +* Listens to RMR port for A1 policy (message type 20011) in a format given below. Which consists throughput threshold parameter (default: 70%) for an degradataion event to qualify for a handover + {'operation': 'CREATE', 'payload': '{\"thp_threshold\":74}', 'policy_instance_id': 'demo-1', 'policy_type_id': '9997'}"} +* Send the ue-id, DU-ID, Degradation type and timestamp for the qualified anomalous records to the Traffic Steering (via rmr with the message type as 30003) * Get the acknowledgement message from the traffic steering * store xApp result in "AD" measurement of influxDB