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.json43
1 files changed, 43 insertions, 0 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
new file mode 100644
index 00000000..f137e5f9
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcucpfunction.json
@@ -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