From 19b4c5f779708ee06a2fe46dc998dbb39a9b2e76 Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Thu, 25 Feb 2021 22:55:42 -0600 Subject: Intelligent slicing updates RANSlice feature Includes code commit to support intelligent and closed loop RAN slicing for RANSlice feature. ALso includes bug fixes Issue-ID: CCSDK-3177 Signed-off-by: SandeepLinux Change-Id: I9c404f11f879c4aa8857fee4e626b16579a1785b --- .../src/main/json/ranSlice-configDB-updatenearRTRIC.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json') diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json index b3dd73d9..8b027529 100644 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json +++ b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json @@ -5,13 +5,12 @@ { "pLMNId": ${tmp.payload.pLMNId}, "sNSSAI": { - "configData": [ + "configData": { "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice}, "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns}, "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice} }, - ], "globalSubscriberId": "", "sNSSAI": ${payloadJson.input.sliceProfile.sNSSAI}, "status": "ACTIVE", -- cgit 1.2.3-korg