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.json42
1 files changed, 21 insertions, 21 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 1552b591..7aaa53ff 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,23 +1,23 @@
{
- "inputParameters":{
- "idNearRTRIC": ${tmp.nearRTRICId},
- "mcc":${tmp.mcc},
- "mnc":${tmp.mnc},
- "idGNBCUCPFunction":${tmp.idCUCP},
- "idNRCellCU":${tmp.NRCellCUID}
- },
- "payload":{
- "sNSSAIList":[
- {
- "sNssai":${tmp.sNSSAI},
- "status":${tmp.status},
- "configData": [
- {
- "configParameter":"maxNumberOfConns",
- "configValue":${tmp.maxNumberOfConns}
- }
- ]
- }
- ]
- }
+"inputParameters":{
+"idNearRTRIC": ${tmp.nearRTRICId},
+"mcc":${tmp.mcc},
+"mnc":${tmp.mnc},
+"idGNBCUCPFunction":${tmp.gNBCUCPList.gNBCUName},
+"idNRCellCU":${tmp.cellCULocalId}
+},
+"payload":{
+"sNSSAIList":[
+{
+"sNssai":${tmp.payload.sNSSAI},
+"status":${tmp.status},
+"configData": [
+{
+"configParameter":"maxNumberOfConns",
+"configValue":${tmp.maxNumberOfConns}
+}
+]
+}
+]
}
+} \ No newline at end of file