diff options
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.json | 14 |
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}, +} |