blob: 36ab9a3e31433fa44aaf30529e38f0df8e76fb14 [file] [log] [blame]
Gerard Hickey19a9d302019-04-08 11:31:44 +00001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3
4Configuration
5=============
6
7Filtering
8"""""""""
9PM mapper maps PM XML files to performance VES event by applying the mapper filtering information. Mapper filtering is configured during instantiation through cloudify manager.
10Mapper filtering is based on the PM dictionary fields.
11PM mapper expects the filter in the following JSON format:
12
13::
14
15
16 "filters":[{
17 "pmDefVsn": "1.3",
18 "nfType": "gnb",
19 "vendor": "Ericsson",
20 "measTypes": [ "attTCHSeizures", "succTCHSeizures" ]
21 }]
22
23
24
25==================== ============================ ================================
26Field Description Type
27==================== ============================ ================================
28pmDefVsn PM Dictionary version. String
29vendor Vendor of the xNF type. String
30nfType nfType is vendor String
31 defined and should match the
32 string used in file ready
33 eventName.
34measTypes Measurement name used in PM Array of String
35 file in 3GPP format where
36 specified, else vendor
37 defined.
38==================== ============================ ================================
39
40Message Router Topic Name
41"""""""""
42PM Mapper publishes the perf3gpp VES PM Events to the following authenticated MR topic;
43
44::
45
dfarrelly0373e3f2019-05-07 10:06:10 +000046 org.onap.dmaap.mr.PM_MAPPER