summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-patch-sNSSAI-status.json
blob: 7854e1c2acec8575dac62d13ddb54ce9f8806360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
        "ietf-yang-patch:yang-patch": {
                "patch-id": "Patch 1",
                "comment": "patch for NSSAIList",
                "edit": [
            {
                        "edit-id": "edit1",
                        "operation": "merge",
                        "target": "/ran-network:sNSSAIList[ran-network:sNssai='${"tmp.sNSSAI}']",
                        "value": {
      "ran-network:sNSSAIList": [
        {
          "ran-network:sNssai": ${tmp.sNSSAI},
          "ran-network:status": "INACTIVE"
        }
      ]
}
}
]
}
}