From 2359e421d7e1ef7b9785adb63553b37996ef384e Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Thu, 27 Apr 2023 15:03:41 +0200 Subject: [PATCH] running ./send15minPm.sh FYNG results in "JSON does not conform to schema". - remove 'networkSliceArray' from template Issue-ID: OAM-331 Change-Id: If0738fdb6c0bb42f105dc8dbda3620cf60cbc6ee Signed-off-by: Martin Skorupski --- code/client-scripts-ves-v7/json/templates/measurement.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/code/client-scripts-ves-v7/json/templates/measurement.json b/code/client-scripts-ves-v7/json/templates/measurement.json index b46d158..df9e2af 100644 --- a/code/client-scripts-ves-v7/json/templates/measurement.json +++ b/code/client-scripts-ves-v7/json/templates/measurement.json @@ -41,18 +41,6 @@ } } ], - "networkSliceArray": [ - { - "DRB.UEThpDl.SNSSAI": 5000, - "DRB.UEThpUl.SNSSAI": 4500, - "networkSliceIdentifier": "255FFFFFF" - }, - { - "DRB.UEThpDl.SNSSAI": 4500, - "DRB.UEThpUl.SNSSAI": 5000, - "networkSliceIdentifier": "001FFFFFA" - } - ], "additionalObjects": [], "codecUsageArray": [], "concurrentSessions": 2, -- 2.16.6