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