summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-01-25 15:12:08 +0000
committerGerrit Code Review <gerrit@onap.org>2021-01-25 15:12:08 +0000
commitda0df10fe48ab21a8b4523225ce0fb02acd4c44d (patch)
treefd3253dc5817c7e0a04cf652304f20e27cbcf821 /platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json
parent133593ad30f5eaa8bddca89c191e334b5d7e8bbd (diff)
parentf28520bb7e8ad6ca22d433c03c57212b2eb4bac5 (diff)
Merge "DG Update and Templates for ranSlice feature"
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json
new file mode 100644
index 00000000..7f1eb941
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json
@@ -0,0 +1,27 @@
+{
+ "gNBId": ${tmp.gNBId},
+ "nearRTRICId": ${tmp.nearRTRICId},
+ "pLMNInfoList": [
+ {
+ "pLMNId": ${tmp.payload.pLMNId},
+ "sNSSAI": {
+ "configData": {
+ "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
+ "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns},
+ "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
+ },
+ "globalSubscriberId": "",
+ "sNSSAI": ${tmp.payload.sNSSAI},
+ "status": "ACTIVE",
+ "subscriptionServiceType": ""
+ }
+ }
+ ],
+ "ranNFNSSIList": [
+ ${tmp.ranNFNSSIListEntry}
+ ],
+ "resourceType": "NearRTRIC",
+ "trackingArea": [
+ ${tmp.payload.trackingArea}
+ ]
+}