fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-closed-loop-nearRTRIC-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:uLThptPerSlice",
9                                 "value": {
10                                         "uLThptPerSlice": ${tmp.uLThptPerSlice}
11                                 }
12                         },
13                         {
14                                 "edit-id": "edit2",
15                                 "operation": "merge",
16                                 "target": "/ran-network:dLThptPerSlice",
17                                 "value": {
18                                         "dLThptPerSlice": ${tmp.dLThptPerSlice}
19                                 }
20                         }
21                 ]
22         }
23 }