You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

HTTP-GET
BasicAuth admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U

Message Flow

Diagram

Welcome to PlantUML! You can start with a simple UML Diagram like: Bob->Alice: Hello Or class Example You will find more information about PlantUML syntax onhttps://plantuml.com (Details by typinglicensekeyword)     


Description

  1. The O-RAN O1 Component sends a VES fileReady notification to the SMO
  2. The VES collector put the fileReady event on  the Message Router (DMaaP)
  3. The File Collector was triggered by the fileReady event …
  4. … to download the file mentioned in the fileReady event.
  5. Via the Data Router (DMaaP) the file is forwarded to PM mapper
  6. The PM mapper converts the file into VES “perf3gpp” messages
  7. PM consumers (in your case a simple REST client) processes the VES “perf3gpp” data


Verification command

The following command reads the event content form the message bus:

HTTP-GET
BasicAuth dmaap-bc@dmaap-bc.onap.org:demo123456!

https://message-router.onap:30226/events/org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS/1/1


  • No labels