summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcucpfunction.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcucpfunction.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcucpfunction.json32
1 files changed, 6 insertions, 26 deletions
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