summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json
diff options
context:
space:
mode:
authorSandeep Shah <sandeeplinux1068@gmail.com>2020-10-18 16:45:52 -0500
committerSandeep Shah <sandeeplinux1068@gmail.com>2020-11-07 12:01:31 -0600
commitaef48f9b29b90e5d9ee35fc0c2527af8375fdcc8 (patch)
treec567df6414f41d11a845464e05a8d4f034311118 /platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json
parent5d536189b39adb7c01ebdd5b4c096d2f8b5150ad (diff)
DG's, templates, properties for ranSlice feature
This commit includes DG for instantiateRANSlice RPC, templates, and proerty file updates Issue-ID: CCSDK-2857 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ib6e6199940e18f7358116818f410bea09184bc42
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json b/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json
new file mode 100644
index 00000000..3997af76
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json
@@ -0,0 +1,18 @@
+{
+ "ran-network:sliceProfilesList": [
+ {
+ "ran-network:sliceProfileId": ${tmp.sliceProfileId},
+ "ran-network:sNSSAI": ${tmp.sNSSAI},
+ "ran-network:maxNumberofUEs": ${tmp.maxNumberofUEs},
+ "ran-network:latency": ${tmp.latency},
+ "ran-network:uLThptPerSlice": ${tmp.uLThptPerSlice},
+ "ran-network:dLThptPerSlice": ${tmp.dLThptPerSlice},
+ "ran-network:maxNumberofConns": ${tmp.maxNumberofConns},
+ "ran-network:uEMobilityLevel": ${tmp.uEMobilityLevel},
+ "ran-network:coverageAreaList": [
+ ${tmp.trackingArea}
+ ],
+ "ran-network:resourceSharingLevel": ${tmp.resourceSharingLevel}
+ }
+ ]
+}