summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUCP.json
diff options
context:
space:
mode:
authorAhila <ahila.pandaram@wipro.com>2021-02-25 15:49:47 +0530
committerKAPIL SINGAL <ks220y@att.com>2021-03-09 15:22:10 +0000
commit2b91b0229dce35744d0604fdd129d4adff3637aa (patch)
tree8849b48b0174b9d48d202da635826cec60bc67f0 /platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUCP.json
parent6c1df983ee0e29a10bfe94c761fb2fb0af2c28b3 (diff)
DG Implementation - RAN Slice RPCS
instantiateRANSlice-ModifyDeallocate terminateRANSlice activateRANSlice deactivateRANSlice Other Fixes Issue-ID: CCSDK-3191 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: Id970af03ce509daedf1f2eab62aef71394fe9fea
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUCP.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUCP.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUCP.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUCP.json
new file mode 100644
index 00000000..181095a5
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUCP.json
@@ -0,0 +1,14 @@
+{
+ "cellCUList": [
+ {
+ "cellLocalId": ${tmp.cellLocalId}
+ "pLMNInfoList": ${tmp.pLMNInfoList},
+ "resourceType": "RRC Connected Users"
+ }
+ ],
+ "gNBCUName": ${tmp.CUCPName},
+ "gNBId": ${tmp.gNBId},
+ "gNBIdLength": ${tmp.gNBIdLength},
+ "nFType": ${tmp.cucpNFType},
+ "nearRTRICId": ${tmp.nearRTRICId},
+}