summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-04-27 12:42:40 +0000
committerGerrit Code Review <gerrit@onap.org>2022-04-27 12:42:40 +0000
commit702f3c17f9dd827d649d8c6177a327ebd696b093 (patch)
tree1e5348d5ba8143165f49ce8d6b9d8cec9a776d18 /platform-logic/restapi-templates/src/main/json/cps-templates
parent01a0e4d466cb1dcd72ea3dfacb8ea399650d674c (diff)
parent4f1446b1d7b9259333a87925c4e3073c3d8c9511 (diff)
Merge "RAN Slicing Bug Fixes - Jakarta Release"
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates')
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcucpfunction.json42
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcuupfunction.json40
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json50
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nearrtric.json54
4 files changed, 93 insertions, 93 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
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcuupfunction.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcuupfunction.json
index 1c2d74bc..5e64f5f3 100644
--- a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcuupfunction.json
+++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcuupfunction.json
@@ -1,22 +1,22 @@
{
- "inputParameters":{
- "idNearRTRIC": ${tmp.nearRTRICId},
- "mcc":${tmp.mcc},
- "mnc":${tmp.mnc},
- "idGNBCUUPFunction":${tmp.idGNBCUUPFunction}
- },
- "payload":{
- "sNSSAIList":[
- {
- "sNssai":${tmp.sNSSAI},
- "status":${tmp.status},
- "configData": [
- {
- "configParameter":"maxNumberOfConns",
- "configValue":${tmp.maxNumberOfConns}
- }
- ]
- }
- ]
- }
+"inputParameters":{
+"idNearRTRIC": ${tmp.nearRTRICId},
+"mcc":${tmp.mcc},
+"mnc":${tmp.mnc},
+"idGNBCUUPFunction":${tmp.idGNBCUUPFunction}
+},
+"payload":{
+"sNSSAIList":[
+{
+"sNssai":${tmp.payload.sNSSAI},
+"status":${tmp.status},
+"configData": [
+{
+"configParameter":"maxNumberOfConns",
+"configValue":${tmp.maxNumberOfConns}
+}
+]
+}
+]
}
+} \ No newline at end of file
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 c4459a29..b65107c9 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,27 +1,27 @@
{
- "inputParameters":{
- "idNearRTRIC": ${tmp.nearRTRICId},
- "mcc":${tmp.mcc},
- "mnc":${tmp.mnc},
- "idGNBDUFunction":${tmp.GNBDUId},
- "idNRCellDU":${tmp.NRCellDUID}
- },
- "payload":{
- "sNSSAIList":[
- {
- "sNssai":${tmp.sNSSAI},
- "status":${tmp.status},
- "configData": [
- {
- "configParameter":"dLThptPerSlice",
- "configValue":${tmp.dLThptPerSlice}
- },
- {
- "configParameter":"uLThptPerSlice",
- "configValue":${tmp.uLThptPerSlice}
- }
- ]
- }
- ]
- }
+"inputParameters":{
+"idNearRTRIC": ${tmp.nearRTRICId},
+"mcc":${tmp.mcc},
+"mnc":${tmp.mnc},
+"idGNBDUFunction":${tmp.gNBDUList.gNBDUId},
+"idNRCellDU":${tmp.cellLocalId}
+},
+"payload":{
+"sNSSAIList":[
+{
+"sNssai":${tmp.payload.sNSSAI},
+"status":${tmp.status},
+"configData": [
+{
+"configParameter":"dLThptPerSlice",
+"configValue":${tmp.dLThptPerSlice}
+},
+{
+"configParameter":"uLThptPerSlice",
+"configValue":${tmp.uLThptPerSlice}
+}
+]
+}
+]
}
+} \ No newline at end of file
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nearrtric.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nearrtric.json
index 8aed9e98..f411db37 100644
--- a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nearrtric.json
+++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nearrtric.json
@@ -1,30 +1,30 @@
{
- "inputParameters":{
- "idNearRTRIC":${tmp.nearRTRICId},
- "mcc":${tmp.mcc},
- "mnc":${tmp.mnc}
- },
- "payload": {
- "sNSSAIList":[
- {
- "sNssai":${tmp.sNSSAI},
- "status":${tmp.status},
- "configData": [
- {
- "configParameter":"dLThptPerSlice",
- "configValue":${tmp.nearRTRIC.dLThptPerSlice}
- },
- {
- "configParameter":"uLThptPerSlice",
- "configValue":${tmp.nearRTRIC.uLThptPerSlice}
- },
+ "inputParameters":{
+ "idNearRTRIC":${tmp.nearRTRICId},
+ "mcc":${tmp.mcc},
+ "mnc":${tmp.mnc}
+ },
+"payload": {
+"sNSSAIList":[
+{
+"sNssai":${tmp.payload.sNSSAI},
+"status":${tmp.status},
+"configData": [
+{
+"configParameter":"dLThptPerSlice",
+"configValue":${tmp.nearRTRIC.dLThptPerSlice}
+},
+{
+"configParameter":"uLThptPerSlice",
+"configValue":${tmp.nearRTRIC.uLThptPerSlice}
+},
- {
- "configParameter":"maxNumberOfConns",
- "configValue":${tmp.nearRTRIC.maxNumberOfConns}
- }
- ]
- }
- ]
- }
+{
+"configParameter":"maxNumberOfConns",
+"configValue":${tmp.nearRTRIC.maxNumberOfConns}
+}
+]
+}
+]
}
+} \ No newline at end of file