RAN Slice DG - Bug fixes
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-closed-loop-nearRTRIC-config-patch.json
1 {
2         "ietf-yang-patch:yang-patch": {
3                 "patch-id": "ClosedLoopPatch1",
4                 "comment": "patch for configuring NearRTRIC SliceProfile ",
5                 "edit": [{
6                         "edit-id": "edit1",
7                         "operation": "merge",
8                         "target": "/ran-network:sNSSAIList[ran-network:sNssai='${"tmp.payload.sNSSAI}']",
9                         "value": {
10   "ran-network:sNSSAIList": [
11     {
12       "ran-network:sNssai": ${tmp.payload.sNSSAI},
13       "ran-network:status": "INACTIVE",
14       "ran-network:configData": [
15         {
16           "ran-network:configParameter": "uLThptPerSlice",
17           "ran-network:configValue": ${tmp.uLThptPerSlice}
18         },
19         {
20           "ran-network:configParameter": "dLThptPerSlice",
21           "ran-network:configValue": ${tmp.dLThptPerSlice}
22         },
23           {
24           "ran-network:configParameter": ${tmp.cellLocalId},
25           "ran-network:configValue": ${tmp.predictedMaxNumberofConns}
26         }
27       ]
28     }
29   ]
30 }
31                 }]
32         }
33 }