blob: 54db6bbf20f33b7fb3e7863fd3fd95982d12434a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"ietf-yang-patch:yang-patch": {
"patch-id": "ClosedLoopPatch1",
"comment": "patch for configuring NearRTRIC SliceProfile ",
"edit": [{
"edit-id": "edit1",
"operation": "merge",
"target": "/ran-network:uLThptPerSlice",
"value": {
"uLThptPerSlice": ${tmp.uLThptPerSlice}
}
},
{
"edit-id": "edit2",
"operation": "merge",
"target": "/ran-network:dLThptPerSlice",
"value": {
"dLThptPerSlice": ${tmp.dLThptPerSlice}
}
}
]
}
}
|