Improve code coverage for PM File Converter (Go) 02/11802/2
authorambrishest <ambrish.singh@est.tech>
Wed, 20 Sep 2023 12:03:50 +0000 (13:03 +0100)
committerJohn Keeney <john.keeney@est.tech>
Tue, 26 Sep 2023 09:21:00 +0000 (09:21 +0000)
Issue-ID: NONRTRIC-879
Change-Id: I0c7df26cf1fb087ffc3f01f055d3e86671553433
Signed-off-by: ambrishest <ambrish.singh@est.tech>
pm-file-converter/common/utils/utils.go
pm-file-converter/common/utils/utils_test.go [new file with mode: 0644]
pm-file-converter/components/kafkacollector/kafkacollector.go
pm-file-converter/components/miniocollector/minio_upload_test.json [new file with mode: 0644]
pm-file-converter/components/miniocollector/miniocollector.go
pm-file-converter/components/miniocollector/miniocollector_test.go [new file with mode: 0644]
pm-file-converter/components/xmltransform/xmltransform.go
pm-file-converter/go.mod
pm-file-converter/go.sum
sonar-project.properties [new file with mode: 0644]

index 5466d2c..dccf3c5 100644 (file)
@@ -21,14 +21,17 @@ package utils
 
 import (
        "bytes"
-       log "github.com/sirupsen/logrus"
        "main/components/kafkacollector"
        "net/http"
+
+       log "github.com/sirupsen/logrus"
 )
 
 var httpclient = &http.Client{}
 
 // Send a http request with json (json may be nil)
+//
+//lint:ignore S100
 func Send_http_request(json []byte, method string, url string, retry bool, useAuth bool) bool {
 
        // set the HTTP method, url, and request body
diff --git a/pm-file-converter/common/utils/utils_test.go b/pm-file-converter/common/utils/utils_test.go
new file mode 100644 (file)
index 0000000..2cf3f1f
--- /dev/null
@@ -0,0 +1,30 @@
+package utils
+
+import (
+       "github.com/stretchr/testify/assert"
+       "testing"
+)
+
+func TestSend_http_request(t *testing.T) {
+       type testCase struct {
+               Name string
+
+               Json    []byte
+               Method  string
+               Url     string
+               Retry   bool
+               UseAuth bool
+
+               ExpectedBool bool
+       }
+
+       validate := func(t *testing.T, tc *testCase) {
+               t.Run(tc.Name, func(t *testing.T) {
+                       actualBool := Send_http_request(tc.Json, tc.Method, tc.Url, tc.Retry, tc.UseAuth)
+
+                       assert.Equal(t, tc.ExpectedBool, actualBool)
+               })
+       }
+
+       validate(t, &testCase{})
+}
index d70114c..7451dd2 100644 (file)
@@ -22,14 +22,15 @@ package kafkacollector
 import (
        "context"
        "fmt"
+       "main/common/dataTypes"
+       "main/components/miniocollector"
+       "os"
+       "time"
+
        "github.com/confluentinc/confluent-kafka-go/kafka"
        jsoniter "github.com/json-iterator/go"
        log "github.com/sirupsen/logrus"
        "golang.org/x/oauth2/clientcredentials"
-       "main/common/dataTypes"
-        "main/components/miniocollector"
-       "os"
-       "time"
 )
 
 var creds_grant_type = os.Getenv("CREDS_GRANT_TYPE")
@@ -42,6 +43,7 @@ var creds_service_url = os.Getenv("AUTH_SERVICE_URL")
 const parallelism_limiter = 100 //For all jobs
 var jobLimiterChan = make(chan struct{}, parallelism_limiter)
 
+// noinspection GoCognitiveComplexity
 func Start_topic_reader(topic string, type_id string, control_ch chan dataTypes.ReaderControl, data_ch chan *dataTypes.KafkaPayload, gid string, cid string) {
 
        log.Info("Topic reader starting, topic: ", topic, " for type: ", type_id)
diff --git a/pm-file-converter/components/miniocollector/minio_upload_test.json b/pm-file-converter/components/miniocollector/minio_upload_test.json
new file mode 100644 (file)
index 0000000..5131c75
--- /dev/null
@@ -0,0 +1,12701 @@
+{
+    "event": {
+        "commonEventHeader": {
+            "domain": "",
+            "eventId": "",
+            "sequence": 0,
+            "eventName": "",
+            "sourceName": "GNODEB-0",
+            "reportingEntityName": "",
+            "priority": "",
+            "startEpochMicrosec": 0,
+            "lastEpochMicrosec": 0,
+            "version": "",
+            "vesEventListenerVersion": "",
+            "timeZoneOffset": "+05:00"
+        },
+        "perf3gppFields": {
+            "perf3gppFieldsVersion": "1.0",
+            "measDataCollection": {
+                "granularityPeriod": 900,
+                "measuredEntityUserName": "",
+                "measuredEntityDn": "GNODEB-0",
+                "measuredEntitySoftwareVersion": "ABC2001155_1 X12Y34",
+                "measInfoList": [
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=NRCellCU_GNBCUCP"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber0",
+                                "pmCounterNumber1",
+                                "pmCounterNumber2",
+                                "pmCounterNumber3",
+                                "pmCounterNumber4",
+                                "pmCounterNumber5",
+                                "pmCounterNumber6",
+                                "pmCounterNumber7",
+                                "pmCounterNumber8",
+                                "pmCounterNumber9",
+                                "pmCounterNumber10",
+                                "pmCounterNumber11",
+                                "pmCounterNumber12",
+                                "pmCounterNumber13",
+                                "pmCounterNumber14",
+                                "pmCounterNumber15",
+                                "pmCounterNumber16",
+                                "pmCounterNumber17",
+                                "pmCounterNumber18",
+                                "pmCounterNumber19",
+                                "pmCounterNumber20",
+                                "pmCounterNumber21",
+                                "pmCounterNumber22",
+                                "pmCounterNumber23",
+                                "pmCounterNumber24",
+                                "pmCounterNumber25",
+                                "pmCounterNumber26",
+                                "pmCounterNumber27",
+                                "pmCounterNumber28",
+                                "pmCounterNumber29",
+                                "pmCounterNumber30",
+                                "pmCounterNumber31",
+                                "pmCounterNumber32",
+                                "pmCounterNumber33",
+                                "pmCounterNumber34",
+                                "pmCounterNumber35",
+                                "pmCounterNumber36",
+                                "pmCounterNumber37",
+                                "pmCounterNumber38",
+                                "pmCounterNumber39",
+                                "pmCounterNumber40",
+                                "pmCounterNumber41",
+                                "pmCounterNumber42",
+                                "pmCounterNumber43",
+                                "pmCounterNumber44",
+                                "pmCounterNumber45",
+                                "pmCounterNumber46",
+                                "pmCounterNumber47",
+                                "pmCounterNumber48",
+                                "pmCounterNumber49",
+                                "pmCounterNumber50",
+                                "pmCounterNumber51",
+                                "pmCounterNumber51Act",
+                                "pmCounterNumber53",
+                                "pmCounterNumber53Act",
+                                "pmCounterNumber55",
+                                "pmCounterNumber56",
+                                "pmCounterNumber57",
+                                "pmCounterNumber58",
+                                "pmCounterNumber59",
+                                "pmCounterNumber60",
+                                "pmCounterNumber60IntgProt64kbps",
+                                "pmCounterNumber62",
+                                "pmCounterNumber63",
+                                "pmCounterNumber64",
+                                "pmCounterNumber65",
+                                "pmCounterNumber66",
+                                "pmCounterNumber67",
+                                "pmCounterNumber68",
+                                "pmCounterNumber69",
+                                "pmCounterNumber70",
+                                "pmCounterNumber71",
+                                "pmCounterNumber72",
+                                "pmCounterNumber73",
+                                "pmCounterNumber74",
+                                "pmCounterNumber75",
+                                "pmCounterNumber76",
+                                "pmCounterNumber77",
+                                "pmCounterNumber78",
+                                "pmCounterNumber79",
+                                "pmCounterNumber80",
+                                "pmCounterNumber81",
+                                "pmCounterNumber82",
+                                "pmCounterNumber83",
+                                "pmCounterNumber84",
+                                "pmCounterNumber84Em",
+                                "pmCounterNumber84EmFbInd",
+                                "pmCounterNumber87",
+                                "pmCounterNumber88",
+                                "pmCounterNumber89",
+                                "pmCounterNumber90",
+                                "pmCounterNumber91"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUCPFunction=1,NRCellCU=32",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 67,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 68,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 69,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 70,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 71,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 72,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 73,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 74,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 75,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 76,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 77,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 78,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 79,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 80,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 81,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 82,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 83,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 84,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 85,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 86,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 87,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 88,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 89,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 90,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 91,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 92,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUCPFunction=1,NRCellCU=31",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 67,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 68,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 69,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 70,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 71,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 72,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 73,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 74,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 75,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 76,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 77,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 78,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 79,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 80,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 81,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 82,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 83,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 84,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 85,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 86,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 87,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 88,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 89,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 90,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 91,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 92,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUCPFunction=1,NRCellCU=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 67,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 68,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 69,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 70,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 71,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 72,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 73,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 74,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 75,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 76,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 77,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 78,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 79,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 80,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 81,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 82,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 83,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 84,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 85,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 86,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 87,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 88,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 89,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 90,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 91,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 92,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUCPFunction=1,NRCellCU=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 67,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 68,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 69,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 70,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 71,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 72,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 73,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 74,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 75,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 76,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 77,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 78,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 79,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 80,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 81,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 82,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 83,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 84,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 85,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 86,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 87,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 88,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 89,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 90,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 91,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 92,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=NRCellDU_GNBDU"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber92",
+                                "pmCounterNumber93",
+                                "pmCounterNumber94",
+                                "pmCounterNumber95",
+                                "pmCounterNumber96",
+                                "pmCounterNumber97",
+                                "pmCounterNumber98",
+                                "pmCounterNumber99",
+                                "pmCounterNumber100",
+                                "pmCounterNumber101",
+                                "pmCounterNumber102",
+                                "pmCounterNumber103",
+                                "pmCounterNumber104",
+                                "pmCounterNumber105",
+                                "pmCounterNumber106",
+                                "pmCounterNumber107",
+                                "pmCounterNumber108",
+                                "pmCounterNumber108Init",
+                                "pmCounterNumber110",
+                                "pmCounterNumber110Init",
+                                "pmCounterNumber112",
+                                "pmCounterNumber112Init",
+                                "pmCounterNumber114",
+                                "pmCounterNumber114Init",
+                                "pmCounterNumber116",
+                                "pmCounterNumber116Init",
+                                "pmCounterNumber118",
+                                "pmCounterNumber118Init",
+                                "pmCounterNumber120",
+                                "pmCounterNumber120Init",
+                                "pmCounterNumber122",
+                                "pmCounterNumber122Init",
+                                "pmCounterNumber124",
+                                "pmCounterNumber125",
+                                "pmCounterNumber125Init",
+                                "pmCounterNumber127",
+                                "pmCounterNumber127Init",
+                                "pmCounterNumber129",
+                                "pmCounterNumber129Init",
+                                "pmCounterNumber131",
+                                "pmCounterNumber131Init",
+                                "pmCounterNumber133",
+                                "pmCounterNumber133Init",
+                                "pmCounterNumber135",
+                                "pmCounterNumber135Init",
+                                "pmCounterNumber137",
+                                "pmCounterNumber137Init",
+                                "pmCounterNumber139",
+                                "pmCounterNumber139Init",
+                                "pmCounterNumber141",
+                                "pmCounterNumber141Init",
+                                "pmCounterNumber143",
+                                "pmCounterNumber143Init",
+                                "pmCounterNumber145",
+                                "pmCounterNumber145Init",
+                                "pmCounterNumber147",
+                                "pmCounterNumber147Init",
+                                "pmCounterNumber149",
+                                "pmCounterNumber150",
+                                "pmCounterNumber150Init",
+                                "pmCounterNumber152",
+                                "pmCounterNumber152Init",
+                                "pmCounterNumber154",
+                                "pmCounterNumber154Init",
+                                "pmCounterNumber156",
+                                "pmCounterNumber156Init",
+                                "pmCounterNumber158",
+                                "pmCounterNumber158Ext",
+                                "pmCounterNumber160",
+                                "pmCounterNumber161",
+                                "pmCounterNumber162",
+                                "pmCounterNumber163",
+                                "pmCounterNumber164",
+                                "pmCounterNumber165",
+                                "pmCounterNumber166",
+                                "pmCounterNumber1666",
+                                "pmCounterNumber168",
+                                "pmCounterNumber169",
+                                "pmCounterNumber170",
+                                "pmCounterNumber171",
+                                "pmCounterNumber172",
+                                "pmCounterNumber173",
+                                "pmCounterNumber174",
+                                "pmCounterNumber175",
+                                "pmCounterNumber176",
+                                "pmCounterNumber177",
+                                "pmCounterNumber178",
+                                "pmCounterNumber179",
+                                "pmCounterNumber180",
+                                "pmCounterNumber181",
+                                "pmCounterNumber182",
+                                "pmCounterNumber183",
+                                "pmCounterNumber184",
+                                "pmCounterNumber185",
+                                "pmCounterNumber185Qos",
+                                "pmCounterNumber185Samp",
+                                "pmCounterNumber185SampQos",
+                                "pmCounterNumber189",
+                                "pmCounterNumber189Qos",
+                                "pmCounterNumber191",
+                                "pmCounterNumber191Qos",
+                                "pmCounterNumber193",
+                                "pmCounterNumber193Samp",
+                                "pmCounterNumber195",
+                                "pmCounterNumber195Ext",
+                                "pmCounterNumber197",
+                                "pmCounterNumber198",
+                                "pmCounterNumber199",
+                                "pmCounterNumber200",
+                                "pmCounterNumber200BsrGrant",
+                                "pmCounterNumber200PreemptGrant",
+                                "pmCounterNumber200PucchSrGrant",
+                                "pmCounterNumber204",
+                                "pmCounterNumber205",
+                                "pmCounterNumber206",
+                                "pmCounterNumber207",
+                                "pmCounterNumber208",
+                                "pmCounterNumber209",
+                                "pmCounterNumber210",
+                                "pmCounterNumber211",
+                                "pmCounterNumber212",
+                                "pmCounterNumber213",
+                                "pmCounterNumber214",
+                                "pmCounterNumber215",
+                                "pmCounterNumber216",
+                                "pmCounterNumber216MacCe",
+                                "pmCounterNumber218",
+                                "pmCounterNumber219",
+                                "pmCounterNumber220",
+                                "pmCounterNumber221",
+                                "pmCounterNumber222",
+                                "pmCounterNumber223",
+                                "pmCounterNumber224",
+                                "pmCounterNumber225",
+                                "pmCounterNumber226",
+                                "pmCounterNumber227",
+                                "pmCounterNumber228",
+                                "pmCounterNumber228Forced",
+                                "pmCounterNumber230",
+                                "pmCounterNumber231",
+                                "pmCounterNumber232",
+                                "pmCounterNumber233",
+                                "pmCounterNumber234",
+                                "pmCounterNumber235",
+                                "pmCounterNumber236",
+                                "pmCounterNumber237",
+                                "pmCounterNumber238",
+                                "pmCounterNumber239",
+                                "pmCounterNumber240",
+                                "pmCounterNumber241",
+                                "pmCounterNumber242",
+                                "pmCounterNumber243",
+                                "pmCounterNumber244",
+                                "pmCounterNumber245",
+                                "pmCounterNumber246",
+                                "pmCounterNumber247",
+                                "pmCounterNumber248",
+                                "pmCounterNumber249",
+                                "pmCounterNumber250",
+                                "pmCounterNumber251",
+                                "pmCounterNumber252",
+                                "pmCounterNumber252Qos",
+                                "pmCounterNumber254",
+                                "pmCounterNumber254Qos"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=32",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 67,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 68,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 69,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 70,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 71,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 72,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 73,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 74,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 75,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 76,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 77,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 78,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 79,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 80,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 81,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 82,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 83,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 84,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 85,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 86,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 87,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 88,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 89,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 90,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 91,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 92,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 93,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 94,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 95,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 96,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 97,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 98,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 99,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 100,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 101,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 102,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 103,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 104,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 105,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 106,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 107,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 108,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 109,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 110,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 111,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 112,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 113,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 114,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 115,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 116,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 117,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 118,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 119,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 120,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 121,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 122,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 123,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 124,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 125,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 126,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 127,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 128,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 129,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 130,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 131,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 132,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 133,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 134,
+                                        "sValue": "0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 135,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 136,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 137,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 138,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 139,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 140,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 141,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 142,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 143,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 144,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 145,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 146,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 147,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 148,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 149,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 150,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 151,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 152,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 153,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 154,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 155,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 156,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 157,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 158,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 159,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 160,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 161,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 162,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 163,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 164,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=31",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 67,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 68,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 69,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 70,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 71,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 72,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 73,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 74,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 75,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 76,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 77,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 78,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 79,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 80,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 81,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 82,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 83,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 84,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 85,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 86,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 87,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 88,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 89,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 90,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 91,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 92,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 93,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 94,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 95,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 96,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 97,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 98,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 99,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 100,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 101,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 102,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 103,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 104,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 105,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 106,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 107,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 108,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 109,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 110,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 111,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 112,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 113,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 114,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 115,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 116,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 117,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 118,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 119,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 120,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 121,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 122,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 123,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 124,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 125,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 126,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 127,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 128,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 129,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 130,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 131,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 132,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 133,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 134,
+                                        "sValue": "0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 135,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 136,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 137,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 138,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 139,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 140,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 141,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 142,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 143,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 144,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 145,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 146,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 147,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 148,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 149,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 150,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 151,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 152,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 153,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 154,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 155,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 156,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 157,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 158,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 159,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 160,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 161,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 162,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 163,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 164,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 67,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 68,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 69,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 70,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 71,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 72,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 73,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 74,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 75,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 76,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 77,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 78,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 79,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 80,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 81,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 82,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 83,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 84,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 85,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 86,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 87,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 88,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 89,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 90,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 91,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 92,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 93,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 94,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 95,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 96,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 97,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 98,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 99,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 100,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 101,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 102,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 103,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 104,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 105,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 106,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 107,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 108,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 109,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 110,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 111,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 112,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 113,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 114,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 115,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 116,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 117,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 118,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 119,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 120,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 121,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 122,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 123,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 124,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 125,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 126,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 127,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 128,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 129,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 130,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 131,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 132,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 133,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 134,
+                                        "sValue": "0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 135,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 136,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 137,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 138,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 139,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 140,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 141,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 142,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 143,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 144,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 145,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 146,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 147,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 148,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 149,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 150,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 151,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 152,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 153,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 154,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 155,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 156,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 157,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 158,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 159,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 160,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 161,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 162,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 163,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 164,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 67,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 68,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 69,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 70,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 71,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 72,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 73,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 74,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 75,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 76,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 77,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 78,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 79,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 80,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 81,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 82,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 83,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 84,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 85,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 86,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 87,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 88,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 89,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 90,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 91,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 92,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 93,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 94,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 95,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 96,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 97,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 98,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 99,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 100,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 101,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 102,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 103,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 104,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 105,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 106,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 107,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 108,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 109,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 110,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 111,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 112,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 113,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 114,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 115,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 116,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 117,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 118,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 119,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 120,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 121,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 122,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 123,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 124,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 125,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 126,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 127,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 128,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 129,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 130,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 131,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 132,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 133,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 134,
+                                        "sValue": "0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 135,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 136,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 137,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 138,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 139,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 140,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 141,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 142,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 143,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 144,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 145,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 146,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 147,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 148,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 149,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 150,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 151,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 152,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 153,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 154,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 155,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 156,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 157,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 158,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 159,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 160,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 161,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 162,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 163,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 164,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=NRSectorCarrier_GNBDU"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber256",
+                                "pmCounterNumber257",
+                                "pmCounterNumber258",
+                                "pmCounterNumber259",
+                                "pmCounterNumber260",
+                                "pmCounterNumber261",
+                                "pmCounterNumber262",
+                                "pmCounterNumber263",
+                                "pmCounterNumber263On",
+                                "pmCounterNumber265",
+                                "pmCounterNumber266",
+                                "pmCounterNumber267",
+                                "pmCounterNumber267Auto",
+                                "pmCounterNumber267AutoCbrs",
+                                "pmCounterNumber267Man",
+                                "pmCounterNumber267ManCbrs"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRSectorCarrier=32",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRSectorCarrier=31",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRSectorCarrier=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRSectorCarrier=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=EUtranCellFDD"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber272",
+                                "pmCounterNumber273",
+                                "pmCounterNumber274",
+                                "pmCounterNumber275",
+                                "pmCounterNumber276",
+                                "pmCounterNumber277",
+                                "pmCounterNumber278"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,ENodeBFunction=1,EUtranCellFDD=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,ENodeBFunction=1,EUtranCellFDD=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=NRCellDU_GNBDU"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber279",
+                                "pmCounterNumber280",
+                                "pmCounterNumber281",
+                                "pmCounterNumber282",
+                                "pmCounterNumber283",
+                                "pmCounterNumber284",
+                                "pmCounterNumber285",
+                                "pmCounterNumber286",
+                                "pmCounterNumber287",
+                                "pmCounterNumber288",
+                                "pmCounterNumber289",
+                                "pmCounterNumber290",
+                                "pmCounterNumber291",
+                                "pmCounterNumber292",
+                                "pmCounterNumber293",
+                                "pmCounterNumber294",
+                                "pmCounterNumber295",
+                                "pmCounterNumber296",
+                                "pmCounterNumber274"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=32",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0,0,0,0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=31",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0,0,0,0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0,0,0,0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0,0,0,0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=EUtranCellFDD"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber297"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,ENodeBFunction=1,EUtranCellFDD=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,ENodeBFunction=1,EUtranCellFDD=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=NRCellDU_GNBDU"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber297F0Distr",
+                                "pmCounterNumber297F2Distr"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=32",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=31",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=GNBCUCPFunction_GNBCUCP"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber300",
+                                "pmCounterNumber301",
+                                "pmCounterNumber302",
+                                "pmCounterNumber303",
+                                "pmCounterNumber304",
+                                "pmCounterNumber305"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUCPFunction=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=NRCellCU_GNBCUCP"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber306",
+                                "pmCounterNumber307",
+                                "pmCounterNumber308",
+                                "pmCounterNumber309",
+                                "pmCounterNumber310",
+                                "pmCounterNumber311",
+                                "pmCounterNumber312",
+                                "pmCounterNumber313",
+                                "pmCounterNumber314",
+                                "pmCounterNumber315",
+                                "pmCounterNumber316",
+                                "pmCounterNumber317",
+                                "pmCounterNumber318",
+                                "pmCounterNumber319",
+                                "pmCounterNumber320",
+                                "pmCounterNumber321",
+                                "pmCounterNumber322",
+                                "pmCounterNumber323",
+                                "pmCounterNumber324",
+                                "pmCounterNumber324Act",
+                                "pmCounterNumber326",
+                                "pmCounterNumber326Act",
+                                "pmCounterNumber328",
+                                "pmCounterNumber329",
+                                "pmCounterNumber330",
+                                "pmCounterNumber331",
+                                "pmCounterNumber332",
+                                "pmCounterNumber333",
+                                "pmCounterNumber334",
+                                "pmCounterNumber335",
+                                "pmCounterNumber336",
+                                "pmCounterNumber337",
+                                "pmCounterNumber338",
+                                "pmCounterNumber339",
+                                "pmCounterNumber340",
+                                "pmCounterNumber341",
+                                "pmCounterNumber342",
+                                "pmCounterNumber343",
+                                "pmCounterNumber343Mos",
+                                "pmCounterNumber345",
+                                "pmCounterNumber345Mos",
+                                "pmCounterNumber347",
+                                "pmCounterNumber348",
+                                "pmCounterNumber349",
+                                "pmCounterNumber350",
+                                "pmCounterNumber350Mos",
+                                "pmCounterNumber350Reatt",
+                                "pmCounterNumber350ReattMos",
+                                "pmCounterNumber354",
+                                "pmCounterNumber354Mos",
+                                "pmCounterNumber301",
+                                "pmCounterNumber302",
+                                "pmCounterNumber303",
+                                "pmCounterNumber304",
+                                "pmCounterNumber305",
+                                "pmCounterNumber356",
+                                "pmCounterNumber357",
+                                "pmCounterNumber358"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUCPFunction=1,NRCellCU=32",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUCPFunction=1,NRCellCU=31",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUCPFunction=1,NRCellCU=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUCPFunction=1,NRCellCU=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=GNBDUFunction_GNBDU"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber359",
+                                "pmCounterNumber360",
+                                "pmCounterNumber361",
+                                "pmCounterNumber362",
+                                "pmCounterNumber363",
+                                "pmCounterNumber364",
+                                "pmCounterNumber365",
+                                "pmCounterNumber366",
+                                "pmCounterNumber367",
+                                "pmCounterNumber368",
+                                "pmCounterNumber369",
+                                "pmCounterNumber370",
+                                "pmCounterNumber371",
+                                "pmCounterNumber372",
+                                "pmCounterNumber373",
+                                "pmCounterNumber374",
+                                "pmCounterNumber375",
+                                "pmCounterNumber376",
+                                "pmCounterNumber377"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=NRCellDU_GNBDU"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber378",
+                                "pmCounterNumber379",
+                                "pmCounterNumber380",
+                                "pmCounterNumber381",
+                                "pmCounterNumber382",
+                                "pmCounterNumber383",
+                                "pmCounterNumber384",
+                                "pmCounterNumber385",
+                                "pmCounterNumber386",
+                                "pmCounterNumber306",
+                                "pmCounterNumber307",
+                                "pmCounterNumber307ual",
+                                "pmCounterNumber388",
+                                "pmCounterNumber389",
+                                "pmCounterNumber390",
+                                "pmCounterNumber391",
+                                "pmCounterNumber392",
+                                "pmCounterNumber393",
+                                "pmCounterNumber394",
+                                "pmCounterNumber395",
+                                "pmCounterNumber396",
+                                "pmCounterNumber397",
+                                "pmCounterNumber398",
+                                "pmCounterNumber399",
+                                "pmCounterNumber399Broadcasting",
+                                "pmCounterNumber401",
+                                "pmCounterNumber402",
+                                "pmCounterNumber403",
+                                "pmCounterNumber404",
+                                "pmCounterNumber405",
+                                "pmCounterNumber406",
+                                "pmCounterNumber407",
+                                "pmCounterNumber407Qos",
+                                "pmCounterNumber409",
+                                "pmCounterNumber410",
+                                "pmCounterNumber410Drb",
+                                "pmCounterNumber410DrbQos",
+                                "pmCounterNumber413",
+                                "pmCounterNumber413ResUe",
+                                "pmCounterNumber415",
+                                "pmCounterNumber416",
+                                "pmCounterNumber417",
+                                "pmCounterNumber418",
+                                "pmCounterNumber419",
+                                "pmCounterNumber420",
+                                "pmCounterNumber421",
+                                "pmCounterNumber422",
+                                "pmCounterNumber423",
+                                "pmCounterNumber424",
+                                "pmCounterNumber425",
+                                "pmCounterNumber426",
+                                "pmCounterNumber427",
+                                "pmCounterNumber428",
+                                "pmCounterNumber429",
+                                "pmCounterNumber430",
+                                "pmCounterNumber431",
+                                "pmCounterNumber432",
+                                "pmCounterNumber433",
+                                "pmCounterNumber434",
+                                "pmCounterNumber435",
+                                "pmCounterNumber436",
+                                "pmCounterNumber437",
+                                "pmCounterNumber438",
+                                "pmCounterNumber439",
+                                "pmCounterNumber440",
+                                "pmCounterNumber441"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=32",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=31",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBDUFunction=1,NRCellDU=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=PpControlLink_GNBCUUP"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber310",
+                                "pmCounterNumber311",
+                                "pmCounterNumber312",
+                                "pmCounterNumber313",
+                                "pmCounterNumber314",
+                                "pmCounterNumber347",
+                                "pmCounterNumber348",
+                                "pmCounterNumber349"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUUPFunction=1,PpControlTermination=1,PpControlLink=internal",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=EUtranCellFDD"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber442",
+                                "pmCounterNumber443",
+                                "pmCounterNumber444",
+                                "pmCounterNumber445",
+                                "pmCounterNumber446",
+                                "pmCounterNumber447",
+                                "pmCounterNumber448",
+                                "pmCounterNumber448PCell",
+                                "pmCounterNumber448SCell",
+                                "pmCounterNumber448Volte",
+                                "pmCounterNumber452",
+                                "pmCounterNumber453",
+                                "pmCounterNumber454",
+                                "pmCounterNumber455",
+                                "pmCounterNumber114",
+                                "pmCounterNumber456",
+                                "pmCounterNumber457",
+                                "pmCounterNumber458",
+                                "pmCounterNumber122",
+                                "pmCounterNumber459",
+                                "pmCounterNumber460",
+                                "pmCounterNumber461",
+                                "pmCounterNumber462",
+                                "pmCounterNumber131",
+                                "pmCounterNumber463",
+                                "pmCounterNumber464",
+                                "pmCounterNumber143",
+                                "pmCounterNumber145",
+                                "pmCounterNumber147",
+                                "pmCounterNumber14916qam",
+                                "pmCounterNumber149256Qam",
+                                "pmCounterNumber14964Qam",
+                                "pmCounterNumber149Iua16qam",
+                                "pmCounterNumber149IuaQpsk",
+                                "pmCounterNumber149Qpsk",
+                                "pmCounterNumber471",
+                                "pmCounterNumber472",
+                                "pmCounterNumber473",
+                                "pmCounterNumber474",
+                                "pmCounterNumber475",
+                                "pmCounterNumber476",
+                                "pmCounterNumber477",
+                                "pmCounterNumber478",
+                                "pmCounterNumber248",
+                                "pmCounterNumber249",
+                                "pmCounterNumber479",
+                                "pmCounterNumber250",
+                                "pmCounterNumber251"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,ENodeBFunction=1,EUtranCellFDD=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,ENodeBFunction=1,EUtranCellFDD=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=FieldReplaceableUnit"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber480",
+                                "pmCounterNumber481"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S3-1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S2-1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S1-1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=RiEthernetPort"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber482",
+                                "pmCounterNumber483",
+                                "pmCounterNumber484",
+                                "pmCounterNumber485",
+                                "pmCounterNumber486",
+                                "pmCounterNumber487",
+                                "pmCounterNumber488",
+                                "pmCounterNumber489",
+                                "pmCounterNumber490",
+                                "pmCounterNumber491"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,RiPort=P,RiEthernetPort=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,RiPort=N,RiEthernetPort=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,RiPort=B,RiEthernetPort=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,RiPort=A,RiEthernetPort=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=RiLink"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber492",
+                                "pmCounterNumber493",
+                                "pmCounterNumber494",
+                                "pmCounterNumber495"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,RiLink=S3-1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,RiLink=S2-1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,RiLink=S1-1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,RiLink=R608-2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,RiLink=R608-1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=RiPort"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber496",
+                                "pmCounterNumber497",
+                                "pmCounterNumber498"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S3-1,RiPort=DATA_2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S3-1,RiPort=DATA_1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S2-1,RiPort=DATA_2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S2-1,RiPort=DATA_1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S1-1,RiPort=DATA_2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S1-1,RiPort=DATA_1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,RiPort=P",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,RiPort=N",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,RiPort=B",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,RiPort=A",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,RiPort=K",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,RiPort=C",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,RiPort=B",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,RiPort=A",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=SfpChannel"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber499",
+                                "pmCounterNumber500",
+                                "pmCounterNumber501"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,SfpModule=P,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,SfpModule=N,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,SfpModule=K,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S3-1,SfpModule=DATA_2,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S2-1,SfpModule=DATA_2,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S1-1,SfpModule=DATA_2,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S3-1,SfpModule=DATA_1,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S2-1,SfpModule=DATA_1,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S1-1,SfpModule=DATA_1,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,SfpModule=C,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,SfpModule=B,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,SfpModule=B,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,SfpModule=A,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,SfpModule=A,SfpChannel=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=SfpModule"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber502",
+                                "pmCounterNumber503"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S3-1,SfpModule=DATA_2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S3-1,SfpModule=DATA_1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S2-1,SfpModule=DATA_2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S2-1,SfpModule=DATA_1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S1-1,SfpModule=DATA_2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S1-1,SfpModule=DATA_1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,SfpModule=P",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,SfpModule=N",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,SfpModule=B",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,SfpModule=A",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,SfpModule=K",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,SfpModule=C",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,SfpModule=B",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,SfpModule=A",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=EthernetPort"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber482",
+                                "pmCounterNumber483",
+                                "pmCounterNumber484",
+                                "pmCounterNumber485",
+                                "pmCounterNumber486",
+                                "pmCounterNumber487",
+                                "pmCounterNumber488",
+                                "pmCounterNumber489",
+                                "pmCounterNumber504",
+                                "pmCounterNumber490",
+                                "pmCounterNumber505",
+                                "pmCounterNumber506",
+                                "pmCounterNumber507",
+                                "pmCounterNumber491"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Transport=1,EthernetPort=TN_IDL_B_1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=InterfaceIPv4"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber508",
+                                "pmCounterNumber509",
+                                "pmCounterNumber510",
+                                "pmCounterNumber511",
+                                "pmCounterNumber512",
+                                "pmCounterNumber513",
+                                "pmCounterNumber514",
+                                "pmCounterNumber515",
+                                "pmCounterNumber516",
+                                "pmCounterNumber517"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Transport=1,Router=vr_OAM,InterfaceIPv4=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Transport=1,Router=vr_NR,InterfaceIPv4=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Transport=1,Router=vr_LTE,InterfaceIPv4=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Transport=1,Router=Node_Internal_F1,InterfaceIPv4=NRDU",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Transport=1,Router=Node_Internal_F1,InterfaceIPv4=NRCUCP",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=SctpAssociation"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber518",
+                                "pmCounterNumber519",
+                                "pmCounterNumber520",
+                                "pmCounterNumber521",
+                                "pmCounterNumber522",
+                                "pmCounterNumber523",
+                                "pmCounterNumber524",
+                                "pmCounterNumber525",
+                                "pmCounterNumber526",
+                                "pmCounterNumber527",
+                                "pmCounterNumber528",
+                                "pmCounterNumber529"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Transport=1,SctpEndpoint=F1_NRDU,SctpAssociation=38472-10.0.0.1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Transport=1,SctpEndpoint=F1_NRCUCP,SctpAssociation=38472-10.0.0.2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=VlanPort"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber482",
+                                "pmCounterNumber483",
+                                "pmCounterNumber484",
+                                "pmCounterNumber485",
+                                "pmCounterNumber486",
+                                "pmCounterNumber487",
+                                "pmCounterNumber488",
+                                "pmCounterNumber489",
+                                "pmCounterNumber507"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Transport=1,VlanPort=vr_OAM.IF1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Transport=1,VlanPort=vr_NR.IF1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Transport=1,VlanPort=vr_LTE.IF1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=ConsumedEnergyMeasurement"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber530",
+                                "pmCounterNumber530Accumulated",
+                                "pmCounterNumber532"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,NodeSupport=1,ConsumedEnergyMeasurement=1",
+                                "suspectFlag": "true",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,334,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=EnergyMeter"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber530",
+                                "pmCounterNumber530Accumulated",
+                                "pmCounterNumber532",
+                                "pmCounterNumber533"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,EnergyMeter=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "83"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "34846"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,334,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333,333"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S1-1,EnergyMeter=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "12"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "4947"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S2-1,EnergyMeter=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "13"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "5394"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,51,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,51,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=Radio-S3-1,EnergyMeter=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "22"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "9338"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,52,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,52,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=R608,EnergyMeter=1",
+                                "suspectFlag": "true",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,52,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,52,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=SupportUnit"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber534"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,SupportUnit=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "18,18,18"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,SupportUnit=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "30,30,30"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=BbProcessingResource"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber535",
+                                "pmCounterNumber367",
+                                "pmCounterNumber368",
+                                "pmCounterNumber369",
+                                "pmCounterNumber370",
+                                "pmCounterNumber536",
+                                "pmCounterNumber537",
+                                "pmCounterNumber538",
+                                "pmCounterNumber539",
+                                "pmCounterNumber540",
+                                "pmCounterNumber541",
+                                "pmCounterNumber542",
+                                "pmCounterNumber543",
+                                "pmCounterNumber374",
+                                "pmCounterNumber375",
+                                "pmCounterNumber376",
+                                "pmCounterNumber377",
+                                "pmCounterNumber544",
+                                "pmCounterNumber545",
+                                "pmCounterNumber546",
+                                "pmCounterNumber547",
+                                "pmCounterNumber548",
+                                "pmCounterNumber549",
+                                "pmCounterNumber550",
+                                "pmCounterNumber551"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,BbProcessingResource=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=ENodeBFunction"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber359Aas",
+                                "pmCounterNumber360Aas",
+                                "pmCounterNumber554",
+                                "pmCounterNumber555",
+                                "pmCounterNumber365Actual",
+                                "pmCounterNumber366Actual",
+                                "pmCounterNumber558",
+                                "pmCounterNumber559",
+                                "pmCounterNumber560",
+                                "pmCounterNumber561",
+                                "pmCounterNumber562",
+                                "pmCounterNumber563",
+                                "pmCounterNumber564",
+                                "pmCounterNumber565",
+                                "pmCounterNumber566",
+                                "pmCounterNumber567",
+                                "pmCounterNumber568",
+                                "pmCounterNumber569",
+                                "pmCounterNumber570",
+                                "pmCounterNumber571",
+                                "pmCounterNumber572",
+                                "pmCounterNumber573"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,ENodeBFunction=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "5"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=EUtranCellFDD"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber306",
+                                "pmCounterNumber307",
+                                "pmCounterNumber574",
+                                "pmCounterNumber575",
+                                "pmCounterNumber576",
+                                "pmCounterNumber577",
+                                "pmCounterNumber578",
+                                "pmCounterNumber579",
+                                "pmCounterNumber580",
+                                "pmCounterNumber581",
+                                "pmCounterNumber582",
+                                "pmCounterNumber33",
+                                "pmCounterNumber34",
+                                "pmCounterNumber329",
+                                "pmCounterNumber330",
+                                "pmCounterNumber583",
+                                "pmCounterNumber583Arp",
+                                "pmCounterNumber583Csfb",
+                                "pmCounterNumber583CsfbArp",
+                                "pmCounterNumber583CsfbQci",
+                                "pmCounterNumber583HoOngoing",
+                                "pmCounterNumber583HoOngoingArp",
+                                "pmCounterNumber583HoOngoingQci",
+                                "pmCounterNumber583Qci",
+                                "pmCounterNumber592",
+                                "pmCounterNumber592Arp",
+                                "pmCounterNumber594",
+                                "pmCounterNumber595",
+                                "pmCounterNumber596",
+                                "pmCounterNumber597",
+                                "pmCounterNumber598",
+                                "pmCounterNumber599",
+                                "pmCounterNumber599Arp",
+                                "pmCounterNumber599Qci",
+                                "pmCounterNumber602",
+                                "pmCounterNumber602Arp",
+                                "pmCounterNumber604",
+                                "pmCounterNumber605",
+                                "pmCounterNumber606",
+                                "pmCounterNumber607",
+                                "pmCounterNumber608",
+                                "pmCounterNumber609",
+                                "pmCounterNumber610",
+                                "pmCounterNumber611",
+                                "pmCounterNumber612",
+                                "pmCounterNumber613",
+                                "pmCounterNumber614",
+                                "pmCounterNumber615",
+                                "pmCounterNumber616",
+                                "pmCounterNumber617",
+                                "pmCounterNumber618",
+                                "pmCounterNumber619",
+                                "pmCounterNumber620",
+                                "pmCounterNumber621",
+                                "pmCounterNumber409",
+                                "pmCounterNumber622",
+                                "pmCounterNumber623",
+                                "pmCounterNumber624",
+                                "pmCounterNumber625",
+                                "pmCounterNumber626",
+                                "pmCounterNumber627",
+                                "pmCounterNumber413ResUe",
+                                "pmCounterNumber570",
+                                "pmCounterNumber213Ce",
+                                "pmCounterNumber629",
+                                "pmCounterNumber630",
+                                "pmCounterNumber631",
+                                "pmCounterNumber631Uu",
+                                "pmCounterNumber633",
+                                "pmCounterNumber634",
+                                "pmCounterNumber635",
+                                "pmCounterNumber636",
+                                "pmCounterNumber637",
+                                "pmCounterNumber637FiltQci",
+                                "pmCounterNumber637LastTTI",
+                                "pmCounterNumber637LastTTIQci",
+                                "pmCounterNumber641",
+                                "pmCounterNumber642",
+                                "pmCounterNumber643",
+                                "pmCounterNumber350",
+                                "pmCounterNumber350Ce",
+                                "pmCounterNumber350Dta",
+                                "pmCounterNumber350DtaCe",
+                                "pmCounterNumber350Reatt",
+                                "pmCounterNumber350ReattCe",
+                                "pmCounterNumber350ReattDta",
+                                "pmCounterNumber350ReattDtaCe",
+                                "pmCounterNumber650",
+                                "pmCounterNumber650ActiveUsers",
+                                "pmCounterNumber652",
+                                "pmCounterNumber652Ce",
+                                "pmCounterNumber654",
+                                "pmCounterNumber654Ce",
+                                "pmCounterNumber354",
+                                "pmCounterNumber354Ce",
+                                "pmCounterNumber354Dta",
+                                "pmCounterNumber354DtaCe",
+                                "pmCounterNumber354GummeiNative",
+                                "pmCounterNumber660",
+                                "pmCounterNumber661",
+                                "pmCounterNumber662",
+                                "pmCounterNumber663",
+                                "pmCounterNumber664",
+                                "pmCounterNumber664Ce",
+                                "pmCounterNumber664Dta",
+                                "pmCounterNumber664DtaCe",
+                                "pmCounterNumber664Em",
+                                "pmCounterNumber664Hpa",
+                                "pmCounterNumber664Mod",
+                                "pmCounterNumber664ModCe",
+                                "pmCounterNumber664Mos",
+                                "pmCounterNumber664Mta",
+                                "pmCounterNumber664MtaCe",
+                                "pmCounterNumber675",
+                                "pmCounterNumber675Ce",
+                                "pmCounterNumber677",
+                                "pmCounterNumber677Ce",
+                                "pmCounterNumber677Dta",
+                                "pmCounterNumber677DtaCe",
+                                "pmCounterNumber677Em",
+                                "pmCounterNumber677Hpa",
+                                "pmCounterNumber677Mod",
+                                "pmCounterNumber677ModCe",
+                                "pmCounterNumber677Mos",
+                                "pmCounterNumber677Mta",
+                                "pmCounterNumber677MtaCe",
+                                "pmCounterNumber688",
+                                "pmCounterNumber689",
+                                "pmCounterNumber690",
+                                "pmCounterNumber691",
+                                "pmCounterNumber692",
+                                "pmCounterNumber693",
+                                "pmCounterNumber694",
+                                "pmCounterNumber694Em",
+                                "pmCounterNumber696",
+                                "pmCounterNumber696Em",
+                                "pmCounterNumber698",
+                                "pmCounterNumber699",
+                                "pmCounterNumber699Em",
+                                "pmCounterNumber701",
+                                "pmCounterNumber701Em",
+                                "pmCounterNumber703",
+                                "pmCounterNumber704",
+                                "pmCounterNumber705",
+                                "pmCounterNumber706",
+                                "pmCounterNumber7062",
+                                "pmCounterNumber708",
+                                "pmCounterNumber709",
+                                "pmCounterNumber710",
+                                "pmCounterNumber711",
+                                "pmCounterNumber712",
+                                "pmCounterNumber713",
+                                "pmCounterNumber714",
+                                "pmCounterNumber715",
+                                "pmCounterNumber716",
+                                "pmCounterNumber717",
+                                "pmCounterNumber718",
+                                "pmCounterNumber719",
+                                "pmCounterNumber720"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,ENodeBFunction=1,EUtranCellFDD=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 67,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 68,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 69,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 70,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 71,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 72,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 73,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 74,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 75,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 76,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 77,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 78,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 79,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 80,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 81,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 82,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 83,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 84,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 85,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 86,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 87,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 88,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 89,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 90,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 91,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 92,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 93,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 94,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 95,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 96,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 97,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 98,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 99,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 100,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 101,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 102,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 103,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 104,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 105,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 106,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 107,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 108,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 109,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 110,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 111,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 112,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 113,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 114,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 115,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 116,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 117,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 118,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 119,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 120,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 121,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 122,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 123,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 124,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 125,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 126,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 127,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 128,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 129,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 130,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 131,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 132,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 133,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 134,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 135,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 136,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 137,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 138,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 139,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 140,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 141,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 142,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 143,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 144,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 145,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 146,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 147,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 148,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 149,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 150,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 151,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 152,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 153,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 154,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 155,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 156,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 157,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 158,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 159,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,ENodeBFunction=1,EUtranCellFDD=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 67,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 68,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 69,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 70,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 71,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 72,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 73,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 74,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 75,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 76,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 77,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 78,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 79,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 80,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 81,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 82,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 83,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 84,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 85,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 86,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 87,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 88,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 89,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 90,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 91,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 92,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 93,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 94,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 95,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 96,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 97,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 98,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 99,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 100,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 101,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 102,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 103,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 104,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 105,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 106,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 107,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 108,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 109,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 110,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 111,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 112,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 113,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 114,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 115,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 116,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 117,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 118,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 119,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 120,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 121,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 122,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 123,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 124,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 125,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 126,
+                                        "sValue": "0,0,0,0"
+                                    },
+                                    {
+                                        "p": 127,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 128,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 129,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 130,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 131,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 132,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 133,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 134,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 135,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 136,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 137,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 138,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 139,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 140,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 141,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 142,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 143,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 144,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 145,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 146,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 147,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 148,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 149,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 150,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 151,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 152,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 153,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 154,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 155,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 156,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 157,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 158,
+                                        "sValue": "0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 159,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=BbProcessingResource"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber550Burst",
+                                "pmCounterNumber550Format",
+                                "pmCounterNumber550X2Fwd",
+                                "pmCounterNumber724",
+                                "pmCounterNumber725"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,Equipment=1,FieldReplaceableUnit=BB-1,BbProcessingResource=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=EUtranCellFDD"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber726",
+                                "pmCounterNumber727",
+                                "pmCounterNumber728",
+                                "pmCounterNumber729",
+                                "pmCounterNumber730",
+                                "pmCounterNumber731",
+                                "pmCounterNumber732",
+                                "pmCounterNumber733",
+                                "pmCounterNumber734",
+                                "pmCounterNumber735",
+                                "pmCounterNumber629CatMDrxNoSyncQci",
+                                "pmCounterNumber629CatMDrxSyncQci",
+                                "pmCounterNumber629CatMNoDrxNoSyncQci",
+                                "pmCounterNumber629CatMNoDrxSyncQci",
+                                "pmCounterNumber629DrxNoSyncQci",
+                                "pmCounterNumber629DrxSync",
+                                "pmCounterNumber629DrxSyncQci",
+                                "pmCounterNumber629NoDrxNoSyncQci",
+                                "pmCounterNumber629NoDrxSyncQci",
+                                "pmCounterNumber629Qci",
+                                "pmCounterNumber630CatMDrxNoSyncQci",
+                                "pmCounterNumber630CatMDrxSyncQci",
+                                "pmCounterNumber630CatMNoDrxNoSyncQci",
+                                "pmCounterNumber630CatMNoDrxSyncQci",
+                                "pmCounterNumber630DrxNoSyncQci",
+                                "pmCounterNumber630DrxSync",
+                                "pmCounterNumber630DrxSyncQci",
+                                "pmCounterNumber630NoDrxNoSyncQci",
+                                "pmCounterNumber630NoDrxSyncQci",
+                                "pmCounterNumber630Qci",
+                                "pmCounterNumber756",
+                                "pmCounterNumber756Qci",
+                                "pmCounterNumber758",
+                                "pmCounterNumber758Qci",
+                                "pmCounterNumber631Qci",
+                                "pmCounterNumber631UuQci",
+                                "pmCounterNumber762",
+                                "pmCounterNumber633Limitations",
+                                "pmCounterNumber633MissingPdus2Qci",
+                                "pmCounterNumber633Qci",
+                                "pmCounterNumber633RohcFail2Qci",
+                                "pmCounterNumber633SrbTooLarge",
+                                "pmCounterNumber768",
+                                "pmCounterNumber769",
+                                "pmCounterNumber770",
+                                "pmCounterNumber771",
+                                "pmCounterNumber771Qci",
+                                "pmCounterNumber634Qci",
+                                "pmCounterNumber635Qci",
+                                "pmCounterNumber775",
+                                "pmCounterNumber637Ca",
+                                "pmCounterNumber637LastTTICa",
+                                "pmCounterNumber637Qci",
+                                "pmCounterNumber637TransPlmn0",
+                                "pmCounterNumber637TransPlmn1",
+                                "pmCounterNumber637TransPlmn2",
+                                "pmCounterNumber637TransPlmn3",
+                                "pmCounterNumber637TransPlmn4",
+                                "pmCounterNumber637TransPlmn5",
+                                "pmCounterNumber637TransPlmn6",
+                                "pmCounterNumber637TransQci",
+                                "pmCounterNumber787",
+                                "pmCounterNumber641Trans",
+                                "pmCounterNumber789",
+                                "pmCounterNumber642Plmn0",
+                                "pmCounterNumber642Plmn1",
+                                "pmCounterNumber642Plmn2",
+                                "pmCounterNumber642Plmn3",
+                                "pmCounterNumber642Plmn4",
+                                "pmCounterNumber642Plmn5",
+                                "pmCounterNumber642Plmn6",
+                                "pmCounterNumber642Qci",
+                                "pmCounterNumber798"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,ENodeBFunction=1,EUtranCellFDD=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 67,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 68,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 69,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 70,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 71,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 72,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 73,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,ENodeBFunction=1,EUtranCellFDD=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 11,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 12,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 13,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 14,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 15,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 16,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 17,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 18,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 19,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 20,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 21,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 22,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 23,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 24,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 25,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 26,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 27,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 28,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 29,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 30,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 31,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 32,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 33,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 34,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 35,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 36,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 37,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 38,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 39,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 40,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 41,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 42,
+                                        "sValue": "0,0,0,0,0,0,0,0,0,0"
+                                    },
+                                    {
+                                        "p": 43,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 44,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 45,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 46,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 47,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 48,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 49,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 50,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 51,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 52,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 53,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 54,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 55,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 56,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 57,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 58,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 59,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 60,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 61,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 62,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 63,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 64,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 65,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 66,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 67,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 68,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 69,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 70,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 71,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 72,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 73,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=GNBCUUPFunction_GNBCUUP"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber799",
+                                "pmCounterNumber799Gtpu",
+                                "pmCounterNumber799NoCtxt",
+                                "pmCounterNumber802",
+                                "pmCounterNumber803",
+                                "pmCounterNumber804",
+                                "pmCounterNumber805",
+                                "pmCounterNumber806",
+                                "pmCounterNumber807",
+                                "pmCounterNumber808"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUUPFunction=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 3,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 4,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 5,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 6,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 7,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 8,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 9,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 10,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=NRCellCU_GNBCUCP"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmEndcUeCapabilityUlPdcpDelay"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUCPFunction=1,NRCellCU=32",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUCPFunction=1,NRCellCU=31",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUCPFunction=1,NRCellCU=2",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            },
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUCPFunction=1,NRCellCU=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    },
+                    {
+                        "measInfoId": {
+                            "sMeasInfoId": "PM=1,PmGroup=X2UTermination_GNBCUUP"
+                        },
+                        "measTypes": {
+                            "sMeasTypesList": [
+                                "pmCounterNumber802",
+                                "pmCounterNumber803"
+                            ]
+                        },
+                        "measValuesList": [
+                            {
+                                "measObjInstId": "ManagedElement=GNODEB-0,GNBCUUPFunction=1,X2UTermination=1",
+                                "suspectFlag": "false",
+                                "measResults": [
+                                    {
+                                        "p": 1,
+                                        "sValue": "0"
+                                    },
+                                    {
+                                        "p": 2,
+                                        "sValue": "0"
+                                    }
+                                ]
+                            }
+                        ]
+                    }
+                ]
+            }
+        }
+    }
+}
\ No newline at end of file
index 1663194..ac8ce05 100644 (file)
@@ -24,10 +24,6 @@ import (
        "compress/gzip"
        "context"
        "fmt"
-       jsoniter "github.com/json-iterator/go"
-       "github.com/minio/minio-go/v7"
-       "github.com/minio/minio-go/v7/pkg/credentials"
-       log "github.com/sirupsen/logrus"
        "io"
        "main/common/dataTypes"
        "main/components/xmltransform"
@@ -35,8 +31,14 @@ import (
        "os"
        "strings"
        "time"
+
+       jsoniter "github.com/json-iterator/go"
+       "github.com/minio/minio-go/v7"
+       "github.com/minio/minio-go/v7/pkg/credentials"
+       log "github.com/sirupsen/logrus"
 )
 
+// nolint
 func Xml_to_json_conv(evt_data *dataTypes.XmlFileEventHeader) string {
        filestoreUser := os.Getenv("FILESTORE_USER")
        filestorePwd := os.Getenv("FILESTORE_PWD")
@@ -76,6 +78,7 @@ func Xml_to_json_conv(evt_data *dataTypes.XmlFileEventHeader) string {
        return newObjectName
 }
 
+// nolint
 func upload_object(mc *minio.Client, b []byte, objectName string, fsbucket string) {
        contentType := "application/json"
        if strings.HasSuffix(objectName, ".gz") {
@@ -109,6 +112,7 @@ func upload_object(mc *minio.Client, b []byte, objectName string, fsbucket strin
        }
 }
 
+// nolint
 func create_minio_bucket(mc *minio.Client, bucket string) error {
        tctx := context.Background()
        err := mc.MakeBucket(tctx, bucket, minio.MakeBucketOptions{})
@@ -127,6 +131,7 @@ func create_minio_bucket(mc *minio.Client, bucket string) error {
        return nil
 }
 
+// nolint
 func check_minio_bucket(mc *minio.Client, bucket string) bool {
        tctx := context.Background()
        exists, err := mc.BucketExists(tctx, bucket)
@@ -139,6 +144,7 @@ func check_minio_bucket(mc *minio.Client, bucket string) bool {
 }
 
 // Write gzipped data to a Writer
+// nolint
 func gzipWrite(w io.Writer, data *[]byte) error {
        gw, err1 := gzip.NewWriterLevel(w, gzip.BestSpeed)
 
diff --git a/pm-file-converter/components/miniocollector/miniocollector_test.go b/pm-file-converter/components/miniocollector/miniocollector_test.go
new file mode 100644 (file)
index 0000000..17327a8
--- /dev/null
@@ -0,0 +1,175 @@
+package miniocollector
+
+import (
+       "bytes"
+       "context"
+       "io"
+       "log"
+       "os"
+       "testing"
+
+       "github.com/minio/minio-go/v7"
+       "github.com/minio/minio-go/v7/pkg/credentials"
+       "github.com/stretchr/testify/assert"
+)
+
+func TestMake_minio_bucket(t *testing.T) {
+
+       endpoint := "play.min.io:9000"
+       accessKey := "Q3AM3UQ867SPQQA43P2F"
+       secretKey := "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"
+
+       minioClient, err := minio.New(endpoint, &minio.Options{
+               Creds:  credentials.NewStaticV4(accessKey, secretKey, ""),
+               Secure: true,
+       })
+       if err != nil {
+               log.Fatalf("Error creating Minio client: %v", err)
+       }
+
+       if _, err := minioClient.ListBuckets(context.Background()); err != nil {
+               log.Fatalf("Error connecting to Minio server: %v", err)
+       }
+
+       // Create a test bucket.
+       bucketName := "my-test-bucket"
+       err = create_minio_bucket(minioClient, bucketName)
+       if err != nil {
+               log.Fatalf("Error creating bucket: %v", err)
+       } else {
+               assert.NoError(t, err)
+       }
+}
+
+func Test_bucket_cannot_empty(t *testing.T) {
+
+       endpoint := "play.min.io:9000"
+       accessKey := "Q3AM3UQ867SPQQA43P2F"
+       secretKey := "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"
+
+       minioClient, err := minio.New(endpoint, &minio.Options{
+               Creds:  credentials.NewStaticV4(accessKey, secretKey, ""),
+               Secure: true,
+       })
+       if err != nil {
+               log.Fatalf("Error creating Minio client: %v", err)
+       }
+
+       if _, err := minioClient.ListBuckets(context.Background()); err != nil {
+               log.Fatalf("Error connecting to Minio server: %v", err)
+       }
+
+       // Create a test bucket.
+       bucketName := ""
+       err = create_minio_bucket(minioClient, bucketName)
+       if err != nil {
+               assert.Error(t, err)
+       } else {
+               assert.NoError(t, err)
+       }
+}
+
+func Test_check_minio_bucket(t *testing.T) {
+
+       endpoint := "play.min.io:9000"
+       accessKey := "Q3AM3UQ867SPQQA43P2F"
+       secretKey := "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"
+
+       found := false
+
+       minioClient, err := minio.New(endpoint, &minio.Options{
+               Creds:  credentials.NewStaticV4(accessKey, secretKey, ""),
+               Secure: true,
+       })
+       if err != nil {
+               log.Fatalf("Error creating Minio client: %v", err)
+       }
+
+       if _, err := minioClient.ListBuckets(context.Background()); err != nil {
+               log.Fatalf("Error connecting to Minio server: %v", err)
+       }
+
+       // Create a test bucket.
+       bucketName := "my-test-bucket"
+       found = check_minio_bucket(minioClient, bucketName)
+       if found {
+               assert.True(t, found)
+       } else {
+               assert.False(t, found)
+       }
+}
+
+func Test_bucket_not_exists(t *testing.T) {
+
+       endpoint := "play.min.io:9000"
+       accessKey := "Q3AM3UQ867SPQQA43P2F"
+       secretKey := "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"
+
+       found := false
+
+       minioClient, err := minio.New(endpoint, &minio.Options{
+               Creds:  credentials.NewStaticV4(accessKey, secretKey, ""),
+               Secure: true,
+       })
+       if err != nil {
+               log.Fatalf("Error creating Minio client: %v", err)
+       }
+
+       if _, err := minioClient.ListBuckets(context.Background()); err != nil {
+               log.Fatalf("Error connecting to Minio server: %v", err)
+       }
+
+       // Create a test bucket.
+       bucketName := "my-test-bucket-not-exists"
+       found = check_minio_bucket(minioClient, bucketName)
+       if found {
+               assert.True(t, found)
+       } else {
+               assert.False(t, found)
+       }
+}
+
+func Test_upload_object(t *testing.T) {
+
+       endpoint := "play.min.io:9000"
+       accessKey := "Q3AM3UQ867SPQQA43P2F"
+       secretKey := "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"
+
+       minioClient, err := minio.New(endpoint, &minio.Options{
+               Creds:  credentials.NewStaticV4(accessKey, secretKey, ""),
+               Secure: true,
+       })
+       if err != nil {
+               log.Fatalf("Error creating Minio client: %v", err)
+       }
+
+       if _, err := minioClient.ListBuckets(context.Background()); err != nil {
+               log.Fatalf("Error connecting to Minio server: %v", err)
+       }
+
+       json_filename := "minio_upload_test.json"
+
+       fi, err := os.Open(json_filename)
+
+       if err != nil {
+               t.Fatalf("File %s - cannot be opened  - discarding message, error details: %s", json_filename, err.Error())
+       }
+       defer fi.Close()
+
+       reader := fi
+
+       var buf3 bytes.Buffer
+       _, err2 := io.Copy(&buf3, reader)
+       if err2 != nil {
+               t.Fatalf("File %s - cannot be read, discarding message, %s", json_filename, err.Error())
+               return
+       }
+       file_bytes := buf3.Bytes()
+
+       // Create a test bucket.
+       bucketName := "my-test-bucket"
+       upload_object(minioClient, file_bytes, "minio_upload_test.json", bucketName)
+
+       assert.NoError(t, err)
+
+}
index 8e88d19..e7e04e4 100644 (file)
@@ -35,6 +35,7 @@ import (
        "time"
 )
 
+//lint:ignore S117
 func xml_to_json_conv(f_byteValue *[]byte, xfeh *dataTypes.XmlFileEventHeader) ([]byte, error) {
        var f dataTypes.MeasCollecFile
        start := time.Now()
index 7c5318d..5cb7baf 100644 (file)
@@ -2,38 +2,40 @@ module main
 
 go 1.19
 
-require (
-       github.com/confluentinc/confluent-kafka-go v1.9.2
-       github.com/gorilla/mux v1.8.0
-)
+require github.com/confluentinc/confluent-kafka-go v1.9.2
 
 require (
-       github.com/google/uuid v1.3.0
-       github.com/influxdata/influxdb-client-go/v2 v2.12.2
        github.com/json-iterator/go v1.1.12
-       github.com/minio/minio-go/v7 v7.0.35
+       github.com/minio/minio-go/v7 v7.0.41
        github.com/sirupsen/logrus v1.9.0
-       golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
+       golang.org/x/oauth2 v0.12.0
+)
+
+require (
+       github.com/davecgh/go-spew v1.1.1 // indirect
+       github.com/pmezard/go-difflib v1.0.0 // indirect
+       github.com/rogpeppe/go-internal v1.8.1 // indirect
+       gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
+       gopkg.in/yaml.v3 v3.0.1 // indirect
 )
 
 require (
-       github.com/deepmap/oapi-codegen v1.8.2 // indirect
        github.com/dustin/go-humanize v1.0.0 // indirect
-       github.com/golang/protobuf v1.5.2 // indirect
-       github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
-       github.com/klauspost/compress v1.15.9 // indirect
+       github.com/golang/protobuf v1.5.3 // indirect
+       github.com/google/uuid v1.3.0 // indirect
+       github.com/klauspost/compress v1.16.0 // indirect
        github.com/klauspost/cpuid/v2 v2.1.0 // indirect
        github.com/minio/md5-simd v1.1.2 // indirect
        github.com/minio/sha256-simd v1.0.0 // indirect
        github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
        github.com/modern-go/reflect2 v1.0.2 // indirect
-       github.com/pkg/errors v0.9.1 // indirect
        github.com/rs/xid v1.4.0 // indirect
-       golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
-       golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
-       golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
-       golang.org/x/text v0.3.7 // indirect
-       google.golang.org/appengine v1.4.0 // indirect
-       google.golang.org/protobuf v1.28.0 // indirect
-       gopkg.in/ini.v1 v1.66.6 // indirect
+       github.com/stretchr/testify v1.8.4
+       golang.org/x/crypto v0.13.0 // indirect
+       golang.org/x/net v0.15.0 // indirect
+       golang.org/x/sys v0.12.0 // indirect
+       golang.org/x/text v0.13.0 // indirect
+       google.golang.org/appengine v1.6.7 // indirect
+       google.golang.org/protobuf v1.31.0 // indirect
+       gopkg.in/ini.v1 v1.67.0 // indirect
 )
index 9f41053..de3bd33 100644 (file)
@@ -20,13 +20,9 @@ github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWH
 github.com/confluentinc/confluent-kafka-go v1.9.2 h1:gV/GxhMBUb03tFWkN+7kdhg+zf+QUM+wVkI9zwh770Q=
 github.com/confluentinc/confluent-kafka-go v1.9.2/go.mod h1:ptXNqsuDfYbAE/LBW6pnwWZElUoWxHoV8E43DCrliyo=
 github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
-github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c/go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4=
 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
 github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
 github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
-github.com/deepmap/oapi-codegen v1.8.2 h1:SegyeYGcdi0jLLrpbCMoJxnUUn8GBXHsvr4rbzjuhfU=
-github.com/deepmap/oapi-codegen v1.8.2/go.mod h1:YLgSKSDv/bZQB7N4ws6luhozi3cEdRktEqrX88CvjIw=
-github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
 github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=
 github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
 github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
@@ -40,14 +36,11 @@ github.com/frankban/quicktest v1.2.2/go.mod h1:Qh/WofXFeiAFII1aEBu529AtJo6Zg2VHs
 github.com/frankban/quicktest v1.7.2/go.mod h1:jaStnuzAqU1AJdCO0l53JDCJrVDKcS03DbaAcR7Ks/o=
 github.com/frankban/quicktest v1.10.0/go.mod h1:ui7WezCLWMWxVWr1GETZY3smRy0G4KWq9vcPtJmFl7Y=
 github.com/frankban/quicktest v1.14.0/go.mod h1:NeW+ay9A/U67EYXNFA1nPE8e/tnQv/09mUdL/ijj8og=
-github.com/getkin/kin-openapi v0.61.0/go.mod h1:7Yn5whZr5kJi6t+kShccXS8ae1APpYTW6yheSwk8Yi4=
 github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
-github.com/go-chi/chi/v5 v5.0.0/go.mod h1:BBug9lr0cqtdAhsu6R4AAdvufI0/XBzAQSsUqJpoZOs=
-github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg=
-github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk=
 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
 github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
 github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
+github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
 github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
 github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw=
 github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
@@ -59,12 +52,12 @@ github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QD
 github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
 github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
 github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
-github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=
 github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
+github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
+github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
 github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
 github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
 github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
-github.com/golangci/lint-1 v0.0.0-20181222135242-d2cdd8c08219/go.mod h1:/X8TswGSh1pIozq4ZwCfxS0WA5JGXguxk94ar/4c87Y=
 github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
 github.com/google/go-cmp v0.2.1-0.20190312032427-6f77996f0c42/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
 github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
@@ -73,22 +66,17 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
 github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
 github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
 github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
+github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
 github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
 github.com/google/pprof v0.0.0-20211008130755-947d60d73cc0/go.mod h1:KgnwoLYCZ8IQu3XUZ8Nc/bM9CCZFOyjUNOSygVozoDg=
 github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
 github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
 github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
-github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
-github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
 github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
 github.com/hamba/avro v1.5.6/go.mod h1:3vNT0RLXXpFm2Tb/5KC71ZRJlOroggq1Rcitb6k4Fr8=
 github.com/heetch/avro v0.3.1/go.mod h1:4xn38Oz/+hiEUTpbVfGVLfvOg0yKLlRP7Q9+gJJILgA=
 github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0/go.mod h1:N0Wam8K1arqPXNWjMo21EXnBPOPp36vB07FNRdD2geA=
 github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w=
-github.com/influxdata/influxdb-client-go/v2 v2.12.2 h1:uYABKdrEKlYm+++qfKdbgaHKBPmoWR5wpbmj6MBB/2g=
-github.com/influxdata/influxdb-client-go/v2 v2.12.2/go.mod h1:YteV91FiQxRdccyJ2cHvj2f/5sq4y4Njqu1fQzsQCOU=
-github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 h1:W9WBk7wlPfJLvMCdtV4zPulc4uCPrlywQOmbFOhgQNU=
-github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839/go.mod h1:xaLFMmpvUxqXtVkUJfg9QmT88cDaCJ3ZKgdZ78oO8Qo=
 github.com/invopop/jsonschema v0.4.0/go.mod h1:O9uiLokuu0+MGFlyiaqtWxwqJm41/+8Nj0lD7A36YH0=
 github.com/jhump/gopoet v0.0.0-20190322174617-17282ff210b3/go.mod h1:me9yfT6IJSlOL3FCfrg+L6yzUEZ+5jW6WHt4Sk+UPUI=
 github.com/jhump/gopoet v0.1.0/go.mod h1:me9yfT6IJSlOL3FCfrg+L6yzUEZ+5jW6WHt4Sk+UPUI=
@@ -100,37 +88,29 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
 github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
 github.com/juju/qthttptest v0.1.1/go.mod h1:aTlAv8TYaflIiTDIQYzxnl1QdPjAg8Q8qJMErpKy6A4=
 github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
-github.com/klauspost/compress v1.15.9 h1:wKRjX6JRtDdrE9qwa4b/Cip7ACOshUI4smpCQanqjSY=
-github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU=
+github.com/klauspost/compress v1.16.0 h1:iULayQNOReoYUe+1qtKOqw9CwJv3aNQu8ivo7lw1HU4=
+github.com/klauspost/compress v1.16.0/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
 github.com/klauspost/cpuid/v2 v2.0.1/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
 github.com/klauspost/cpuid/v2 v2.0.4/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
 github.com/klauspost/cpuid/v2 v2.1.0 h1:eyi1Ad2aNJMW95zcSbmGg7Cg6cq3ADwLpMAP96d8rF0=
 github.com/klauspost/cpuid/v2 v2.1.0/go.mod h1:RVVoqg1df56z8g3pUjL/3lE5UfnlrJX8tyFgg4nqhuY=
 github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
 github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
+github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
+github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
 github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk=
 github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
 github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
+github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
 github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
-github.com/labstack/echo/v4 v4.2.1/go.mod h1:AA49e0DZ8kk5jTOOCKNuPR6oTnBS0dYiM4FW1e6jwpg=
-github.com/labstack/gommon v0.3.0/go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL7NoOu+k=
 github.com/linkedin/goavro v2.1.0+incompatible/go.mod h1:bBCwI2eGYpUI/4820s67MElg9tdeLbINjLjiM2xZFYM=
 github.com/linkedin/goavro/v2 v2.10.0/go.mod h1:UgQUb2N/pmueQYH9bfqFioWxzYCZXSfF8Jw03O5sjqA=
 github.com/linkedin/goavro/v2 v2.10.1/go.mod h1:UgQUb2N/pmueQYH9bfqFioWxzYCZXSfF8Jw03O5sjqA=
 github.com/linkedin/goavro/v2 v2.11.1/go.mod h1:UgQUb2N/pmueQYH9bfqFioWxzYCZXSfF8Jw03O5sjqA=
-github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
-github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
-github.com/matryer/moq v0.0.0-20190312154309-6cfb0558e1bd/go.mod h1:9ELz6aaclSIGnZBoaSLZ3NAl1VTufbOrXBPvtcy6WiQ=
-github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
-github.com/mattn/go-colorable v0.1.7/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
-github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
-github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
-github.com/mattn/go-isatty v0.0.9/go.mod h1:YNRxwqDuOph6SZLI9vUUz6OYw3QyUt7WiY2yME+cCiQ=
-github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
 github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=
 github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM=
-github.com/minio/minio-go/v7 v7.0.35 h1:JuPPxWLdxQmNLSaS8AWZnO5HBadeI1xg6FGrEELQEVU=
-github.com/minio/minio-go/v7 v7.0.35/go.mod h1:nCrRzjoSUQh8hgKKtu3Y708OLvRLtuASMg2/nvmbarw=
+github.com/minio/minio-go/v7 v7.0.41 h1:Qhc82nDRep+VSuDEPSawKUHkARnZI5st7acEqgqVX+k=
+github.com/minio/minio-go/v7 v7.0.41/go.mod h1:nCrRzjoSUQh8hgKKtu3Y708OLvRLtuASMg2/nvmbarw=
 github.com/minio/sha256-simd v1.0.0 h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g=
 github.com/minio/sha256-simd v1.0.0/go.mod h1:OuYzVNI5vcoYIAmbIvHPl3N3jUzVedXbKy5RFepssQM=
 github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
@@ -142,9 +122,6 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
 github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
 github.com/nrwiersma/avro-benchmarks v0.0.0-20210913175520-21aec48c8f76/go.mod h1:iKyFMidsk/sVYONJRE372sJuX/QTRPacU7imPqqsu7g=
 github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
-github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
-github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
-github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
 github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
 github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
 github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
@@ -152,6 +129,8 @@ github.com/rogpeppe/clock v0.0.0-20190514195947-2896927a307a/go.mod h1:4r5QyqhjI
 github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
 github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
 github.com/rogpeppe/go-internal v1.8.0/go.mod h1:WmiCO8CzOY8rg0OYDC4/i/2WRWAB6poM+XZ2dLUbcbE=
+github.com/rogpeppe/go-internal v1.8.1 h1:geMPLpDpQOgVyCg5z5GoRwLHepNdb71NXb67XFkP+Eg=
+github.com/rogpeppe/go-internal v1.8.1/go.mod h1:JeRgkft04UBgHMgCIwADu4Pn6Mtm5d4nPKWu0nJ5d+o=
 github.com/rs/xid v1.4.0 h1:qd7wPTDkN6KQx2VmMBLrpHkiyQwgFXRnkOLacUiaSNY=
 github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
 github.com/santhosh-tekuri/jsonschema/v5 v5.0.0/go.mod h1:FKdcjfQW6rpZSnxxUvEA5H/cDPdvJ/SZJQLWWXWGrZ0=
@@ -160,23 +139,18 @@ github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVs
 github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
 github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
 github.com/stretchr/testify v1.3.1-0.20190311161405-34c6fa2dc709/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
-github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
 github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
 github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
 github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
-github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
-github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
-github.com/valyala/fasttemplate v1.0.1/go.mod h1:UQGH1tvbgY+Nz5t2n7tXsz52dQxojPUpymEIMZ47gx8=
-github.com/valyala/fasttemplate v1.2.1/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ=
+github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
+github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
 github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
 go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
-golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
-golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I=
-golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa h1:zuSxTR4o9y82ebqCUJYNGJbGPo6sKVl54f/TVDObg1c=
-golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
+golang.org/x/crypto v0.13.0 h1:mvySKfSWJ+UKUii46M40LOvyWfN0s2U+46/jDd0e6Ck=
+golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc=
 golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
 golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
 golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
@@ -188,19 +162,20 @@ golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73r
 golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
 golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
 golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
+golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
 golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
 golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
 golang.org/x/net v0.0.0-20200505041828-1ed23360d12c/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
 golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
 golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
 golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
-golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
 golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
-golang.org/x/net v0.0.0-20220722155237-a158d28d115b h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0=
-golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
+golang.org/x/net v0.15.0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8=
+golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
 golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
-golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d h1:TzXSXBo42m9gQenoE3b9BGiEpg5IG2JkU5FkPIawgtw=
 golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
+golang.org/x/oauth2 v0.12.0 h1:smVPGxink+n1ZI5pkQa8y6fZT0RW0MgCO5bFpepy4B4=
+golang.org/x/oauth2 v0.12.0/go.mod h1:A74bZ3aGXgCY0qaIC9Ahg6Lglin4AMAco8cIv9baba4=
 golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -209,50 +184,40 @@ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJ
 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
 golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
-golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
 golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
 golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
 golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
 golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
 golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
 golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
 golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=
-golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
+golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
+golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
 golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
 golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
 golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
 golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
-golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
-golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
-golang.org/x/time v0.0.0-20201208040808-7e3f01d25324/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
-golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
+golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
+golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
 golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
 golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
 golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=
 golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
 golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
 golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
-golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
 golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
 golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
 golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
 golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
 google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
-google.golang.org/appengine v1.4.0 h1:/wp5JvzpHIxhs/dumFmF7BXTf3Z+dd4uXta4kVyO508=
 google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
+google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=
+google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc=
 google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
 google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
 google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
@@ -278,26 +243,29 @@ google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlba
 google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
 google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
 google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
-google.golang.org/protobuf v1.28.0 h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=
 google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
+google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
+google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
 gopkg.in/avro.v0 v0.0.0-20171217001914-a730b5802183/go.mod h1:FvqrFXt+jCsyQibeRv4xxEJBL5iG2DDW5aeJwzDiq4A=
 gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
+gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
+gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
 gopkg.in/errgo.v1 v1.0.0/go.mod h1:CxwszS/Xz1C49Ucd2i6Zil5UToP1EmyrFhKaMVbg1mk=
 gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
 gopkg.in/httprequest.v1 v1.2.1/go.mod h1:x2Otw96yda5+8+6ZeWwHIJTFkEHWP/qP8pJOzqEtWPM=
-gopkg.in/ini.v1 v1.66.6 h1:LATuAqN/shcYAOkv3wl2L4rkaKqkcgTBQjOyYDvcPKI=
-gopkg.in/ini.v1 v1.66.6/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
+gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=
+gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
 gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22/go.mod h1:yeKp02qBN3iKW1OzL3MGk2IdtZzaj7SFntXj72NppTA=
 gopkg.in/retry.v1 v1.0.3/go.mod h1:FJkXmWiMaAo7xB+xhvDF59zhfjDWyzmyAxiT4dB688g=
 gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
 gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
 gopkg.in/yaml.v2 v2.2.7/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
 gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
-gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
+gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
 honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
diff --git a/sonar-project.properties b/sonar-project.properties
new file mode 100644 (file)
index 0000000..63b49bb
--- /dev/null
@@ -0,0 +1,6 @@
+sonar.build.sourceEncoding=UTF-8
+sonar.exclusions=**/*_test.go,**/gentools/**/*,**/mocks/**/*,**/*.gen.go,**/*.html,docs/conf.py
+sonar.sources=collector
+sonar.tests=pm-file-converter
+sonar.test.inclusions=**/*_test.go
+sonar.typescript.lcov.reportPaths=pm-file-converter/coverage.txt