summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-uLThptPerSlice.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-uLThptPerSlice.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-uLThptPerSlice.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-uLThptPerSlice.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-uLThptPerSlice.json
new file mode 100644
index 00000000..ae1ab6cd
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-uLThptPerSlice.json
@@ -0,0 +1,16 @@
+{
+ "inputParameters":{
+ "idNearRTRIC":${tmp.nearRTRICId},
+ "mcc":${tmp.mcc},
+ "mnc":${tmp.mnc},
+ "sNssai":${tmp.payload.sNSSAI}
+ },
+"payload": {
+"configData": [
+{
+"configParameter":"uLThptPerSlice",
+"configValue":${tmp.uLThptPerSlice}
+}
+]
+}
+}