diff options
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" +} |