From 8b86f34f6ea29728e31c4f6799009e8562ef3b6f Mon Sep 17 00:00:00 2001 From: Ahila Date: Tue, 25 May 2021 16:29:18 +0530 Subject: RanSlice DG, Templates - Integration Testing Fixes Issue-ID: CCSDK-3314 Signed-off-by: Ahila Change-Id: I9d3960a3fe5bc2e693d20cd6176ed57953a71eea --- .../src/main/json/ranSlice-configDB-updategNBDU.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBDU.json') diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBDU.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBDU.json index 4bfe52f8..cfce5690 100644 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBDU.json +++ b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBDU.json @@ -5,17 +5,18 @@ "pLMNInfoList": [ { "pLMNId": ${tmp.pLMNId}, - "sNSSAI": { - "configData": { + "sNSSAI":[ { + "configData": [{ "dLThptPerSlice": ${tmp.dLThptPerSlice}, "maxNumberOfConns": ${tmp.maxNumberOfConns}, "uLThptPerSlice": ${tmp.uLThptPerSlice} - }, + }], "globalSubscriberId": "", "sNSSAI": ${tmp.payload.sNSSAI}, "status": "ACTIVE", "subscriptionServiceType": "" } + ] } ], "resourceType": "PRB" @@ -27,4 +28,4 @@ "gNBIdLength": ${tmp.gNBIdLength}, "nearRTRICId": ${tmp.nearRTRICId}, "pLMNId": ${tmp.pLMNId} -} +} \ No newline at end of file -- cgit 1.2.3-korg