RAN Slice DG - Bug fixes
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-patch-sNSSAI-status.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.sNSSAI}']",
10                         "value": {
11       "ran-network:sNSSAIList": [
12         {
13           "ran-network:sNssai": ${tmp.sNSSAI},
14           "ran-network:status": ${tmp.status}
15         }
16       ]
17 }
18 }
19 ]
20 }
21 }