diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2021-02-25 22:55:42 -0600 |
---|---|---|
committer | Sandeep Shah <sandeep.shah@ibm.com> | 2021-03-01 14:07:22 +0000 |
commit | 19b4c5f779708ee06a2fe46dc998dbb39a9b2e76 (patch) | |
tree | 7e57911ac5e6b90550ecfd210f294e3d0241b7a7 /platform-logic/restapi-templates/src/main/json/ranSlice-intelligent-update-nSSAIEntry-NRCellCU.json | |
parent | 17c06a988af5329b1a400436243523890bef0a5a (diff) |
Intelligent slicing updates RANSlice feature
Includes code commit to support intelligent
and closed loop RAN slicing for RANSlice
feature. ALso includes bug fixes
Issue-ID: CCSDK-3177
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: I9c404f11f879c4aa8857fee4e626b16579a1785b
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-intelligent-update-nSSAIEntry-NRCellCU.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/ranSlice-intelligent-update-nSSAIEntry-NRCellCU.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 index c28a9149..4000ddf0 100644 --- 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 @@ -1,7 +1,7 @@ { "ran-network:sNSSAIList": [ { - "ran-network:sNssai": ${payloadJson.input.sliceProfile.sNSSAI}, + "ran-network:sNssai": ${tmp.sNSSAI}, "ran-network:status": "Active", "ran-network:configData": [ { |