blob: 88d2ccc5a0c285c970b3187519e3c2da536dfbbb [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
4Configuration
5=============
6
rajendrajaiswal3a715092019-03-12 14:09:23 +00007Filtering
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
40Feed Name
41"""""""""
42A default feed name "bulk_pm_feed" is configured in PM Mapper blueprint but the feed name can be changed to a user defined value through cloudify manager.