X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=influxlogger%2Fsrc%2Ftest%2Fresources%2Fpm_report_filtered.json;fp=influxlogger%2Fsrc%2Ftest%2Fresources%2Fpm_report_filtered.json;h=b308ff4ccfdaa339e2381c8e16392910a421b209;hb=9e3ded97088f197b335d060e1c9ddf7d6c0ecd89;hp=0000000000000000000000000000000000000000;hpb=7c434fcb459c84543cdb0ad14aa59391c60d16d4;p=nonrtric%2Fplt%2Franpm.git diff --git a/influxlogger/src/test/resources/pm_report_filtered.json b/influxlogger/src/test/resources/pm_report_filtered.json new file mode 100644 index 0000000..b308ff4 --- /dev/null +++ b/influxlogger/src/test/resources/pm_report_filtered.json @@ -0,0 +1,67 @@ +{ + "event": { + "commonEventHeader": { + "domain": "perf3gpp", + "eventId": "9efa1210-f285-455f-9c6a-3a659b1f1882", + "eventName": "perf3gpp_gnb-Ericsson_pmMeasResult", + "sourceName": "O-DU-1122", + "reportingEntityName": "", + "startEpochMicrosec": 951912000000, + "lastEpochMicrosec": 951912900000, + "timeZoneOffset": "+00:00" + }, + "perf3gppFields": { + "perf3gppFieldsVersion": "1.0", + "measDataCollection": { + "granularityPeriod": 900, + "measuredEntityUserName": "RNC Telecomville", + "measuredEntityDn": "SubNetwork=CountryNN,MeContext=MEC-Gbg-1,ManagedElement=RNC-Gbg-1", + "measuredEntitySoftwareVersion": "", + "measInfoList": [ + { + "measInfoId": { + "sMeasInfoId": "" + }, + "measTypes": { + "sMeasTypesList": [ + "succImmediateAssignProcs" + ] + }, + "measValuesList": [ + { + "measObjInstId": "RncFunction=RF-1,UtranCell=Gbg-997", + "suspectFlag": "false", + "measResults": [ + { + "p": 1, + "sValue": "1113" + } + ] + }, + { + "measObjInstId": "RncFunction=RF-1,UtranCell=Gbg-998", + "suspectFlag": "false", + "measResults": [ + { + "p": 1, + "sValue": "234" + } + ] + }, + { + "measObjInstId": "RncFunction=RF-1,UtranCell=Gbg-999", + "suspectFlag": "true", + "measResults": [ + { + "p": 1, + "sValue": "789" + } + ] + } + ] + } + ] + } + } + } +} \ No newline at end of file