summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-add-get-PLMNInfoListEntry-NRCellCU.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-get-PLMNInfoListEntry-NRCellCU.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-get-PLMNInfoListEntry-NRCellCU.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/ranSlice-add-get-PLMNInfoListEntry-NRCellCU.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-add-get-PLMNInfoListEntry-NRCellCU.json b/platform-logic/restapi-templates/src/main/json/ranSlice-add-get-PLMNInfoListEntry-NRCellCU.json
new file mode 100644
index 00000000..625fe8d4
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/ranSlice-add-get-PLMNInfoListEntry-NRCellCU.json
@@ -0,0 +1,28 @@
+{
+ "pLMNInfoList": [
+ {
+ "mcc": ${tmp.mcc},
+ "mnc": ${tmp.mnc},
+ "sNSSAIList": [
+ {
+ "sNssai": ${payloadJson.input.sliceProfile.sNSSAI},
+ "status": "INACTIVE",
+ "configData": [
+ {
+ "ran-network:configParameter": "maxNumberOfConns",
+ "ran-network:configValue": ${tmp.maxNumberOfConns}
+ },
+ {
+ "ran-network:configParameter": "uLThptPerSlice",
+ "ran-network:configValue": ${tmp.uLThptPerSlice}
+ },
+ {
+ "ran-network:configParameter": "dLThptPerSlice",
+ "ran-network:configValue": ${tmp.dLThptPerSlice}
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}