From 078e0e852782b8a617f11f7749edfa79e4f563ec Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Thu, 12 Nov 2020 15:28:42 +0530 Subject: Fix DES interface in PCI opt Issue-ID: OPTFRA-871 Signed-off-by: krishnaa96 Change-Id: Ie9a6ff2012f544cfe88db6b102b72c399a2c6186 --- test/apps/pci_optimization/des_result.json | 78 ++---------------------------- 1 file changed, 5 insertions(+), 73 deletions(-) (limited to 'test/apps') diff --git a/test/apps/pci_optimization/des_result.json b/test/apps/pci_optimization/des_result.json index 2083ade..9209acf 100644 --- a/test/apps/pci_optimization/des_result.json +++ b/test/apps/pci_optimization/des_result.json @@ -1,86 +1,18 @@ [ [ { - "additionalMeasurements": [ - { - "hashMap":{ - "networkId":"plmnid1", - "InterEnbOutAtt_X2HO":"300", - "InterEnbOutSucc_X2HO":"290" - }, - "name":"Chn0004" - }, - { - "hashMap":{ - "InterEnbOutAtt_X2HO":"1000", - "InterEnbOutSucc_X2HO":"170" - }, - "name":"Chn0001" - } - - ] + "overallHoAtt": 1300 }, { - "additionalMeasurements": [ - { - "hashMap":{ - "networkId":"plmnid1", - "InterEnbOutAtt_X2HO":"300", - "InterEnbOutSucc_X2HO":"290" - }, - "name":"Chn0004" - }, - { - "hashMap":{ - "InterEnbOutAtt_X2HO":"250", - "InterEnbOutSucc_X2HO":"170" - }, - "name":"Chn0001" - } - - ] + "overallHoAtt": 550 } ], [ { - "additionalMeasurements": [ - { - "hashMap":{ - "networkId":"plmnid1", - "InterEnbOutAtt_X2HO":"200", - "InterEnbOutSucc_X2HO":"290" - }, - "name":"Chn0007" - }, - { - "hashMap":{ - "InterEnbOutAtt_X2HO":"250", - "InterEnbOutSucc_X2HO":"170" - }, - "name":"Chn0005" - } - - ] + "overallHoAtt": 450 }, { - "additionalMeasurements": [ - { - "hashMap":{ - "networkId":"plmnid1", - "InterEnbOutAtt_X2HO":"150", - "InterEnbOutSucc_X2HO":"290" - }, - "name":"Chn0007" - }, - { - "hashMap":{ - "InterEnbOutAtt_X2HO":"250", - "InterEnbOutSucc_X2HO":"170" - }, - "name":"Chn0005" - } - - ] + "overallHoAtt": 400 } ] -] \ No newline at end of file +] -- cgit 1.2.3-korg