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-gnbdufunction.json;fp=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fcps-templates%2Fcps-put-gnbdufunction.json;h=3195111dbf7707c50d1752fe0b39e3c4c7131311;hb=1051b5b08b28365742364563f9c1dcdd85bf8bb2;hp=059d22349b824bd35635bf649bdcb95330073e68;hpb=b03f66d763b938f3a65c3e89ac4a10b4a743e408;p=ccsdk%2Fdistribution.git diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json index 059d2234..3195111d 100644 --- a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json @@ -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