diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-09 12:45:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-09 12:45:17 +0000 |
commit | f471275bd9933cbb297e77f3ea224147daf00e44 (patch) | |
tree | f3803ee410878dc458b8c92c943f2e4910474bc7 /platform-logic/restapi-templates/src/main/json/ranSlice-add-nSSAIEntry-GNBCUUPFn.json | |
parent | ea487b181b377bd95f99f961dfb7cbeaea42e26d (diff) | |
parent | aef48f9b29b90e5d9ee35fc0c2527af8375fdcc8 (diff) |
Merge "DG's, templates, properties for ranSlice feature"
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-add-nSSAIEntry-GNBCUUPFn.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/ranSlice-add-nSSAIEntry-GNBCUUPFn.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-add-nSSAIEntry-GNBCUUPFn.json b/platform-logic/restapi-templates/src/main/json/ranSlice-add-nSSAIEntry-GNBCUUPFn.json new file mode 100644 index 00000000..3e66a3a3 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/ranSlice-add-nSSAIEntry-GNBCUUPFn.json @@ -0,0 +1,22 @@ +{ + "ran-network:sNSSAIList": [ + { + "ran-network:sNssai": ${payloadJson.input.sliceProfile.sNSSAI}, + "ran-network:status": "Active", + "ran-network:configData": [ + { + "ran-network:configParameter": "maxNumberOfConns", + "ran-network:configValue": ${tmp.maxNumberOfConns} + }, + { + "ran-network:configParameter": "uLThptPerSlice", + "ran-network:configValue": ${tmp.uLThptPerSlice} + }, + { + "ran-network:configParameter": "dLThptPerSlice", + "ran-network:configValue": ${tmp.dLThptPerSlice} + } + ] + } + ] +} |