CPS Integration - RANSlice-modify allocate scenario
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-put-gnbcucpfunction.json
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
new file mode 100644 (file)
index 0000000..f137e5f
--- /dev/null
@@ -0,0 +1,43 @@
+{
+"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":[
+{
+"mcc":${tmp.mcc},
+"mnc":${tmp.mnc},
+"sNSSAIList":[
+{
+"sNssai":${tmp.payload.sNSSAI},
+"status":"ACTIVE",
+"configData": [
+{
+"configParameter":maxNumberOfConns,
+"configValue":${tmp.maxNumberOfConns}
+}
+]
+}
+]
+}
+]
+}
+}
+]
+}
+]
+}
+}
\ No newline at end of file