From f28520bb7e8ad6ca22d433c03c57212b2eb4bac5 Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Sun, 13 Dec 2020 01:57:25 -0600 Subject: 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 Change-Id: I749a97b061e67644ee77bd56dd3725e5b9e7eb5a --- .../main/json/ranSlice-configDB-updategNBCUUP.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUUP.json (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUUP.json') diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUUP.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUUP.json new file mode 100644 index 00000000..ebadca4a --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUUP.json @@ -0,0 +1,23 @@ +{ + "gNBCUUPId": ${tmp.gNBCUUPList.gNBCUUPId}, + "gNBId": ${tmp.gNBCUUPList.gNBId}, + "gNBIdLength": ${tmp.gNBCUUPList.gNBIdLength}, + "nearRTRICId": ${tmp.nearRTRICId}, + "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": "DRB" +} -- cgit 1.2.3-korg