RANSlice - allocate modify : CPS Integration
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-put-gnbcucpfunction.json
index f137e5f..a969ae5 100644 (file)
@@ -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