From 6460c29f5778a917f8d2a1798416cfcb69c19c8c Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Sun, 31 Jan 2021 15:28:31 -0600 Subject: Additional DG Updates Bug fixes RANSlice feature DG updates and bug fixes for RANSlice feature Issue-ID: CCSDK-3112 SIgned-off-by: SandeepLinux Change-Id: I7d06fa0e27c64723ee51b1ab9b7679e2f36f91ce --- ...ice-intelligent-update-nSSAIEntry-NRCellCU.json | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 platform-logic/restapi-templates/src/main/json/ranSlice-intelligent-update-nSSAIEntry-NRCellCU.json (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-intelligent-update-nSSAIEntry-NRCellCU.json') diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-intelligent-update-nSSAIEntry-NRCellCU.json b/platform-logic/restapi-templates/src/main/json/ranSlice-intelligent-update-nSSAIEntry-NRCellCU.json new file mode 100644 index 00000000..c28a9149 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/ranSlice-intelligent-update-nSSAIEntry-NRCellCU.json @@ -0,0 +1,30 @@ +{ + "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": "" + }, + { + "ran-network:configParameter": "dLThptPerSlice", + "ran-network:configValue": "" + }, + { + "ran-network:configParameter": "predictedMaxNumberofConns", + "ran-network:configValue": ${tmp.predictedMaxNumberofConns} + }, + { + "ran-network:configParameter": "lastUpdatedTS", + "ran-network:configValue": ${tmp.lastUpdatedTS} + } + ] + } + ] +} -- cgit 1.2.3-korg