summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUCP.json
diff options
context:
space:
mode:
authorSandeep Shah <sandeeplinux1068@gmail.com>2020-12-13 01:57:25 -0600
committerSandeep Shah <sandeeplinux1068@gmail.com>2021-01-23 19:58:12 -0600
commitf28520bb7e8ad6ca22d433c03c57212b2eb4bac5 (patch)
treed473357f4727db2f5c1d602e557deebcbcf63e06 /platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUCP.json
parent110bb110a48b98a40dad33e80071e0a21386f11d (diff)
DG Update and Templates for ranSlice feature
Additional DG and templates to support ranSlice feature. This would include sub-DG's for varioius actions for instantiateRANSlice RPC/DG execution Issue-ID: CCSDK-3008 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I749a97b061e67644ee77bd56dd3725e5b9e7eb5a
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUCP.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUCP.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUCP.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUCP.json
new file mode 100644
index 00000000..10ab5a39
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUCP.json
@@ -0,0 +1,30 @@
+{
+ "cellCUList": [
+ {
+ "cellLocalId": ${tmp.cellLocalId},
+ "pLMNInfoList": [
+ {
+ "pLMNId": ${tmp.payload.pLMNId},
+ "sNSSAI": {
+ "configData": {
+ "dLThptPerSlice": ${tmp.dLThptPerSlice},
+ "maxNumberOfConns": ${tmp.maxNumberOfConns},
+ "uLThptPerSlice": ${tmp.uLThptPerSlice}
+ },
+ "globalSubscriberId": "",
+ "sNSSAI": ${tmp.payload.sNSSAI},
+ "status": "ACTIVE",
+ "subscriptionServiceType": ""
+ }
+ }
+ ],
+ "resourceType": "RRC Connected Users"
+ }
+ ],
+ "gNBCUName": ${tmp.gNBCUCPList.gNBCUName},
+ "gNBId": ${tmp.gNBCUCPList.gNBId0},
+ "gNBIdLength": ${tmp.gNBCUCPList.gNBIdLength},
+ "nFType": ${tmp.gNBCUCPList.nFType},
+ "nearRTRICId": ${tmp.nearRTRICId},
+ "pLMNId": ${tmp.payload.pLMNId}
+}