X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fcps-templates%2Fcps-put-gnbcucpfunction.json;h=a969ae5fd45cfbcac033fa2e884a46cdb65982f8;hb=1051b5b08b28365742364563f9c1dcdd85bf8bb2;hp=f137e5f9bc79bfa235465d00df8fc7b7daea5cf5;hpb=b03f66d763b938f3a65c3e89ac4a10b4a743e408;p=ccsdk%2Fdistribution.git diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcucpfunction.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcucpfunction.json index f137e5f9..a969ae5f 100644 --- a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcucpfunction.json +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcucpfunction.json @@ -1,43 +1,23 @@ { "inputParameters":{ -"idNearRTRIC": ${tmp.nearRTRICId} -}, -"payload":{ -"GNBCUCPFunction": [ -{ -"idGNBCUCPFunction": ${tmp.gNBCUCPList.gNBCUName}, -"attributes": { -"gNBCUName": ${tmp.gNBCUCPList.gNBCUName}, -"gNBIdLength": ${tmp.gNBCUCPList.gNBIdLength}, -"gNBId": ${tmp.gNBCUCPList.gNBId} -}, -"NRCellCU": [ -{ -"idNRCellCU": ${tmp.cellLocalId}, -"attributes": { -"cellLocalId": ${tmp.cellLocalId} -"pLMNInfoList":[ -{ +"idNearRTRIC": ${tmp.nearRTRICId}, "mcc":${tmp.mcc}, "mnc":${tmp.mnc}, +"idGNBCUCPFunction":${tmp.gNBCUCPList.gNBCUName}, +"idNRCellCU":${tmp.cellCULocalId} +}, +"payload":{ "sNSSAIList":[ { "sNssai":${tmp.payload.sNSSAI}, "status":"ACTIVE", "configData": [ { -"configParameter":maxNumberOfConns, +"configParameter":"maxNumberOfConns", "configValue":${tmp.maxNumberOfConns} } ] } ] } -] -} -} -] -} -] } -} \ No newline at end of file