Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

QP : echo '{"config-file.json_url": "https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app/tsqp.git;a=blob_plain;f=xapp-descriptor/config.json;hb=HEAD" }' > onboard.qp.url 

...

  1. All three xApp's needs to be deployed in following sequence AD→ TS→ QP for end to end testing of TS AD use case
  2. Names of the xApp to be deployed must match with what the on-boarder has
  3. AD uses message types TS_ANOMALY_UPDATE to send anomalous UE's and TS_ANOMALY_ACK for acknowledgment from TS on receiving same message successfully
  4. QP send UEPredicitonSet message to TS and expects predicted throughput message callback 

...