summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates
diff options
context:
space:
mode:
authoryashwanth <gandhapu.yashwanth@wipro.com>2022-02-07 05:27:17 +0000
committerYASHWANTH GANDHAPU <gandhapu.yashwanth@wipro.com>2022-02-07 05:32:20 +0000
commit4b2ee37c130e7bda6e45ff5308e6f1207bb2b773 (patch)
tree8f0c29ffae201071800a0033dd379f233453866a /platform-logic/restapi-templates
parent4bb4fd75b60072feb9764e1702748e50944ea499 (diff)
ActivateRANSliceInstance - CPS Integration
Issue-ID: CCSDK-3589 Signed-off-by: yashwanth <gandhapu.yashwanth@wipro.com> Change-Id: I6d8952c22433297efb54a6bc03fec27a47c0c8b6
Diffstat (limited to 'platform-logic/restapi-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 a969ae5f..1552b591 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.gNBCUCPList.gNBCUName},
-"idNRCellCU":${tmp.cellCULocalId}
-},
-"payload":{
-"sNSSAIList":[
-{
-"sNssai":${tmp.payload.sNSSAI},
-"status":"ACTIVE",
-"configData": [
-{
-"configParameter":"maxNumberOfConns",
-"configValue":${tmp.maxNumberOfConns}
-}
-]
-}
-]
-}
+ "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}
+ }
+ ]
+ }
+ ]
+ }
}
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 5a968d0b..1c2d74bc 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.payload.sNSSAI},
-"status":"ACTIVE",
-"configData": [
-{
-"configParameter":"maxNumberOfConns",
-"configValue":${tmp.maxNumberOfConns}
-}
-]
-}
-]
-}
+ "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}
+ }
+ ]
+ }
+ ]
+ }
}
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 3195111d..c4459a29 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.gNBDUList.gNBDUId},
-"idNRCellDU":${tmp.cellLocalId}
-},
-"payload":{
-"sNSSAIList":[
-{
-"sNssai":${tmp.payload.sNSSAI},
-"status":"ACTIVE",
-"configData": [
-{
-"configParameter":"dLThptPerSlice",
-"configValue":${tmp.dLThptPerSlice}
-},
-{
-"configParameter":"uLThptPerSlice",
-"configValue":${tmp.uLThptPerSlice}
-}
-]
-}
-]
-}
+ "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}
+ }
+ ]
+ }
+ ]
+ }
}
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 9eb0723d..8aed9e98 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.payload.sNSSAI},
-"status":"ACTIVE",
-"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.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}
+ }
+ ]
+ }
+ ]
+ }
}