diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-11-12 15:28:42 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-11-12 15:28:42 +0530 |
commit | 078e0e852782b8a617f11f7749edfa79e4f563ec (patch) | |
tree | 9d2ecd76b5f36719854602a38e884d07168e4d8a /test/apps/pci_optimization | |
parent | b1d2a420c9eef68061fe6706e8444e79dd611fae (diff) |
Fix DES interface in PCI opt
Issue-ID: OPTFRA-871
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ie9a6ff2012f544cfe88db6b102b72c399a2c6186
Diffstat (limited to 'test/apps/pci_optimization')
-rw-r--r-- | test/apps/pci_optimization/des_result.json | 78 |
1 files changed, 5 insertions, 73 deletions
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 +] |