blob: 78011f774ee92ff27851a2c338398e64be05cb89 [file] [log] [blame]
rajendrajaiswalfdd14ec2019-02-18 17:20:26 +00001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3
4Architecture
5============
6
7Introduction
8""""""""""""
93GPP PM Mapper is a part of DCAEGEN2. Some information about PM Mapper can be found here: `5G bulk PM wiki page`_.
10
11.. _5G bulk PM wiki page: https://wiki.onap.org/display/DW/5G+-+Bulk+PM
12
133GPP PM Mapper will process 3GPP PM XML files to produce perf3gpp VES PM Events.
14
15.. image:: ../../images/pm-mapper.png
16
17
18.. _Delivery: ./delivery.html
19
20Functionality
21"""""""""""""
22The 3GPP PM Mapper micro-service will extract selected measurements from a 3GPP XML file and publish them as VES events on a DMaaP Message Router topic for consumers that prefer such data in VES format.
23The mapper receives the files by subscribing to a Data Router feed.
24
25.. image:: ../../images/pmmapper-flow.png
26
27Interaction
28"""""""""""
29PM Mapper will interact with the DMaaP Bus Controller for Subscribing to Data Router feeds and publishing to Message Router. PM Mapper also intracts with the Config Binding Service to get configuration information.