summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-snssai-nrcelldu.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-snssai-nrcelldu.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-snssai-nrcelldu.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-snssai-nrcelldu.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-snssai-nrcelldu.json
new file mode 100644
index 00000000..af1aa3a9
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-snssai-nrcelldu.json
@@ -0,0 +1,38 @@
+{
+ "inputParameters":{
+ "idNearRTRIC": ${tmp.nearRTRICId},
+ "mcc":${tmp.mcc},
+ "mnc":${tmp.mnc},
+ "idGNBDUFunction":${tmp.gNBDUList.gNBDUId},
+ "idNRCellDU":${tmp.cellLocalId}
+ },
+ "payload":{
+ "attributes": {
+"pLMNInfoList": [{
+ "mcc":${tmp.mcc},
+ "mnc":${tmp.mnc},
+ "sNSSAIList":[
+ {
+ "sNssai":${tmp.sNSSAI},
+ "status":${tmp.status},
+ "configData": [
+ {
+ "configParameter":"dLThptPerSlice",
+ "configValue":${tmp.dLThptPerSlice}
+ },
+ {
+ "configParameter":"uLThptPerSlice",
+ "configValue":${tmp.uLThptPerSlice}
+ }
+ ]
+
+ }
+ ]
+
+ }
+]
+}
+}
+}
+
+