RAN Slice DG implementation of ran-slice-api_instantiateRANSliceModifyAllocate
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-patch-sNSSAI-NRCellCU.json
1 {
2         "ietf-yang-patch:yang-patch": {
3                 "patch-id": "Patch 1",
4                 "comment": "patch for NSSAIList",
5                 "edit": [
6             {
7                         "edit-id": "edit1",
8                         "operation": "merge",
9                         "target": "/ran-network:sNSSAIList[ran-network:sNssai='${"tmp.payload.sNSSAI}']",
10                         "value": {
11       "ran-network:sNSSAIList": [
12         {
13           "ran-network:sNssai": ${tmp.payload.sNSSAI},
14           "ran-network:status": "INACTIVE",
15           "ran-network:configData": [
16             {
17               "ran-network:configParameter": "maxNumberOfConns",
18               "ran-network:configValue": ${tmp.nearRTRIC.maxNumberOfConns}
19             }
20           ]
21         }
22       ]
23 }
24 }
25 ]
26 }
27 }