diff options
author | Ahila <ahila.pandaram@wipro.com> | 2021-02-25 15:49:47 +0530 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-03-09 15:22:10 +0000 |
commit | 2b91b0229dce35744d0604fdd129d4adff3637aa (patch) | |
tree | 8849b48b0174b9d48d202da635826cec60bc67f0 /platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removenearRTRIC-PLMNInfo.json | |
parent | 6c1df983ee0e29a10bfe94c761fb2fb0af2c28b3 (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-removenearRTRIC-PLMNInfo.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removenearRTRIC-PLMNInfo.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removenearRTRIC-PLMNInfo.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removenearRTRIC-PLMNInfo.json new file mode 100644 index 00000000..fc581529 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removenearRTRIC-PLMNInfo.json @@ -0,0 +1,9 @@ +{ + "gNBId": ${tmp.gNBId}, + "nearRTRICId": ${tmp.nearRTRICId}, + "pLMNInfoList": ${tmp.pLMNInfoList-RIC}, + "ranNFNSSIList": [ + ${payloadJson.input.RANNFNSSIId} + ], + "resourceType": "NearRTRIC" +} |