blob: 5246618820196268c84070803d5d8fe4f300ef8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"data": {
"subscriptionId": "cm-subscription-001",
"predicates": [
{
"targetFilter": [
"CMHandle1",
"CMHandle2",
"CMHandle3"
],
"scopeFilter": {
"datastore": "ncmp-datastore:passthrough-running",
"xpath-filter": [
"//_3gpp-nr-nrm-gnbdufunction:GNBDUFunction/_3gpp-nr-nrm-nrcelldu:NRCellDU/",
"//_3gpp-nr-nrm-gnbcuupfunction:GNBCUUPFunction//",
"//_3gpp-nr-nrm-gnbcucpfunction:GNBCUCPFunction/_3gpp-nr-nrm-nrcelldu:NRCellCU//",
"//_3gpp-nr-nrm-nrsectorcarrier:NRSectorCarrier//"
]
}
}
]
}
}
|