From 1051b5b08b28365742364563f9c1dcdd85bf8bb2 Mon Sep 17 00:00:00 2001 From: Ahila Date: Tue, 24 Aug 2021 23:17:19 +0530 Subject: RANSlice - allocate modify : CPS Integration Tested against CPS-TBDMT for an anchor Issue-ID: CCSDK-3340 Signed-off-by: Ahila Change-Id: I8f8c22cbfb70433dcae126d24817b549a9793d4e --- .../cps-templates/cps-put-gnbcuupfunction.json | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcuupfunction.json') diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcuupfunction.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcuupfunction.json index 7a9139f3..5a968d0b 100644 --- a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcuupfunction.json +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcuupfunction.json @@ -1,34 +1,22 @@ { "inputParameters":{ -"idNearRTRIC": "11" -}, -"payload":{ -"GNBCUUPFunction": [ -{ -"idGNBCUUPFunction": ${tmp.gNBCUUPList.gNBCUUPId}, -"attributes": { -"gNBId": ${tmp.gNBCUUPList.gNBId}, -"gNBCUUPId": ${tmp.gNBCUUPList.gNBCUUPId}, -"pLMNInfoList":[ -{ +"idNearRTRIC": ${tmp.nearRTRICId}, "mcc":${tmp.mcc}, "mnc":${tmp.mnc}, +"idGNBCUUPFunction":${tmp.idGNBCUUPFunction} +}, +"payload":{ "sNSSAIList":[ { "sNssai":${tmp.payload.sNSSAI}, "status":"ACTIVE", "configData": [ { -"configParameter":maxNumberOfConns, +"configParameter":"maxNumberOfConns", "configValue":${tmp.maxNumberOfConns} } ] } ] } -] -} -} -] } -} \ No newline at end of file -- cgit 1.2.3-korg