RANSlice - allocate modify : CPS Integration
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-put-gnbdufunction.json
index 059d223..3195111 100644 (file)
@@ -1,47 +1,27 @@
 {
 "inputParameters":{
-"idNearRTRIC": ${tmp.nearRTRICId}
-},
-"payload":{
-"GNBDUFunction": [
-{
-"idGNBDUFunction": ${tmp.gNBDUList.gNBDUId},
-"attributes": {
-"gNBDUId": ${tmp.gNBDUList.gNBDUId},
-"gNBIdLength": ${tmp.gNBIdLength},
-"gNBId": ${tmp.gNBId}
-},
-"NRCellCU": [
-{
-"idNRCellCU": ${tmp.cellLocalId},
-"attributes": {
-"cellLocalId": ${tmp.cellLocalId}
-"pLMNInfoList":[
-{
+"idNearRTRIC": ${tmp.nearRTRICId},
 "mcc":${tmp.mcc},
 "mnc":${tmp.mnc},
+"idGNBDUFunction":${tmp.gNBDUList.gNBDUId},
+"idNRCellDU":${tmp.cellLocalId}
+},
+"payload":{
 "sNSSAIList":[
 {
 "sNssai":${tmp.payload.sNSSAI},
 "status":"ACTIVE",
 "configData": [
 {
-"configParameter":dLThptPerSlice,
+"configParameter":"dLThptPerSlice",
 "configValue":${tmp.dLThptPerSlice}
 },
 {
-"configParameter":uLThptPerSlice,
+"configParameter":"uLThptPerSlice",
 "configValue":${tmp.uLThptPerSlice}
 }
 ]
 }
 ]
 }
-]
-}
-}
-]
-}
-]
 }
-}
\ No newline at end of file