summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/delete-cucp-plmn-nssai.json
blob: d4f5ab9ae45ca351d9cb6ecc66c125df9e6ff403 (plain)
1
2
3
4
5
6
7
8
9
10
{
"inputParameters": {
"idNearRTRIC": ${tmp.nearRTRICId},
"idGNBCUCPFunction": ${tmp.CUCPName},
"idNRCellCU": ${tmp.cellCULocalId},
"mcc": ${tmp.mcc},
"mnc": ${tmp.mnc},
"sNSSAIList": ${tmp.sNSSAI}
}
}